API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5295/
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/11/"
    ],
    "id": 5295,
    "title": "django-pattern-library",
    "slug": "django-pattern-library",
    "last_updated": "2026-01-05T07:16:42-05:00",
    "last_fetched": "2026-02-15T18:04:46.065570-05:00",
    "repo_url": "https://github.com/torchbox/django-pattern-library",
    "pypi_version": "1.5.0",
    "created": "2022-01-24T07:05:46.684552-05:00",
    "modified": "2026-01-28T14:24:16.124483-05:00",
    "repo_forks": 53,
    "repo_description": "UI pattern libraries for Django templates",
    "pypi_url": "http://pypi.python.org/pypi/django-pattern-library",
    "documentation_url": "https://torchbox.github.io/django-pattern-library/",
    "repo_watchers": 414,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        7,
        24,
        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,
        3,
        6,
        0,
        0,
        1,
        1,
        2,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "thibaudcolas",
        "chris-lawton",
        "m1kola",
        "siimonevans",
        "helenb",
        "nickmoreton",
        "alxbridge",
        "edcohen08",
        "luord",
        "ababic",
        "cclauss",
        "simkimsia",
        "zerolab",
        "maribedran",
        "CuriousLearner",
        "tomusher",
        "gone",
        "bmihelac",
        "jnns",
        "jayvdb",
        "jkevingutierrez",
        "lb-",
        "mark-meyer",
        "mweinelt",
        "michael-yin",
        "reedjones",
        "tbrlpld",
        "tomdyson",
        "William-Blackie"
    ]
}