API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/764/
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/10/"
    ],
    "id": 764,
    "title": "dialogos",
    "slug": "dialogos",
    "last_updated": "2020-07-09T16:07:29-04:00",
    "last_fetched": "2026-02-15T22:03:58.968864-05:00",
    "repo_url": "https://github.com/eldarion/dialogos",
    "pypi_version": "0.4",
    "created": "2011-04-20T12:12:10.476894-04:00",
    "modified": "2026-01-28T15:20:51.507887-05:00",
    "repo_forks": 25,
    "repo_description": "a comments app for Django",
    "pypi_url": "http://pypi.python.org/pypi/dialogos",
    "documentation_url": null,
    "repo_watchers": 98,
    "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",
        "KatherineMichel",
        "grahamu",
        "khchine5",
        "arthur-wsw",
        "alex",
        "jtauber",
        "rizumu",
        "brosner",
        "lukeman"
    ]
}