API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/293/
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/281/"
    ],
    "id": 293,
    "title": "django-faq",
    "slug": "django-faq",
    "last_updated": "2013-10-01T23:35:54-04:00",
    "last_fetched": "2026-02-16T03:04:55.373367-05:00",
    "repo_url": "https://github.com/howiworkdaily/django-faq",
    "pypi_version": "0.8.3",
    "created": "2010-09-13T03:03:20.676762-04:00",
    "modified": "2026-01-28T16:14:34.524571-05:00",
    "repo_forks": 98,
    "repo_description": "a simple faq application for django apps",
    "pypi_url": "http://pypi.python.org/pypi/django-faq",
    "documentation_url": null,
    "repo_watchers": 220,
    "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": [
        "howiworkdaily",
        "jacobian",
        "ipmb",
        "brosner",
        "montylounge",
        "RockHoward",
        "jezdez",
        "dulacp",
        "mikek"
    ]
}