GET /api/v4/categories/2/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2,
    "title": "Framework",
    "slug": "frameworks",
    "description": "Large efforts that combine many python modules or apps. Examples include Django, django-cms, and Mezzanine. Most CMSes fall into this category, and so do storefronts.",
    "title_plural": "Frameworks",
    "show_pypi": true,
    "created": "2010-08-14T22:48:52-04:00",
    "modified": "2013-08-01T08:08:47.354091-04:00"
}