GET /bento-api/blogs/categories/313/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Category",
        "id": "313",
        "attributes": {
            "title": "Health",
            "slug": "health",
            "domain": "www.ninepbs.org",
            "branding_image": null,
            "disqus_shortname": "",
            "absolute_url": "//www.ninepbs.org/blogs/health/",
            "page_id": 12336
        },
        "relationships": {
            "site": {
                "data": {
                    "type": "Site",
                    "id": "154"
                }
            }
        },
        "links": {
            "self": "https://www.ninepbs.org/bento-api/blogs/categories/313/?format=api"
        }
    }
}