API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/53/?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/23/?format=api"
    ],
    "id": 53,
    "title": "biblion",
    "slug": "biblion",
    "last_updated": "2020-07-27T14:49:02-04:00",
    "last_fetched": "2026-02-15T20:06:53.304085-05:00",
    "repo_url": "https://github.com/pinax/pinax-blog",
    "pypi_version": "2.6.2",
    "created": "2010-08-18T01:02:46.352707-04:00",
    "modified": "2026-01-28T14:59:25.884434-05:00",
    "repo_forks": 147,
    "repo_description": "a blog app for Django",
    "pypi_url": "http://pypi.python.org/pypi/biblion",
    "documentation_url": null,
    "repo_watchers": 462,
    "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": [
        "paltman",
        "grahamu",
        "brosner",
        "KatherineMichel",
        "mfonism",
        "jtauber",
        "swilcox",
        "miurahr",
        "lukeman",
        "doktormerlin",
        "JPWKU",
        "huwshimi",
        "alexissantos",
        "arthur-wsw",
        "vleong2332",
        "rizumu",
        "gitter-badger",
        "neilmillard",
        "joeydi",
        "issackelly",
        "Hugodby",
        "FlaviaBastos",
        "garcianavalon",
        "chrisgemignani",
        "gnunicorn"
    ]
}