API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/405/"
    ],
    "id": 2880,
    "title": "Acorn Accounting",
    "slug": "acorn-accounting",
    "last_updated": "2020-02-24T16:29:51-05:00",
    "last_fetched": "2026-02-15T09:03:30.082558-05:00",
    "repo_url": "https://github.com/prikhi/AcornAccounting",
    "pypi_version": null,
    "created": "2015-04-26T08:56:39.433319-04:00",
    "modified": "2026-01-29T12:51:34.120808-05:00",
    "repo_forks": 13,
    "repo_description": "A Django-based Accounting System for Egalitarian Communities",
    "pypi_url": "",
    "documentation_url": "http://acornaccounting.rtfd.org/",
    "repo_watchers": 31,
    "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": [
        "prikhi",
        "clehner"
    ]
}