Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/1006/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api", "name": "156", "children": [], "routes": [ { "description": "156 A to 156 B", "creator_name": "Theo Retisch", "localFileUrl": { "file": "https://api.routeconverter.com/files/0852cbfa-9030-45c4-bc66-01e3c41cfc12" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/3771/?format=api" }, { "description": "156 B to 156 A", "creator_name": "Theo Retisch", "localFileUrl": { "file": "https://api.routeconverter.com/files/df10268d-230e-4072-af1e-738b6663924a" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/3772/?format=api" } ], "url": "https://api.routeconverter.com/v1/categories/1006/?format=api" }