Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/303/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/302/?format=api", "name": "Ettlingen", "children": [ { "name": "Wattkopf", "url": "https://api.routeconverter.com/v1/categories/304/?format=api" } ], "routes": [ { "description": "Ettlinger Halbmarathon", "creator_name": "Sandmann_x99", "localFileUrl": { "file": "https://api.routeconverter.com/files/d08c74fa-4522-430d-b165-7886e74b1325" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/963/?format=api" }, { "description": "Graf-Rhena-Weg on GPSies.com", "creator_name": "Sandmann_x99", "localFileUrl": { "file": "https://api.routeconverter.com/files/6a04a01a-f14e-43f8-9f34-67a2076af4b3" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/967/?format=api" } ], "url": "https://api.routeconverter.com/v1/categories/303/?format=api" }