API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3879/
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/28/"
    ],
    "id": 3879,
    "title": "django-firefence",
    "slug": "django-firefence",
    "last_updated": "2017-07-19T17:16:00-04:00",
    "last_fetched": "2026-02-15T11:02:20.163980-05:00",
    "repo_url": "https://github.com/rehandalal/django-firefence",
    "pypi_version": "0.1.0",
    "created": "2017-07-16T08:18:23.826245-04:00",
    "modified": "2026-01-28T13:05:11.960593-05:00",
    "repo_forks": 0,
    "repo_description": "Like a firewall but smaller. Protect your views from intruders!",
    "pypi_url": "http://pypi.python.org/pypi/django-firefence",
    "documentation_url": "http://django-firefence.readthedocs.io/",
    "repo_watchers": 1,
    "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": [
        "rehandalal"
    ]
}