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

{
    "count": 34,
    "next": "https://blogs.legistify.com/blog_category_search/?format=api&page=4",
    "previous": "https://blogs.legistify.com/blog_category_search/?format=api&page=2",
    "results": [
        {
            "content": "Arbitration"
        },
        {
            "content": "Alternate Dispute Resolution"
        },
        {
            "content": "Property Real Estate Law"
        },
        {
            "content": "Cheque Bounce"
        },
        {
            "content": "Consumer Protection"
        },
        {
            "content": "Immigration"
        },
        {
            "content": "IPR Management"
        },
        {
            "content": "Taxation and Duty"
        },
        {
            "content": "Criminal Defence"
        },
        {
            "content": "Employment"
        }
    ]
}