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

{
    "data": {
        "type": "Category",
        "id": "2131",
        "attributes": {
            "title": "Be More Kind",
            "slug": "be-more-kind",
            "domain": "www.wedu.org",
            "branding_image": null,
            "disqus_shortname": "",
            "absolute_url": "//www.wedu.org/blogs/be-more-kind/",
            "page_id": 165396
        },
        "relationships": {
            "site": {
                "data": {
                    "type": "Site",
                    "id": "3201"
                }
            }
        },
        "links": {
            "self": "https://www.wedu.org/bento-api/blogs/categories/2131/?format=api"
        }
    }
}