GET /bento-api/blogs/categories/?format=api&preview=false&site_ids=216
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/vnd.api+json
Vary: Accept

{
    "data": [
        {
            "type": "Category",
            "id": "428",
            "attributes": {
                "title": "Prairie Public | Media Releases",
                "slug": "pressroom",
                "domain": "www.prairiepublic.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.prairiepublic.org/blogs/pressroom/",
                "page_id": 16923
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "216"
                    }
                }
            },
            "links": {
                "self": "https://www.prairiepublic.org/bento-api/blogs/categories/428/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "1940",
            "attributes": {
                "title": "Rhizome Blog",
                "slug": "education",
                "domain": "www.prairiepublic.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.prairiepublic.org/blogs/education/",
                "page_id": 141876
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "216"
                    }
                }
            },
            "links": {
                "self": "https://www.prairiepublic.org/bento-api/blogs/categories/1940/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2449",
            "attributes": {
                "title": "What's On Weekly",
                "slug": "whats-on-weekly",
                "domain": "www.prairiepublic.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.prairiepublic.org/blogs/whats-on-weekly/",
                "page_id": 202536
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "216"
                    }
                }
            },
            "links": {
                "self": "https://www.prairiepublic.org/bento-api/blogs/categories/2449/?format=api"
            }
        }
    ]
}