Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/669/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/97/?format=api", "name": "USA", "children": [ { "name": "Catskill Mountains", "url": "https://api.routeconverter.com/v1/categories/1129/?format=api" }, { "name": "Cascades", "url": "https://api.routeconverter.com/v1/categories/1193/?format=api" }, { "name": "Appalachian Trail", "url": "https://api.routeconverter.com/v1/categories/7726/?format=api" } ], "routes": [ { "description": "01", "creator_name": "GeroldM", "localFileUrl": { "file": "https://api.routeconverter.com/files/2b054fd4-1dc9-4fc4-8529-725f2b984a36" }, "remoteUrl": null, "url": "https://api.routeconverter.com/v1/routes/40977/?format=api" } ], "url": "https://api.routeconverter.com/v1/categories/669/?format=api" }