API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4249/
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/14/"
    ],
    "id": 4249,
    "title": "django-find",
    "slug": "django-find",
    "last_updated": "2021-07-15T04:07:58-04:00",
    "last_fetched": "2026-02-15T22:01:20.788142-05:00",
    "repo_url": "https://github.com/knipknap/django-find",
    "pypi_version": "0.9.2",
    "created": "2018-11-05T02:44:08.890234-05:00",
    "modified": "2026-01-28T15:16:09.960463-05:00",
    "repo_forks": 7,
    "repo_description": "Easily add search/filter functionality to Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-find",
    "documentation_url": "http://django-find.readthedocs.io",
    "repo_watchers": 65,
    "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": [
        "knipknap"
    ]
}