Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/7765/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/7738/?format=api", "name": "Dolomiti", "children": [ { "name": "fe-so.ch", "url": "https://api.routeconverter.com/v1/categories/7766/?format=api" } ], "routes": [ { "description": "test", "creator_name": "RoutenUrlaub", "localFileUrl": null, "remoteUrl": "https://umap.openstreetmap.fr/de/", "url": "https://api.routeconverter.com/v1/routes/41580/?format=api" }, { "description": "Urlaub1", "creator_name": "RoutenUrlaub", "localFileUrl": null, "remoteUrl": "https://umap.openstreetmap.fr/de/", "url": "https://api.routeconverter.com/v1/routes/41581/?format=api" } ], "url": "https://api.routeconverter.com/v1/categories/7765/?format=api" }