API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1064/
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/15/"
    ],
    "id": 1064,
    "title": "django-multimail",
    "slug": "django-multimail",
    "last_updated": "2024-01-18T15:16:41-05:00",
    "last_fetched": "2026-02-15T09:04:29.947752-05:00",
    "repo_url": "https://github.com/scott2b/django-multimail",
    "pypi_version": "0.1.4",
    "created": "2011-12-12T13:35:12.582203-05:00",
    "modified": "2026-01-29T12:53:26.587676-05:00",
    "repo_forks": 12,
    "repo_description": "Multiple verified e-mail accounts per user for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-multimail",
    "documentation_url": null,
    "repo_watchers": 18,
    "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": [
        "besbes",
        "scott2b",
        "hkarpf",
        "volrath",
        "clemente",
        "ysvg1"
    ]
}