API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3758/?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/15/?format=api"
    ],
    "id": 3758,
    "title": "django-email-queue",
    "slug": "django-email-queue",
    "last_updated": "2018-05-08T10:54:00-04:00",
    "last_fetched": "2026-02-15T22:01:37.543667-05:00",
    "repo_url": "https://github.com/wooyek/django-email-queue",
    "pypi_version": "0.23.0",
    "created": "2017-03-10T12:01:43.945511-05:00",
    "modified": "2026-01-28T15:16:41.464989-05:00",
    "repo_forks": 3,
    "repo_description": "Queening and storing email backed for django",
    "pypi_url": "http://pypi.python.org/pypi/django-email-queue",
    "documentation_url": "https://github.com/wooyek/django-email-queue/blob/master/README.rst",
    "repo_watchers": 9,
    "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": [
        "wooyek",
        "reduxionist",
        "vlinhart"
    ]
}