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