Set up and retrieve information about tag categories (api/tag_category).

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

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1,
            "category": "ConformerSites",
            "colour": "00CC00",
            "description": null
        },
        {
            "id": 2,
            "category": "CanonSites",
            "colour": "ffcc00",
            "description": null
        },
        {
            "id": 3,
            "category": "CrystalformSites",
            "colour": "ff9900",
            "description": null
        },
        {
            "id": 4,
            "category": "Quatassemblies",
            "colour": "00cc99",
            "description": null
        },
        {
            "id": 5,
            "category": "Crystalforms",
            "colour": "ffcc00",
            "description": null
        },
        {
            "id": 6,
            "category": "Series",
            "colour": "0000CC",
            "description": null
        },
        {
            "id": 7,
            "category": "Forum",
            "colour": "CC0000",
            "description": null
        },
        {
            "id": 8,
            "category": "Other",
            "colour": "000000",
            "description": null
        },
        {
            "id": 9,
            "category": "Pose",
            "colour": "ff0000",
            "description": null
        }
    ]
}