List all categories in the database.

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

{
    "count": 47,
    "next": null,
    "previous": "http://api.gregory-ms.com/categories/?format=api&page=4",
    "results": [
        {
            "category_id": 25,
            "category_description": "Ozanimod",
            "category_name": "Ozanimod",
            "category_slug": "ozanimod",
            "category_terms": [
                "ozanimod",
                "zeposia"
            ],
            "article_count": 29
        },
        {
            "category_id": 32,
            "category_description": "Ponesimod",
            "category_name": "Ponesimod",
            "category_slug": "ponesimod",
            "category_terms": [
                "ponesimod",
                "ponvory"
            ],
            "article_count": 21
        },
        {
            "category_id": 37,
            "category_description": "Vumerity or Diroximel fumarate",
            "category_name": "Vumerity",
            "category_slug": "vumerity",
            "category_terms": [
                "diroximel fumarate",
                "vumerity"
            ],
            "article_count": 18
        },
        {
            "category_id": 44,
            "category_description": "Bafiertam or Monomethyl fumarate",
            "category_name": "Bafiertam",
            "category_slug": "bafiertam",
            "category_terms": [
                "bafiertam",
                "monomethyl fumarate"
            ],
            "article_count": 6
        },
        {
            "category_id": 45,
            "category_description": "Sativex",
            "category_name": "Sativex",
            "category_slug": "sativex",
            "category_terms": [
                "nabiximols",
                "sativex"
            ],
            "article_count": 27
        },
        {
            "category_id": 46,
            "category_description": "Epstein-Barr virus (EBV), also known as human herpesvirus 4, is a member of the herpes virus family. It is one of the most common human viruses. EBV is found all over the world. Most people get infected with EBV at some point in their lives. EBV spreads most commonly through bodily fluids, primarily saliva. EBV can cause infectious mononucleosis, also called mono, and other illnesses.\r\n\r\nsource: <a href=\"https://www.cdc.gov/epstein-barr/about-ebv.html\">https://www.cdc.gov/epstein-barr/about-ebv.html</a>\r\n\r\nEBV may be a leading cause of multiple sclerosis. \r\nsource: <a href=\"https://www.nature.com/articles/s41582-023-00775-5\">https://www.nature.com/articles/s41582-023-00775-5</a>",
            "category_name": "Epstein-Barr Virus",
            "category_slug": "epstein-barr-virus",
            "category_terms": [
                "ebv",
                "Epstein-Barr"
            ],
            "article_count": 161
        },
        {
            "category_id": 48,
            "category_description": "Naltrexone may work for MS because endorphins help reduce inflammation. Inflammation is the underlying cause of MS symptoms. Some anecdotal evidence supports using low-dose naltrexone for treating MS symptoms. This evidence is primarily from people who report noticing a reduction in symptoms after taking naltrexone.\r\n\r\n<a href=\"https://www.medicalnewstoday.com/articles/325455#naltrexone-and-ms\">https://www.medicalnewstoday.com/articles/325455#naltrexone-and-ms</a>",
            "category_name": "Naltrexone",
            "category_slug": "naltrexone",
            "category_terms": [
                "naltrexone",
                "revia"
            ],
            "article_count": 13
        }
    ]
}