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

{
    "data": {
        "type": "Category",
        "id": "983",
        "attributes": {
            "title": "Education Blog",
            "slug": "education",
            "domain": "mindinthemaking.mpbonline.org",
            "branding_image": "",
            "disqus_shortname": "",
            "absolute_url": "//mindinthemaking.mpbonline.org/blogs/education/",
            "page_id": 45466
        },
        "relationships": {
            "site": {
                "data": {
                    "type": "Site",
                    "id": "1555"
                }
            }
        },
        "links": {
            "self": "https://mindinthemaking.mpbonline.org/bento-api/blogs/categories/983/?format=api"
        }
    }
}