API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1110/
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/35/",
        "https://djangopackages.org/api/v4/grids/443/"
    ],
    "id": 1110,
    "title": "django-genericforeignkey",
    "slug": "django-genericforeignkey",
    "last_updated": null,
    "last_fetched": "2026-02-16T01:03:34.591970-05:00",
    "repo_url": "http://svnpub.yaco.es/djangoapps/genericforeignkey/trunk",
    "pypi_version": "0.60.4",
    "created": "2012-01-12T08:21:13.899765-05:00",
    "modified": "2026-01-28T15:52:29.012783-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-genericforeignkey",
    "documentation_url": "http://tracpub.yaco.es/djangoapps/wiki/GenericForeignKey",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}