API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3290/?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/139/?format=api",
        "https://djangopackages.org/api/v4/grids/72/?format=api"
    ],
    "id": 3290,
    "title": "pinax-notifications",
    "slug": "pinax-notifications",
    "last_updated": "2020-07-09T17:08:39-04:00",
    "last_fetched": "2026-02-15T03:06:16.022134-05:00",
    "repo_url": "https://github.com/pinax/pinax-notifications",
    "pypi_version": "6.0.0",
    "created": "2016-05-01T12:16:39.665095-04:00",
    "modified": "2026-01-28T16:47:48.436598-05:00",
    "repo_forks": 207,
    "repo_description": "user notification management for the Django web framework",
    "pypi_url": "http://pypi.python.org/pypi/pinax-notifications",
    "documentation_url": "https://pinax-notifications.readthedocs.io/en/latest/",
    "repo_watchers": 747,
    "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": [
        "paltman",
        "grahamu",
        "KatherineMichel",
        "jacobwegner",
        "giff-h",
        "jantoniomartin",
        "sherzberg",
        "arthur-wsw",
        "nrb",
        "brosner",
        "frewsxcv",
        "empty",
        "psychok7",
        "aert",
        "penguinvasion",
        "dmzio"
    ]
}