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

GET /v1/categories/273/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 00:46:51 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/?format=api",
    "name": "The British Isles",
    "children": [
        {
            "name": "Wales",
            "url": "https://api.routeconverter.com/v1/categories/54/?format=api"
        },
        {
            "name": "Ireland",
            "url": "https://api.routeconverter.com/v1/categories/66/?format=api"
        },
        {
            "name": "Scotland",
            "url": "https://api.routeconverter.com/v1/categories/1111/?format=api"
        },
        {
            "name": "England",
            "url": "https://api.routeconverter.com/v1/categories/1112/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/273/?format=api"
}