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

{
    "data": {
        "type": "Category",
        "id": "593",
        "attributes": {
            "title": "Movie House",
            "slug": "movie-house",
            "domain": "www.deltabroadcasting.org",
            "branding_image": null,
            "disqus_shortname": "",
            "absolute_url": "//www.deltabroadcasting.org/blogs/movie-house/",
            "page_id": 23300
        },
        "relationships": {
            "site": {
                "data": {
                    "type": "Site",
                    "id": "137"
                }
            }
        },
        "links": {
            "self": "https://www.deltabroadcasting.org/bento-api/blogs/categories/593/?format=api"
        }
    }
}