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