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

GET /v1/categories/72/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 05:54:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/?format=api",
    "name": "Niederlande (Pays-bas) (Netherlands) (Nederland)",
    "children": [
        {
            "name": "Nördlich des Rheins (Ten noorden van de Rijn)",
            "url": "https://api.routeconverter.com/v1/categories/1629/?format=api"
        },
        {
            "name": "Südlich des Rheins (Ten zuiden van de Rijn)",
            "url": "https://api.routeconverter.com/v1/categories/1630/?format=api"
        }
    ],
    "routes": [
        {
            "description": "rondje Zeeland",
            "creator_name": "armindehooge",
            "localFileUrl": null,
            "remoteUrl": "http://www.gpstracks.nl/googlemap.php?xmlfile=maps/a-zholland-west-oost-midden-nederland-route.xml&naamroute=West-oost%20midden%20Nederland%20route",
            "url": "https://api.routeconverter.com/v1/routes/15156/?format=api"
        },
        {
            "description": "Peel en Maasroute",
            "creator_name": "Jeroen",
            "localFileUrl": null,
            "remoteUrl": "http://www.adkusters.dsmynas.com/Website%20mynas/Tomtom%20routes/Peel%20en%20maas/Peel_en_Maas.itn",
            "url": "https://api.routeconverter.com/v1/routes/28137/?format=api"
        },
        {
            "description": "Route Muiderberg",
            "creator_name": "FrankW",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ef9af9fe-1504-4d6e-8396-8fcbc04b92a9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40488/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/72/?format=api"
}