API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1973/
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/132/",
        "https://djangopackages.org/api/v4/grids/113/",
        "https://djangopackages.org/api/v4/grids/64/"
    ],
    "id": 1973,
    "title": "django-pandas",
    "slug": "django-pandas",
    "last_updated": "2025-05-30T11:00:09-04:00",
    "last_fetched": "2026-02-15T17:06:54.361598-05:00",
    "repo_url": "https://github.com/chrisdev/django-pandas",
    "pypi_version": "0.6.7",
    "created": "2013-08-06T18:08:52.772158-04:00",
    "modified": "2026-01-28T14:03:24.369747-05:00",
    "repo_forks": 118,
    "repo_description": "Tools for working with pandas in your Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-pandas",
    "documentation_url": "https://readthedocs.org/projects/django-pandas/",
    "repo_watchers": 809,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "chrisdev",
        "BertrandBordage",
        "graingert",
        "andrlik",
        "fredrikburman",
        "whyscream",
        "ZuluPro",
        "Parbhat",
        "vtoupet",
        "henhuy",
        "aisipos",
        "arthur-verta",
        "sternb0t",
        "kgabbott",
        "bixbyr",
        "rda-dev",
        "edwelker",
        "grantjenks",
        "heliomeiralins",
        "CJHwong",
        "kevinali3",
        "MiddleFork",
        "safehammad",
        "sundyloveme",
        "Yonimdo",
        "yuvallanger",
        "rightx2",
        "ericgrenier",
        "justin-f-perez",
        "utapyngo"
    ]
}