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

GET /v1/categories/8019/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 14:20:12 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "Africa",
    "children": [
        {
            "name": "Egypt",
            "url": "https://api.routeconverter.com/v1/categories/8020/?format=api"
        },
        {
            "name": "Algeria",
            "url": "https://api.routeconverter.com/v1/categories/8029/?format=api"
        },
        {
            "name": "Morocco",
            "url": "https://api.routeconverter.com/v1/categories/8033/?format=api"
        },
        {
            "name": "Namibia",
            "url": "https://api.routeconverter.com/v1/categories/8036/?format=api"
        },
        {
            "name": "Chad",
            "url": "https://api.routeconverter.com/v1/categories/8038/?format=api"
        },
        {
            "name": "Tunisia",
            "url": "https://api.routeconverter.com/v1/categories/8044/?format=api"
        },
        {
            "name": "Dem. Rep. Congo",
            "url": "https://api.routeconverter.com/v1/categories/8046/?format=api"
        },
        {
            "name": "Cameroon",
            "url": "https://api.routeconverter.com/v1/categories/8049/?format=api"
        },
        {
            "name": "Niger",
            "url": "https://api.routeconverter.com/v1/categories/8055/?format=api"
        },
        {
            "name": "Sudan",
            "url": "https://api.routeconverter.com/v1/categories/8064/?format=api"
        },
        {
            "name": "Libya",
            "url": "https://api.routeconverter.com/v1/categories/8065/?format=api"
        },
        {
            "name": "Ethiopia",
            "url": "https://api.routeconverter.com/v1/categories/8067/?format=api"
        },
        {
            "name": "W. Sahara",
            "url": "https://api.routeconverter.com/v1/categories/8068/?format=api"
        },
        {
            "name": "Mauritania",
            "url": "https://api.routeconverter.com/v1/categories/8070/?format=api"
        },
        {
            "name": "South Africa",
            "url": "https://api.routeconverter.com/v1/categories/8079/?format=api"
        },
        {
            "name": "Central African Rep.",
            "url": "https://api.routeconverter.com/v1/categories/8084/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/8019/?format=api"
}