API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4084/
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/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 4084,
    "title": "Django Mail Admin",
    "slug": "django_mail_admin",
    "last_updated": "2023-08-03T07:48:52-04:00",
    "last_fetched": "2026-02-15T20:01:30.111297-05:00",
    "repo_url": "https://github.com/Bearle/django_mail_admin",
    "pypi_version": "0.3.2",
    "created": "2018-03-11T16:34:50.346865-04:00",
    "modified": "2026-01-28T14:51:43.752309-05:00",
    "repo_forks": 43,
    "repo_description": "The one and only django app to receive & send mail with templates and multiple configurations.",
    "pypi_url": "http://pypi.python.org/pypi/django_mail_admin",
    "documentation_url": "http://django-mail-admin.readthedocs.io/en/latest/",
    "repo_watchers": 207,
    "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": [
        "delneg",
        "Zagrebelin",
        "jayvdb",
        "cedricfarinazzo",
        "blopker",
        "dependabot[bot]"
    ]
}