API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3718/
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/58/"
    ],
    "id": 3718,
    "title": "django-birthday",
    "slug": "django-birthday",
    "last_updated": "2021-12-02T01:29:42-05:00",
    "last_fetched": "2026-02-16T00:01:02.703810-05:00",
    "repo_url": "https://github.com/bashu/django-birthday",
    "pypi_version": "0.1.4",
    "created": "2017-02-14T22:18:35.947164-05:00",
    "modified": "2026-01-28T15:26:46.793402-05:00",
    "repo_forks": 8,
    "repo_description": "🎂 django-birthday is a helper library to work with birthdays in models",
    "pypi_url": "http://pypi.python.org/pypi/django-birthday",
    "documentation_url": "https://django-birthday.readthedocs.io/",
    "repo_watchers": 25,
    "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": [
        "bashu",
        "gregmuellegger",
        "ojii"
    ]
}