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

GET /v1/categories/1358/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 06:51:52 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "Türkei (Türkiye)",
    "children": [],
    "routes": [
        {
            "description": "Tirtar-Dikmen",
            "creator_name": "kemal",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/baaf7ffc-8fd7-483a-a4b9-1a4f659481dc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4755/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1358/?format=api"
}