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