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

GET /v1/categories/648/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Dec 2025 05:15:48 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "Italia",
    "children": [
        {
            "name": "Marche",
            "url": "https://api.routeconverter.com/v1/categories/649/?format=api"
        },
        {
            "name": "Piemonte",
            "url": "https://api.routeconverter.com/v1/categories/674/?format=api"
        },
        {
            "name": "Südtirol",
            "url": "https://api.routeconverter.com/v1/categories/1219/?format=api"
        },
        {
            "name": "Veneto",
            "url": "https://api.routeconverter.com/v1/categories/1689/?format=api"
        },
        {
            "name": "Toscana",
            "url": "https://api.routeconverter.com/v1/categories/4239/?format=api"
        },
        {
            "name": "Lazio",
            "url": "https://api.routeconverter.com/v1/categories/7079/?format=api"
        },
        {
            "name": "Liguria",
            "url": "https://api.routeconverter.com/v1/categories/7810/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/648/?format=api"
}