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

{
    "data": [
        {
            "type": "Category",
            "id": "1553",
            "attributes": {
                "title": "Station News",
                "slug": "station-news",
                "domain": "www.wedu.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.wedu.org/blogs/station-news/",
                "page_id": 98411
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "3201"
                    }
                }
            },
            "links": {
                "self": "https://www.wedu.org/bento-api/blogs/categories/1553/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2271",
            "attributes": {
                "title": "Programming",
                "slug": "programming",
                "domain": "www.wedu.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.wedu.org/blogs/programming/",
                "page_id": 184576
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "3201"
                    }
                }
            },
            "links": {
                "self": "https://www.wedu.org/bento-api/blogs/categories/2271/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2146",
            "attributes": {
                "title": "Sustain",
                "slug": "sustain",
                "domain": "www.wedu.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.wedu.org/blogs/sustain/",
                "page_id": 167141
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "3201"
                    }
                }
            },
            "links": {
                "self": "https://www.wedu.org/bento-api/blogs/categories/2146/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2131",
            "attributes": {
                "title": "Be More Kind",
                "slug": "be-more-kind",
                "domain": "www.wedu.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.wedu.org/blogs/be-more-kind/",
                "page_id": 165396
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "3201"
                    }
                }
            },
            "links": {
                "self": "https://www.wedu.org/bento-api/blogs/categories/2131/?format=api"
            }
        }
    ]
}