Specify parameters to customise the data returned.
Format
Description | Select the data format returned. |
Default | JSON |
Options | JSON, JSONP, XML |
Required | Required |
Example |
JSON format /api/data/output/[id]?api_token=[token]&format=json |
Limit
Description | Specify a limit to the number of approved items returned. |
Default | 300 |
Required | - |
Example |
Limit the output to 25 items. /api/data/output/[id]?api_token=[token]&format=json&limit=25 |
If you require additional items or items other than the newest 300 we recommend creating a local data store to hold the additional items.
Since
Description | Specify a timestamp to return only items created after that timestamp. |
Default | 0 |
Required | - |
Example |
Items newer than 1363481978. /api/data/output/[id]?api_token=[token]&format=json&since=1363481978 |