API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5867/
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/427/",
        "https://djangopackages.org/api/v4/grids/136/"
    ],
    "id": 5867,
    "title": "django-q-registry",
    "slug": "django-q-registry",
    "last_updated": "2026-01-26T14:53:30-05:00",
    "last_fetched": "2026-02-15T20:04:09.203694-05:00",
    "repo_url": "https://github.com/westerveltco/django-q-registry",
    "pypi_version": "0.5.0",
    "created": "2024-02-16T16:43:47.900075-05:00",
    "modified": "2026-01-28T14:55:30.018127-05:00",
    "repo_forks": 0,
    "repo_description": "A Django app to register periodic Django Q tasks",
    "pypi_url": "https://pypi.org/project/django-q-registry",
    "documentation_url": "https://django-q-registry.westervelt.dev/",
    "repo_watchers": 12,
    "commits_over_52": [
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        2,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        1,
        0,
        1,
        1,
        1,
        2,
        0,
        0,
        0,
        1,
        1,
        1,
        1,
        0,
        0
    ],
    "participants": [
        "pre-commit-ci[bot]",
        "joshuadavidthomas",
        "dependabot[bot]",
        "williln"
    ]
}