API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/909/?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/99/?format=api"
    ],
    "id": 909,
    "title": "Django Feature Flipper",
    "slug": "django-feature-flipper",
    "last_updated": "2010-12-29T11:55:32-05:00",
    "last_fetched": "2026-02-15T11:02:09.554701-05:00",
    "repo_url": "https://github.com/tobych/django-feature-flipper",
    "pypi_version": null,
    "created": "2011-08-13T18:14:14.416219-04:00",
    "modified": "2026-01-28T13:04:47.802373-05:00",
    "repo_forks": 3,
    "repo_description": "A feature flipper to help you use continuous deployment for Django projects. No longer active. We use django-waffle these days.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 44,
    "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": [
        "tobych",
        "gldnspud"
    ]
}