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

GET /v1/categories/669/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 04 Nov 2025 17:41:10 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "USA",
    "children": [
        {
            "name": "Catskill Mountains",
            "url": "https://api.routeconverter.com/v1/categories/1129/?format=api"
        },
        {
            "name": "Cascades",
            "url": "https://api.routeconverter.com/v1/categories/1193/?format=api"
        },
        {
            "name": "Appalachian Trail",
            "url": "https://api.routeconverter.com/v1/categories/7726/?format=api"
        }
    ],
    "routes": [
        {
            "description": "01",
            "creator_name": "GeroldM",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2b054fd4-1dc9-4fc4-8529-725f2b984a36"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40977/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/669/?format=api"
}