Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/1007/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api", "name": "191", "children": [], "routes": [ { "description": "191 A - B", "creator_name": "Theo Retisch", "localFileUrl": { "file": "https://api.routeconverter.com/files/5fa482f8-ccfd-4af7-9e81-3b6ea59ca3b6" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/3773/?format=api" }, { "description": "191 B - A", "creator_name": "Theo Retisch", "localFileUrl": { "file": "https://api.routeconverter.com/files/1d4dbfd8-41e7-4c72-8425-ff93cdee0325" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/3774/?format=api" } ], "url": "https://api.routeconverter.com/v1/categories/1007/?format=api" }