API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1349/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/?format=api",
        "https://djangopackages.org/api/v4/grids/215/?format=api"
    ],
    "id": 1349,
    "title": "jsonfield",
    "slug": "jsonfield",
    "last_updated": "2025-07-04T18:55:12-04:00",
    "last_fetched": "2026-02-15T14:25:51.873924-05:00",
    "repo_url": "https://github.com/bradjasper/django-jsonfield",
    "pypi_version": "3.2.0",
    "created": "2012-06-21T18:36:56.048320-04:00",
    "modified": "2026-01-28T13:49:59.752647-05:00",
    "repo_forks": 265,
    "repo_description": "A reusable Django model field for storing ad-hoc JSON data",
    "pypi_url": "http://pypi.python.org/pypi/jsonfield",
    "documentation_url": null,
    "repo_watchers": 1159,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        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": [
        "bradjasper",
        "rpkilby",
        "dmkoch",
        "paltman",
        "l0kix2",
        "pelme",
        "admackin",
        "ross",
        "yannik-ammann",
        "nicholasserra",
        "mwaterfall",
        "jrief",
        "adam-earthscope",
        "yewreeka",
        "jasonwmiller",
        "therefromhere",
        "decentral1se",
        "mmautner",
        "Nicusor97",
        "gitaarik",
        "sobolevn",
        "timgates42",
        "bkvirendra",
        "yozlet",
        "maleficxp",
        "tomhamiltonstubber",
        "jayfk",
        "Gagaro",
        "gaelen",
        "fletom",
        "diwu1989",
        "danostrowski",
        "cmaring",
        "lambacck",
        "carljm",
        "bruth",
        "KR0NTAB",
        "adamchainz"
    ]
}