API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3287/
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/136/"
    ],
    "id": 3287,
    "title": "django-admin-rq",
    "slug": "django-admin-rq",
    "last_updated": "2017-11-02T09:15:40-04:00",
    "last_fetched": "2026-02-16T01:03:02.345481-05:00",
    "repo_url": "https://github.com/Proper-Job/django-admin-rq",
    "pypi_version": "0.2.0",
    "created": "2016-04-27T06:25:16.532976-04:00",
    "modified": "2026-01-28T15:51:36.086919-05:00",
    "repo_forks": 2,
    "repo_description": "Django admin rq is a django package that creates a 4 step (form, preview, main, complete) asynchronous workflow from a ModelAdmin's changelist or changeform.",
    "pypi_url": "http://pypi.python.org/pypi/django-admin-rq",
    "documentation_url": "",
    "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": [
        "Proper-Job"
    ]
}