Category Instance
This endpoint presents the RouteConverter API for categories in the system.
GET /v1/categories/8015/
{ "parent": "https://api.routeconverter.com/v1/categories/1/", "name": "South America", "children": [ { "name": "Venezuela", "url": "https://api.routeconverter.com/v1/categories/8016/" }, { "name": "Peru", "url": "https://api.routeconverter.com/v1/categories/8022/" }, { "name": "Brazil", "url": "https://api.routeconverter.com/v1/categories/8023/" }, { "name": "Chile", "url": "https://api.routeconverter.com/v1/categories/8040/" }, { "name": "Argentina", "url": "https://api.routeconverter.com/v1/categories/8051/" }, { "name": "Colombia", "url": "https://api.routeconverter.com/v1/categories/8056/" }, { "name": "Ecuador", "url": "https://api.routeconverter.com/v1/categories/8077/" } ], "routes": [], "url": "https://api.routeconverter.com/v1/categories/8015/" }