API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/928/
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": 928,
    "title": "django-magellan",
    "slug": "django-magellan",
    "last_updated": "2012-10-17T12:33:07-04:00",
    "last_fetched": "2026-02-15T11:04:11.602885-05:00",
    "repo_url": "https://github.com/georgedorn/django-magellan",
    "pypi_version": null,
    "created": "2011-09-09T16:16:24.851597-04:00",
    "modified": "2026-01-28T13:08:53.145186-05:00",
    "repo_forks": 3,
    "repo_description": "A pure python search engine/spider with a plugin architecture.",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-magellan/",
    "repo_watchers": 6,
    "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": [
        "georgedorn",
        "gmkavi"
    ]
}