Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/273/
{ "parent": "https://api.routeconverter.com/v1/categories/7479/", "name": "The British Isles", "children": [ { "name": "Wales", "url": "https://api.routeconverter.com/v1/categories/54/" }, { "name": "Ireland", "url": "https://api.routeconverter.com/v1/categories/66/" }, { "name": "Scotland", "url": "https://api.routeconverter.com/v1/categories/1111/" }, { "name": "England", "url": "https://api.routeconverter.com/v1/categories/1112/" } ], "routes": [], "url": "https://api.routeconverter.com/v1/categories/273/" }