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

GET /v1/categories/273/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 16:14:52 GMT
Vary: Accept

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