Difference between revisions of "YTMND:API:Methods"

From YTMND
Jump to: navigation, search
Line 1: Line 1:
== YTMND API Methods ==
+
== YTMND API Method List ==
  
==Site Methods==
+
=Sites Interface=
 +
 
 +
== Methods==
 
{| width="70%" style="text-align:center; background-color:transparent; border: solid 1px #c30"
 
{| width="70%" style="text-align:center; background-color:transparent; border: solid 1px #c30"
 
|- style="background-color:#c30; color:#fff;"
 
|- style="background-color:#c30; color:#fff;"
Line 7: Line 9:
 
! Limit per Request
 
! Limit per Request
 
! Description
 
! Description
! Example
 
|- style="background-color:#fbfbfb"
 
| basic
 
| 100 sites
 
| Simple information
 
| http://api.ytmnd.com/site/1/basic
 
|- style="background-color:#fbfbfb"
 
| extended
 
| 50 sites
 
| Basic plus Sponsors, Favorites, and Assets
 
| http://api.ytmnd.com/site/1/extended
 
|- style="background-color:#fbfbfb"
 
| full
 
| 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
 
| 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
 
| Citations for a site
| 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
 
| Sponsorships on a site
| 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
 
| Favorites on a site
| 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
 
| Comments on a site
| 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
 
| Modifications to a site
| 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
 
| Views on a site in a given 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
 
| Votes on a site in a given day
| http://api.ytmnd.com/site/1/votes_by_day
 
 
|}
 
|}
  
==User Methods==
+
== Method Groups ==
...are in progress
+
{| width="70%" style="text-align:center; background-color:transparent; border: solid 1px #c30"
 +
|- style="background-color:#c30; color:#fff;"
 +
! Method
 +
! Limit per Request
 +
! Methods implemented
 +
|- style="background-color:#fbfbfb"
 +
| basic
 +
| 100 sites
 +
| base, assets_thumb, score, views_summary
 +
|- style="background-color:#fbfbfb"
 +
| extended
 +
| 50 sites
 +
| base, assets, comments_summary, favorites_summary, sponsors_summary, score, views_summary
 +
|- style="background-color:#fbfbfb"
 +
| full
 +
| 5 sites
 +
| base, assets, citations, comments_summary, favorites, sponsors, votes_by_day, views_by_day
 +
|- style="background-color:#fbfbfb"
 +
|}
 +
 
 +
= Users Interface =
 +
words.

Revision as of 20:45, October 21, 2007

YTMND API Method List

Sites Interface

Methods

Method Limit per Request Description
assets 100 sites Asset information for a site
citations 100 sites Citations for a site
sponsors 50 sites Sponsorships on a site
favorites 25 sites Favorites on a site
comments 1 site Comments on a site
modifications 50 sites Modifications to a site
views_by_day 10 sites Views on a site in a given day
votes_by_day 10 sites Votes on a site in a given day

Method Groups

Method Limit per Request Methods implemented
basic 100 sites base, assets_thumb, score, views_summary
extended 50 sites base, assets, comments_summary, favorites_summary, sponsors_summary, score, views_summary
full 5 sites base, assets, citations, comments_summary, favorites, sponsors, votes_by_day, views_by_day

Users Interface

words.