Parameters
- latest (boolean)display the most recent entry
- order (entry_id) (date)order results by entry date or entry id, defaults to entry_id
- order_type (ASC) (DESC)descending or ascending, used with "order" parameter
- page (int)currently selected page
- page_rows (int)number of rows per page
- tags (string)display only entries with matching tag(s) (comma separated)
- tagsHide (string)ommit matching tagged entries
- entry_id (int)display a specific entry
- select (string)retrieve only certain fields for speed (comma separated)
JSON Output
- {
- "entry_id":"45",
- "title":"Clip title",
- "description":"Clip description",
- "file":"https://media.inzu.net/user/mysite/sound/rock.mp3",
- "embed":"<object height=\"81\" width=\"100%\"> <param name=\"movie\" value=\"http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F13593105\"></param> <param name=\"allowscriptaccess\" value=\"always\"></param> <embed allowscriptaccess=\"always\" height=\"81\" src=\"http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fapi.soundcloud.com%2Ftracks%2F13593105\" type=\"application/x-shockwave-flash\" width=\"100%\"></embed> </object>",
- "image":"https://media.inzu.net/user/mysite/video/img_45.png",
- "date":"1286377809",
- "tags":"Tag1, Tag2, Tag3" }