Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/7837/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/1/?format=api", "name": "MTB", "children": [ { "name": "Italia", "url": "https://api.routeconverter.com/v1/categories/7838/?format=api" } ], "routes": [ { "description": "Dachsbau", "creator_name": "Bettyboo", "localFileUrl": { "file": "https://api.routeconverter.com/files/1ee452a3-756b-4c5d-9209-40e3559a44da" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/41800/?format=api" } ], "url": "https://api.routeconverter.com/v1/categories/7837/?format=api" }