API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/943/?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/10/?format=api"
    ],
    "id": 943,
    "title": "django-richcomments",
    "slug": "django-richcomments",
    "last_updated": "2011-09-15T08:28:15-04:00",
    "last_fetched": "2026-02-15T07:05:50.730046-05:00",
    "repo_url": "https://github.com/praekelt/django-richcomments",
    "pypi_version": "0.0.2",
    "created": "2011-09-19T22:10:10.206987-04:00",
    "modified": "2026-01-29T12:47:35.448630-05:00",
    "repo_forks": 6,
    "repo_description": "Django app extending the builtin comments framework for AJAX style commenting.",
    "pypi_url": "http://pypi.python.org/pypi/django-richcomments",
    "documentation_url": null,
    "repo_watchers": 8,
    "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": [
        "Rizziepit",
        "hedleyroos",
        "miltontony",
        "morgs",
        "smn"
    ]
}