API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3282/?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/165/?format=api"
    ],
    "id": 3282,
    "title": "Django Mqueue",
    "slug": "django-mqueue",
    "last_updated": "2025-06-08T08:38:15-04:00",
    "last_fetched": "2026-02-15T20:06:07.549517-05:00",
    "repo_url": "https://github.com/synw/django-mqueue",
    "pypi_version": "0.20.0",
    "created": "2016-04-24T01:41:54.512780-04:00",
    "modified": "2026-01-28T14:58:16.407909-05:00",
    "repo_forks": 4,
    "repo_description": "Events queue for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-mqueue",
    "documentation_url": "",
    "repo_watchers": 31,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        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": [
        "synw"
    ]
}