API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2804/
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/309/"
    ],
    "id": 2804,
    "title": "django-enum3field",
    "slug": "django-enum3field",
    "last_updated": "2015-03-15T09:28:59-04:00",
    "last_fetched": "2026-02-16T03:03:05.678909-05:00",
    "repo_url": "https://github.com/if-then-fund/django-enum3field",
    "pypi_version": "0.1.1",
    "created": "2015-03-15T11:36:07.904782-04:00",
    "modified": "2026-01-28T16:12:11.800207-05:00",
    "repo_forks": 1,
    "repo_description": "A Django 1.7+ model field for use with Python 3 enums.",
    "pypi_url": "http://pypi.python.org/pypi/enum3field",
    "documentation_url": "https://github.com/if-then-fund/django-enum3field/blob/master/README.rst",
    "repo_watchers": 0,
    "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": [
        "JoshData"
    ]
}