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