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