API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/872/?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/4/?format=api",
        "https://djangopackages.org/api/v4/grids/115/?format=api"
    ],
    "id": 872,
    "title": "django-easy-profiles",
    "slug": "django-easy-profiles",
    "last_updated": "2011-10-13T15:39:24-04:00",
    "last_fetched": "2026-02-15T11:01:44.812458-05:00",
    "repo_url": "https://github.com/pydanny/django-easy-profiles",
    "pypi_version": null,
    "created": "2011-07-15T21:05:30.275204-04:00",
    "modified": "2026-01-28T13:03:53.120792-05:00",
    "repo_forks": 3,
    "repo_description": "Many handy django profile tricks to make it easier for developers. PRE-ALPHA: NOT READY FOR USE!",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-easy-profiles/",
    "repo_watchers": 13,
    "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": [
        "pydanny"
    ]
}