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

GET /v1/categories/3882/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Apr 2012 19:08:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3883/",
    "name": "google mapas",
    "children": [
        {
            "name": "caraguatatuba sp",
            "url": "https://api.routeconverter.com/v1/categories/3883/"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/3882/"
}