Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/1476/?format=api
{ "parent": "https://api.routeconverter.com/v1/categories/97/?format=api", "name": "The British Isles", "children": [ { "name": "Wales", "url": "https://api.routeconverter.com/v1/categories/1478/?format=api" }, { "name": "England", "url": "https://api.routeconverter.com/v1/categories/1479/?format=api" } ], "routes": [], "url": "https://api.routeconverter.com/v1/categories/1476/?format=api" }