API → statuses/show
Возвращает твит с указанным уникальным идентификатором.
URL
http://api.rutwit.ru/statuses/show.
format
Формат
xml, json
HTTP-метод
GET
Авторизация
Не требуется
Параметры
-
id: Обязательный. Числовой ID запрашиваемого твита.
<?xml version="1.0" encoding="UTF-8"?>
<status>
<created_at>Thu Nov 19 20:57:45 +0300 2009</created_at>
<id>5405875469310372963</id>
<unix_timestamp>1258653465</unix_timestamp>
<text>
Появилась возможность посмотреть, кто еще в РуТвите отметил в профиле то же место, что и вы.
</text>
<source>web</source>
<truncated>false</truncated>
<in_reply_to_status_id>0</in_reply_to_status_id>
<in_reply_to_user_id/>
<favorited>false</favorited>
<in_reply_to_screen_name/>
<user>
<id>138292323</id>
<name>РуТвит</name>
<screen_name>RuTwit</screen_name>
<location/>
<description>Микроблог проекта</description>
<profile_image_url>
http://static.rutwit.ru/file/0e/5d/0e5df3495c673b0688fefd13485d40cd.png
</profile_image_url>
<url>rutwit.ru</url>
<protected>false</protected>
<followers_count>491</followers_count>
<profile_background_color>6699ff</profile_background_color>
<profile_text_color>000000</profile_text_color>
<profile_link_color>0000ff</profile_link_color>
<profile_sidebar_fill_color>e0ff92</profile_sidebar_fill_color>
<profile_sidebar_border_color>87bc44</profile_sidebar_border_color>
<friends_count>101</friends_count>
<created_at>Wed Sep 02 13:06:57 +0400 2009</created_at>
<favourites_count>0</favourites_count>
<utc_offset>10800</utc_offset>
<time_zone>MSK</time_zone>
<profile_background_image_url/>
<profile_background_tile/>
<statuses_count>41</statuses_count>
<notifications/>
<verified>false</verified>
<following>false</following>
</user>
</status>