Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/7863/
{ "parent": "https://api.routeconverter.com/v1/categories/1/", "name": "Asia", "children": [ { "name": "Kazakhstan", "url": "https://api.routeconverter.com/v1/categories/7864/" }, { "name": "India", "url": "https://api.routeconverter.com/v1/categories/7867/" } ], "routes": [], "url": "https://api.routeconverter.com/v1/categories/7863/" }