GET /bento-api/blogs/categories/1024/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept
{
"data": {
"type": "Category",
"id": "1024",
"attributes": {
"title": "Community Engagement Blog",
"slug": "happenings-in-your-community",
"domain": "mindinthemaking.mpbonline.org",
"branding_image": null,
"disqus_shortname": "",
"absolute_url": "//mindinthemaking.mpbonline.org/blogs/happenings-in-your-community/",
"page_id": 47860
},
"relationships": {
"site": {
"data": {
"type": "Site",
"id": "1555"
}
}
},
"links": {
"self": "https://mindinthemaking.mpbonline.org/bento-api/blogs/categories/1024/?format=api"
}
}
}