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

GET /v1/categories/3198/
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/3195/",
    "name": "Nordamerika (North America)",
    "children": [
        {
            "name": "Auf dem Wasser (On the water)",
            "url": "https://api.routeconverter.com/v1/categories/3194/"
        },
        {
            "name": "Camping & Co",
            "url": "https://api.routeconverter.com/v1/categories/3202/"
        }
    ],
    "routes": [
        {
            "description": "sdfsdfg",
            "creator_name": "HettyCloud@gmail.com",
            "localFileUrl": null,
            "remoteUrl": "https://goo.gl/maps/E5yCf4GVNcJZVN6V9",
            "url": "https://api.routeconverter.com/v1/routes/39925/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3198/"
}