API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/828/?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/109/?format=api"
    ],
    "id": 828,
    "title": "django-live",
    "slug": "django-live",
    "last_updated": "2012-02-24T02:54:27-05:00",
    "last_fetched": "2026-02-16T01:01:11.508406-05:00",
    "repo_url": "https://bitbucket.org/nicoechaniz/django-live",
    "pypi_version": "0.1.8",
    "created": "2011-06-12T16:11:13.974109-04:00",
    "modified": "2026-01-28T15:47:54.142848-05:00",
    "repo_forks": 3,
    "repo_description": "Comet based chat for django.",
    "pypi_url": "http://pypi.python.org/pypi/django-live",
    "documentation_url": null,
    "repo_watchers": 19,
    "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": [
        "nicoechaniz"
    ]
}