API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1103/
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/58/",
        "https://djangopackages.org/api/v4/grids/8/"
    ],
    "id": 1103,
    "title": "django-formfield",
    "slug": "django-formfield",
    "last_updated": "2017-04-19T10:51:26-04:00",
    "last_fetched": "2026-02-16T00:03:44.371337-05:00",
    "repo_url": "https://github.com/jsoa/django-formfield",
    "pypi_version": "0.4",
    "created": "2012-01-11T08:18:40.894580-05:00",
    "modified": "2026-01-28T15:41:48.326745-05:00",
    "repo_forks": 11,
    "repo_description": "django-formfield is a form field that accepts a django form as its first argument",
    "pypi_url": "http://pypi.python.org/pypi/django-formfield",
    "documentation_url": "https://readthedocs.org/projects/django-formfield/",
    "repo_watchers": 44,
    "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": [
        "jsoa",
        "coordt",
        "jbinary",
        "andybak",
        "BertrandBordage",
        "radiosilence",
        "leetrout"
    ]
}