API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/466/?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/279/?format=api",
        "https://djangopackages.org/api/v4/grids/68/?format=api"
    ],
    "id": 466,
    "title": "django-flag",
    "slug": "django-flag",
    "last_updated": "2019-04-19T11:38:55-04:00",
    "last_fetched": "2026-02-15T11:02:23.919999-05:00",
    "repo_url": "https://github.com/pinax/django-flag",
    "pypi_version": null,
    "created": "2010-10-31T18:41:49.213680-04:00",
    "modified": "2026-01-28T13:05:18.755061-05:00",
    "repo_forks": 43,
    "repo_description": "flagging of inapproriate/spam content",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 70,
    "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": [
        "brosner",
        "jtauber",
        "paltman",
        "jezdez",
        "almalki",
        "alex",
        "chromano",
        "KatherineMichel",
        "lukeman",
        "travislbrundage"
    ]
}