API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2151/
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/231/"
    ],
    "id": 2151,
    "title": "django-hunger",
    "slug": "django-hunger",
    "last_updated": "2015-03-15T12:23:04-04:00",
    "last_fetched": "2026-02-15T21:04:12.069390-05:00",
    "repo_url": "https://github.com/joshuakarjala/django-hunger",
    "pypi_version": "2.1.2",
    "created": "2013-12-06T08:48:30.546997-05:00",
    "modified": "2026-01-28T15:08:37.560543-05:00",
    "repo_forks": 28,
    "repo_description": "Django app for managing beta signups and invitations",
    "pypi_url": "http://pypi.python.org/pypi/django-hunger",
    "documentation_url": "https://readthedocs.org/projects/django-hunger",
    "repo_watchers": 103,
    "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": [
        "yesimon",
        "joshuakarjala",
        "mypetyak",
        "martey",
        "palm86",
        "rockstar",
        "brookiel",
        "airtonix",
        "embedded1",
        "coordt",
        "peritus",
        "chrismarceloph",
        "mikhuang",
        "armisael"
    ]
}