Difference between revisions of "YTMND:API:Methods"
From YTMND
Line 21: | Line 21: | ||
| full | | full | ||
| 5 sites | | 5 sites | ||
+ | | Extended plus the rest | ||
+ | | http://api.ytmnd.com/site/1/full | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| assets | | assets | ||
| 100 sites | | 100 sites | ||
+ | | Asset information for a site | ||
+ | | http://api.ytmnd.com/site/1/assets | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| citations | | citations | ||
| 100 sites | | 100 sites | ||
+ | | Citations for a site | ||
| http://api.ytmnd.com/site/1/citations | | http://api.ytmnd.com/site/1/citations | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| sponsors | | sponsors | ||
| 50 sites | | 50 sites | ||
+ | | Sponsorships on a site | ||
| http://api.ytmnd.com/site/1/sponsors | | http://api.ytmnd.com/site/1/sponsors | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| favorites | | favorites | ||
| 25 sites | | 25 sites | ||
+ | | Favorites on a site | ||
| http://api.ytmnd.com/site/1/favorites | | http://api.ytmnd.com/site/1/favorites | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| comments | | comments | ||
| 1 site | | 1 site | ||
+ | | Comments on a site | ||
| http://api.ytmnd.com/site/1/comments | | http://api.ytmnd.com/site/1/comments | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| modifications | | modifications | ||
| 50 sites | | 50 sites | ||
+ | | Modifications to a site | ||
| http://api.ytmnd.com/site/1/modifications | | http://api.ytmnd.com/site/1/modifications | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| views_by_day | | views_by_day | ||
| 10 sites | | 10 sites | ||
+ | | Views on a site in a given day | ||
| http://api.ytmnd.com/site/1/views_by_day | | http://api.ytmnd.com/site/1/views_by_day | ||
|- style="background-color:#fbfbfb" | |- style="background-color:#fbfbfb" | ||
| votes_by_day | | votes_by_day | ||
| 10 sites | | 10 sites | ||
+ | | Votes on a site in a given day | ||
| http://api.ytmnd.com/site/1/votes_by_day | | http://api.ytmnd.com/site/1/votes_by_day | ||
|} | |} |
Revision as of 06:09, October 13, 2007
YTMND API Methods
Site Methods
Method | Limit per Request | Description | Example |
---|---|---|---|
basic | 100 sites | Simple information | http://api.ytmnd.com/site/1/basic |
extended | 50 sites | Basic plus Sponsors, Favorites, and Assets | http://api.ytmnd.com/site/1/extended |
full | 5 sites | Extended plus the rest | http://api.ytmnd.com/site/1/full |
assets | 100 sites | Asset information for a site | http://api.ytmnd.com/site/1/assets |
citations | 100 sites | Citations for a site | http://api.ytmnd.com/site/1/citations |
sponsors | 50 sites | Sponsorships on a site | http://api.ytmnd.com/site/1/sponsors |
favorites | 25 sites | Favorites on a site | http://api.ytmnd.com/site/1/favorites |
comments | 1 site | Comments on a site | http://api.ytmnd.com/site/1/comments |
modifications | 50 sites | Modifications to a site | http://api.ytmnd.com/site/1/modifications |
views_by_day | 10 sites | Views on a site in a given day | http://api.ytmnd.com/site/1/views_by_day |
votes_by_day | 10 sites | Votes on a site in a given day | http://api.ytmnd.com/site/1/votes_by_day |
User Methods
...are in progress