API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4941/
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/66/"
    ],
    "id": 4941,
    "title": "django-google-mailer",
    "slug": "django-google-mailer",
    "last_updated": "2020-11-10T03:07:15-05:00",
    "last_fetched": "2026-02-16T01:04:39.943029-05:00",
    "repo_url": "https://github.com/nikhiljohn10/django-google-mailer",
    "pypi_version": "0.3.1",
    "created": "2020-11-03T18:35:05.670177-05:00",
    "modified": "2026-01-28T15:54:32.355281-05:00",
    "repo_forks": 1,
    "repo_description": "Django Google Mailer is a Django package which uses Gmail API to send emails to users as an administrator.",
    "pypi_url": "http://pypi.python.org/pypi/django-google-mailer",
    "documentation_url": "https://django-google-mailer.readthedocs.io/",
    "repo_watchers": 5,
    "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": [
        "nikhiljohn10"
    ]
}