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

GET /v1/categories/442/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 18:48:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/947/?format=api",
    "name": "Segeln (Sailing, Zeilsport)",
    "children": [
        {
            "name": "Kroatien (Hrvatska)",
            "url": "https://api.routeconverter.com/v1/categories/881/?format=api"
        },
        {
            "name": "Ottawa, Canada",
            "url": "https://api.routeconverter.com/v1/categories/904/?format=api"
        },
        {
            "name": "Sea of Cortez",
            "url": "https://api.routeconverter.com/v1/categories/1216/?format=api"
        },
        {
            "name": "Schweden",
            "url": "https://api.routeconverter.com/v1/categories/1404/?format=api"
        },
        {
            "name": "Griechenland",
            "url": "https://api.routeconverter.com/v1/categories/1413/?format=api"
        },
        {
            "name": "Biskaya",
            "url": "https://api.routeconverter.com/v1/categories/1773/?format=api"
        },
        {
            "name": "MS Eurodam",
            "url": "https://api.routeconverter.com/v1/categories/7780/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/442/?format=api"
}