We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
api/locations (give me all the locations)
[ { "name": "Buildit Brooklyn", "id": 1 }, { "name": "Doge Planet", "id": 2 } ]
api/locations/{id} (give me the location {id})
{ "name": "Buildit Brooklyn", "id": 1 }
No auth token required.