GET /blog_category_search/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 34,
    "next": null,
    "previous": "https://blogs.legistify.com/blog_category_search/?format=api&page=3",
    "results": [
        {
            "content": "Family Law"
        },
        {
            "content": "Divorce"
        },
        {
            "content": "Startup"
        },
        {
            "content": "Corporate Law"
        }
    ]
}