API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2484/?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": 2484,
    "title": "Django-SphinxQL",
    "slug": "django-sphinxql",
    "last_updated": "2017-03-09T08:50:34-05:00",
    "last_fetched": "2026-02-15T13:02:20.486171-05:00",
    "repo_url": "https://github.com/jorgecarleitao/django-sphinxql",
    "pypi_version": null,
    "created": "2014-07-09T10:23:07.226025-04:00",
    "modified": "2026-01-28T13:17:04.624062-05:00",
    "repo_forks": 14,
    "repo_description": "Sphinx search in Django",
    "pypi_url": "",
    "documentation_url": "http://django-sphinxql.readthedocs.org/en/latest/",
    "repo_watchers": 41,
    "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": [
        "jorgecarleitao"
    ]
}