API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/850/
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/8/",
        "https://djangopackages.org/api/v4/grids/169/"
    ],
    "id": 850,
    "title": "django-dataforms",
    "slug": "django-dataforms",
    "last_updated": "2013-01-08T17:41:20-05:00",
    "last_fetched": "2026-02-16T03:00:39.103821-05:00",
    "repo_url": "https://github.com/django-dataforms/django-dataforms",
    "pypi_version": "0.2.0",
    "created": "2011-07-01T04:03:28.069010-04:00",
    "modified": "2026-01-28T16:07:46.335559-05:00",
    "repo_forks": 13,
    "repo_description": "Dynamic, database-driven Django forms",
    "pypi_url": "http://pypi.python.org/pypi/django-dataforms",
    "documentation_url": "https://readthedocs.org/projects/django-dataforms/",
    "repo_watchers": 33,
    "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": [
        "jmacul2",
        "douggwaite"
    ]
}