API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1006/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/",
        "https://djangopackages.org/api/v4/grids/19/"
    ],
    "id": 1006,
    "title": "django-stdfields",
    "slug": "django-stdfields",
    "last_updated": "2011-12-11T12:10:24-05:00",
    "last_fetched": "2026-02-16T02:01:34.652869-05:00",
    "repo_url": "https://bitbucket.org/roam/django-stdfields",
    "pypi_version": "1.0.2",
    "created": "2011-11-11T05:54:31.374770-05:00",
    "modified": "2026-01-28T15:59:01.376219-05:00",
    "repo_forks": 1,
    "repo_description": "Fields I wish were standard in Django. At the moment this is limited to the MinutesField, EnumIntegerField and EnumCharField.",
    "pypi_url": "http://pypi.python.org/pypi/django-stdfields",
    "documentation_url": null,
    "repo_watchers": 5,
    "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": [
        "roam"
    ]
}