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

{
    "data": {
        "type": "Tag",
        "id": "1127",
        "attributes": {
            "name": "canyon chamber of commerce",
            "slug": "canyon-chamber-commerce"
        },
        "links": {
            "self": "https://pbs.lpb.org/bento-api/blogs/tags/1127/?format=api"
        }
    }
}