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

GET /v1/categories/2673/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 21 Dec 2025 21:00:00 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/?format=api",
    "name": "Basse Normandie",
    "children": [],
    "routes": [
        {
            "description": "Balade AAM",
            "creator_name": "demostene",
            "localFileUrl": null,
            "remoteUrl": "http://maps.google.fr/maps?saddr=leclerc+cleunay+rennes&daddr=Route+inconnue+to:Route+inconnue+to:La+Miais%2FD21+to:La+Chevillere%2FD36+to:Rue+de+la+Mairie%2FD44+to:D62+to:D224+to:D42+to:D776+to:La+Be",
            "url": "https://api.routeconverter.com/v1/routes/15079/?format=api"
        },
        {
            "description": "Suisse NormandePetite promenade au coeur de la suisse normande avec une visite des plus beaux sites de cette magnifique région",
            "creator_name": "Yves",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/39d5b113-7320-4958-9645-6561538e4fdf"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38587/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2673/?format=api"
}