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

{
    "data": {
        "type": "Entry",
        "id": "62700",
        "attributes": {
            "title": "Youth Homelessness",
            "slug": "youth-homelessness",
            "short_description": "Youth homelessness is on the rise in Michigan and lack of affordable housing is one of many factors. We also see more children with struggling families who don't have a bed to sleep in.",
            "poster_image": "https://dc79r36mj3c9w.cloudfront.net/prod/filer_public/wdcq-bento-live-pbs/d789789c5d_fumr-808-yt.jpg",
            "authors_displayname": "Chas Eldridge",
            "publication_date": "2024-11-20T15:58:16.500226-05:00",
            "custom_publication_date": null,
            "update_date": "2024-11-20T15:58:16.515736-05:00",
            "tags": [],
            "absolute_url": "//www.deltapublicmedia.org/blogs/follow-up/youth-homelessness/",
            "show_image": true,
            "show_author": false,
            "show_post_date": true,
            "show_social_icons": true,
            "image_alt_text": "The Follow Up - How to help homeless youth.",
            "caption": "",
            "credit": ""
        },
        "relationships": {
            "category": {
                "data": {
                    "type": "Category",
                    "id": "596"
                },
                "links": {
                    "related": "https://www.deltapublicmedia.org/bento-api/blogs/categories/596/?format=api"
                }
            },
            "authors": {
                "data": [
                    {
                        "type": "Author",
                        "id": "279"
                    }
                ],
                "meta": {
                    "count": 1
                }
            }
        },
        "links": {
            "self": "https://www.deltapublicmedia.org/bento-api/blogs/entries/62700/?format=api"
        }
    }
}