Contents:
This API call returns a list of tags in the Photomap.
Tags are retrieved by the most popular, but then returned in order of tag name.
An example use of this can be seen on the Photomap tags page.
This example retrieves the 5 most popular tags.
https://api.cyclestreets.net/v2/photomap.tags?key=registeredapikey&limit=5
Result:
[ { "tag": "cambridge", "total": 1595 }, { "tag": "cycle", "total": 1243 }, { "tag": "cycling", "total": 1456 }, { "tag": "france", "total": 1914 }, { "tag": "germany", "total": 1181 } ]
None.
JSON structure as per example above.
JSON object containing an error key and a text string.
Example error (text string will vary):
{
"error": "The value of the supplied limit was not numeric."
}