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

GET /v1/categories/8008/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 14:18:30 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/",
    "name": "Oceania",
    "children": [
        {
            "name": "Australia",
            "url": "https://api.routeconverter.com/v1/categories/8009/"
        },
        {
            "name": "New Zealand",
            "url": "https://api.routeconverter.com/v1/categories/8053/"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/8008/"
}