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

GET /v1/categories/2673/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 04 Jul 2011 00:44:27 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/",
    "name": "Basse Normandie",
    "children": [
        {
            "name": "fr",
            "url": "https://api.routeconverter.com/v1/categories/7842/"
        }
    ],
    "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/",
            "metadata": null
        },
        {
            "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/",
            "metadata": {
                "length": 114835,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 32,
                "size": 3180,
                "format": "GPS Exchange Format 1.1 Garble (*.gpx)",
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2673/"
}