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

GET /v1/categories/4146/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 06 Nov 2025 10:59:34 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/226/?format=api",
    "name": "road maps",
    "children": [],
    "routes": [
        {
            "description": "trip_to _Shoreline",
            "creator_name": "cbasso48",
            "localFileUrl": null,
            "remoteUrl": "http://maps.google.com/maps?hl=en&tab=wl",
            "url": "https://api.routeconverter.com/v1/routes/16696/?format=api"
        },
        {
            "description": "rigtig",
            "creator_name": "August",
            "localFileUrl": null,
            "remoteUrl": "https://maps.app.goo.gl/fJm2ukZQyvDUWrJJ8",
            "url": "https://api.routeconverter.com/v1/routes/41710/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/4146/?format=api"
}