API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 868,
    "title": "django-startcbv",
    "slug": "django-startcbv",
    "last_updated": "2011-10-27T16:37:10-04:00",
    "last_fetched": "2026-02-16T00:03:59.753800-05:00",
    "repo_url": "https://github.com/audreyfeldroy/django-startcbv",
    "pypi_version": "0.2.3",
    "created": "2011-07-14T10:55:56.280684-04:00",
    "modified": "2026-01-28T15:42:18.741809-05:00",
    "repo_forks": 4,
    "repo_description": "Management command to start an app with class-based views.  You use \"python manage.py startcbv <appname>\".  It's very fresh and unstable, so use at your own risk, but it does work!",
    "pypi_url": "http://pypi.python.org/pypi/django-startcbv",
    "documentation_url": "https://readthedocs.org/projects/django-startcbv/",
    "repo_watchers": 10,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "audreyfeldroy",
        "pydanny"
    ]
}