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

GET /v1/categories/1324/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 06 Nov 2025 00:10:57 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3154/?format=api",
    "name": "Argentina",
    "children": [],
    "routes": [
        {
            "description": "mendoza.kmz/Mendoza Digital/Entretenimientos",
            "creator_name": "angelo_paolo",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7f07590a-fefa-4a12-89eb-1f8a9a921ff8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4741/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1324/?format=api"
}