API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4249/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/14/?format=api"
    ],
    "id": 4249,
    "title": "django-find",
    "slug": "django-find",
    "last_updated": "2026-03-05T01:01:22-05:00",
    "last_fetched": "2026-05-26T18:04:43.072299-04:00",
    "repo_url": "https://github.com/knipknap/django-find",
    "pypi_version": "1.0.1",
    "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,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "knipknap",
        "rsinner99"
    ]
}