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