API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1929/?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/214/?format=api"
    ],
    "id": 1929,
    "title": "saved_searches",
    "slug": "saved_searches",
    "last_updated": "2013-12-03T05:15:53-05:00",
    "last_fetched": "2026-05-25T23:07:24.608174-04:00",
    "repo_url": "https://github.com/django-haystack/saved_searches",
    "pypi_version": "1.0.5",
    "created": "2013-07-08T16:25:25.467274-04:00",
    "modified": "2026-01-28T16:19:43.437285-05:00",
    "repo_forks": 14,
    "repo_description": "Saves user searches for integration with Haystack.",
    "pypi_url": "http://pypi.python.org/pypi/saved_searches",
    "documentation_url": null,
    "repo_watchers": 78,
    "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": [
        "toastdriven",
        "twidi"
    ]
}