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

GET /v1/categories/1880/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 02:26:30 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/?format=api",
    "name": "Finland",
    "children": [],
    "routes": [
        {
            "description": "Kaskö to Helsinki/Länsisatama",
            "creator_name": "svenku",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/43c1b1b0-3455-4d42-ac8e-2acb856115e4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7938/?format=api"
        },
        {
            "description": "finland motorcycle trip 2014",
            "creator_name": "assaf.aman",
            "localFileUrl": null,
            "remoteUrl": "https://www.google.com/maps/dir/Tampere,+Finland/The+Old+Church+of+Pet%C3%A4j%C3%A4vesi,+Vanhankirkontie+9,+41900+Pet%C3%A4j%C3%A4vesi,+Finland/Aviation+Museum+of+Central+Finland,+Tikkakoskentie+125,+",
            "url": "https://api.routeconverter.com/v1/routes/24092/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1880/?format=api"
}