GET /bento-api/blogs/tags/1928/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": {
        "type": "Tag",
        "id": "1928",
        "attributes": {
            "name": "1 october",
            "slug": "1-october"
        },
        "links": {
            "self": "https://pbs.lpb.org/bento-api/blogs/tags/1928/?format=api"
        }
    }
}