API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5072/?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/136/?format=api"
    ],
    "id": 5072,
    "title": "django-lightweight-queue",
    "slug": "django-lightweight-queue",
    "last_updated": "2023-12-14T09:47:06-05:00",
    "last_fetched": "2026-02-15T20:01:47.954204-05:00",
    "repo_url": "https://github.com/thread/django-lightweight-queue",
    "pypi_version": "4.11.0",
    "created": "2021-05-25T10:55:50.728158-04:00",
    "modified": "2026-01-28T14:52:06.170339-05:00",
    "repo_forks": 6,
    "repo_description": "Lightweight & modular queue and cron system for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-lightweight-queue",
    "documentation_url": "",
    "repo_watchers": 49,
    "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": [
        "PeterJCLaw",
        "lamby",
        "danpalmer",
        "prophile",
        "lirsacc",
        "tomokas",
        "itsthejoker",
        "mthpower",
        "dependabot[bot]",
        "cbaines",
        "PeterJCLaw-mns",
        "tavva",
        "hythloday"
    ]
}