API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/138/?format=api"
    ],
    "id": 1582,
    "title": "eldarion-ajax",
    "slug": "eldarion-ajax",
    "last_updated": "2017-12-31T01:25:49-05:00",
    "last_fetched": "2026-02-15T14:00:48.276873-05:00",
    "repo_url": "https://github.com/eldarion/eldarion-ajax",
    "pypi_version": null,
    "created": "2012-12-09T16:52:00.395373-05:00",
    "modified": "2026-01-28T13:24:54.288057-05:00",
    "repo_forks": 150,
    "repo_description": "a library for adding declarative ajax functionality to your website",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 756,
    "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",
        "shabda",
        "callumacrae",
        "jtauber",
        "bwarren2",
        "davelowe",
        "dirish",
        "josemalonsom",
        "kennethlove",
        "msurguy"
    ]
}