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

{
    "data": [
        {
            "type": "Category",
            "id": "2087",
            "attributes": {
                "title": "Science & Nature",
                "slug": "science",
                "domain": "www.pbsnc.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.pbsnc.org/blogs/science/",
                "page_id": 160787
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "11686"
                    }
                }
            },
            "links": {
                "self": "https://www.pbsnc.org/bento-api/blogs/categories/2087/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2089",
            "attributes": {
                "title": "Lifestyle & Culture",
                "slug": "lifestyle",
                "domain": "www.pbsnc.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.pbsnc.org/blogs/lifestyle/",
                "page_id": 160789
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "11686"
                    }
                }
            },
            "links": {
                "self": "https://www.pbsnc.org/bento-api/blogs/categories/2089/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2093",
            "attributes": {
                "title": "Pressroom",
                "slug": "pressroom",
                "domain": "www.pbsnc.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.pbsnc.org/blogs/pressroom/",
                "page_id": 160793
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "11686"
                    }
                }
            },
            "links": {
                "self": "https://www.pbsnc.org/bento-api/blogs/categories/2093/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2140",
            "attributes": {
                "title": "Support",
                "slug": "support",
                "domain": "www.pbsnc.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.pbsnc.org/blogs/support/",
                "page_id": 166324
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "11686"
                    }
                }
            },
            "links": {
                "self": "https://www.pbsnc.org/bento-api/blogs/categories/2140/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2088",
            "attributes": {
                "title": "What to Watch",
                "slug": "watch",
                "domain": "www.pbsnc.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.pbsnc.org/blogs/watch/",
                "page_id": 160788
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "11686"
                    }
                }
            },
            "links": {
                "self": "https://www.pbsnc.org/bento-api/blogs/categories/2088/?format=api"
            }
        },
        {
            "type": "Category",
            "id": "2090",
            "attributes": {
                "title": "Education",
                "slug": "education",
                "domain": "www.pbsnc.org",
                "branding_image": null,
                "disqus_shortname": "",
                "absolute_url": "//www.pbsnc.org/blogs/education/",
                "page_id": 160790
            },
            "relationships": {
                "site": {
                    "data": {
                        "type": "Site",
                        "id": "11686"
                    }
                }
            },
            "links": {
                "self": "https://www.pbsnc.org/bento-api/blogs/categories/2090/?format=api"
            }
        }
    ]
}