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

GET /v1/categories/1177/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 16:14:53 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "France",
    "children": [
        {
            "name": "PACA",
            "url": "https://api.routeconverter.com/v1/categories/1793/"
        },
        {
            "name": "Béarn",
            "url": "https://api.routeconverter.com/v1/categories/5707/"
        },
        {
            "name": "Maine et Loire",
            "url": "https://api.routeconverter.com/v1/categories/5752/"
        },
        {
            "name": "Languedoc",
            "url": "https://api.routeconverter.com/v1/categories/6221/"
        },
        {
            "name": "Provence",
            "url": "https://api.routeconverter.com/v1/categories/6912/"
        },
        {
            "name": "Auvergne",
            "url": "https://api.routeconverter.com/v1/categories/7407/"
        }
    ],
    "routes": [
        {
            "description": "trail de l'ardéchois",
            "creator_name": "carron",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/49b28bbe-7df4-4ef2-b00b-3820ed87349d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4304/",
            "metadata": {
                "length": 56967,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 25556,
                "size": 741827,
                "format": "Google Earth 3 (*.kml)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1177/"
}