GET /bento-api/blogs/categories/2384/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept
{
"data": {
"type": "Category",
"id": "2384",
"attributes": {
"title": "OETA Movie Club August 2024",
"slug": "oeta-movie-club-august-2024",
"domain": "www.oeta.tv",
"branding_image": null,
"disqus_shortname": "",
"absolute_url": "//www.oeta.tv/blogs/oeta-movie-club-august-2024/",
"page_id": 196551
},
"relationships": {
"site": {
"data": {
"type": "Site",
"id": "1921"
}
}
},
"links": {
"self": "https://www.oeta.tv/bento-api/blogs/categories/2384/?format=api"
}
}
}