This endpoint presents the RouteConverter API for categories in the system.

GET /v1/categories/8015/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 14:19:22 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "South America",
    "children": [
        {
            "name": "Venezuela",
            "url": "https://api.routeconverter.com/v1/categories/8016/?format=api"
        },
        {
            "name": "Peru",
            "url": "https://api.routeconverter.com/v1/categories/8022/?format=api"
        },
        {
            "name": "Brazil",
            "url": "https://api.routeconverter.com/v1/categories/8023/?format=api"
        },
        {
            "name": "Chile",
            "url": "https://api.routeconverter.com/v1/categories/8040/?format=api"
        },
        {
            "name": "Argentina",
            "url": "https://api.routeconverter.com/v1/categories/8051/?format=api"
        },
        {
            "name": "Colombia",
            "url": "https://api.routeconverter.com/v1/categories/8056/?format=api"
        },
        {
            "name": "Ecuador",
            "url": "https://api.routeconverter.com/v1/categories/8077/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/8015/?format=api"
}