API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3220/
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/98/"
    ],
    "id": 3220,
    "title": "django-field-history",
    "slug": "django-field-history",
    "last_updated": "2020-01-05T11:25:48-05:00",
    "last_fetched": "2026-02-15T17:21:54.595412-05:00",
    "repo_url": "https://github.com/grantmcconnaughey/django-field-history",
    "pypi_version": "0.8.0",
    "created": "2016-02-17T16:05:41.372154-05:00",
    "modified": "2026-01-28T14:18:38.509215-05:00",
    "repo_forks": 27,
    "repo_description": "A Django app to track changes to model fields.",
    "pypi_url": "http://pypi.python.org/pypi/django-field-history",
    "documentation_url": "http://django-field-history.readthedocs.org/en/latest/",
    "repo_watchers": 317,
    "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": [
        "grantmcconnaughey",
        "ramusus",
        "mscansian",
        "matthewslaney",
        "mariodev",
        "adamchainz",
        "blag"
    ]
}