API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1962/
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/62/"
    ],
    "id": 1962,
    "title": "django-calendarium",
    "slug": "django-calendarium",
    "last_updated": "2022-09-04T01:34:02-04:00",
    "last_fetched": "2026-02-15T21:03:37.863453-05:00",
    "repo_url": "https://github.com/bitlabstudio/django-calendarium",
    "pypi_version": "1.3.4",
    "created": "2013-07-30T07:08:29.649178-04:00",
    "modified": "2026-01-28T15:07:40.312848-05:00",
    "repo_forks": 41,
    "repo_description": "A reusable Django app to manage and display a calendar in your templates.",
    "pypi_url": "http://pypi.python.org/pypi/django-calendarium",
    "documentation_url": "https://readthedocs.org/projects/django-calendarium/",
    "repo_watchers": 223,
    "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": [
        "dkaufhold",
        "mbrochh",
        "treyhunner",
        "BobBowles",
        "atvonk",
        "Tyrdall",
        "claudep",
        "micrypt",
        "timgates42",
        "hnykda",
        "dannyim",
        "jaycrossler",
        "keithhackbarth",
        "PabloCastellano",
        "vinamelody"
    ]
}