API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/91/"
    ],
    "id": 712,
    "title": "Feedjack",
    "slug": "feedjack",
    "last_updated": null,
    "last_fetched": "2026-02-15T21:03:04.139136-05:00",
    "repo_url": "http://feedjack.googlecode.com/hg",
    "pypi_version": "16.8.1",
    "created": "2011-03-26T15:14:55.437149-04:00",
    "modified": "2026-01-28T15:06:49.734072-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/Feedjack",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}