GET /bento-api/blogs/categories/110/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept
{
"data": {
"type": "Category",
"id": "110",
"attributes": {
"title": "Press Room",
"slug": "press-room",
"domain": "www.ninepbs.org",
"branding_image": null,
"disqus_shortname": "",
"absolute_url": "//www.ninepbs.org/blogs/press-room/",
"page_id": 4882
},
"relationships": {
"site": {
"data": {
"type": "Site",
"id": "154"
}
}
},
"links": {
"self": "https://www.ninepbs.org/bento-api/blogs/categories/110/?format=api"
}
}
}