API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/145/"
    ],
    "id": 1034,
    "title": "agon-ratings - user ratings of objects",
    "slug": "agon-ratings",
    "last_updated": "2020-07-19T14:22:56-04:00",
    "last_fetched": "2026-02-15T22:04:02.499076-05:00",
    "repo_url": "https://github.com/pinax/pinax-ratings",
    "pypi_version": "0.2",
    "created": "2011-11-24T19:09:33.285659-05:00",
    "modified": "2026-01-28T15:20:56.789861-05:00",
    "repo_forks": 27,
    "repo_description": "a ratings app for Django",
    "pypi_url": "http://pypi.python.org/pypi/agon-ratings",
    "documentation_url": "https://readthedocs.org/projects/agon-ratings/",
    "repo_watchers": 89,
    "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",
        "KatherineMichel",
        "kasulani",
        "grahamu",
        "arthur-wsw",
        "rizumu",
        "mfonism",
        "jtauber",
        "renyi",
        "brosner",
        "gregnewman",
        "lukeman",
        "LyNDe",
        "gitter-badger"
    ]
}