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

{
    "data": {
        "type": "Category",
        "id": "1087",
        "attributes": {
            "title": "Digital Learning Blog",
            "slug": "digital-learning-blog",
            "domain": "mindinthemaking.mpbonline.org",
            "branding_image": null,
            "disqus_shortname": "",
            "absolute_url": "//mindinthemaking.mpbonline.org/blogs/digital-learning-blog/",
            "page_id": 52547
        },
        "relationships": {
            "site": {
                "data": {
                    "type": "Site",
                    "id": "1555"
                }
            }
        },
        "links": {
            "self": "https://mindinthemaking.mpbonline.org/bento-api/blogs/categories/1087/?format=api"
        }
    }
}