API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/845/
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/276/"
    ],
    "id": 845,
    "title": "django-easyfilters",
    "slug": "django-easyfilters",
    "last_updated": "2016-03-30T13:48:08-04:00",
    "last_fetched": "2026-02-16T00:05:10.657207-05:00",
    "repo_url": "https://bitbucket.org/spookylukey/django-easyfilters",
    "pypi_version": "0.6",
    "created": "2011-06-28T00:49:28.903447-04:00",
    "modified": "2026-01-28T15:44:42.666648-05:00",
    "repo_forks": 7,
    "repo_description": "Easy-to-use filtering of a Django queryset that can be quickly plugged into a typical view showing a list of model instances.",
    "pypi_url": "http://pypi.python.org/pypi/django-easyfilters",
    "documentation_url": "https://pythonhosted.org/django-easyfilters/",
    "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": [
        "spookylukey"
    ]
}