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

{
    "data": {
        "type": "Tag",
        "id": "190",
        "attributes": {
            "name": "first lady of the revolution",
            "slug": "first-lady-of-the-revolution"
        },
        "links": {
            "self": "https://pbs.lpb.org/bento-api/blogs/tags/190/"
        }
    }
}