API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/817/?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/43/?format=api"
    ],
    "id": 817,
    "title": "arecibo",
    "slug": "arecibo",
    "last_updated": "2020-11-20T12:51:35-05:00",
    "last_fetched": "2026-02-15T09:03:50.052778-05:00",
    "repo_url": "https://github.com/andymckay/arecibo",
    "pypi_version": "0.1.3",
    "created": "2011-06-07T19:08:16.751537-04:00",
    "modified": "2026-01-29T12:52:12.610398-05:00",
    "repo_forks": 11,
    "repo_description": "Error handling and testing libraries for web sites",
    "pypi_url": "http://pypi.python.org/pypi/arecibo",
    "documentation_url": "https://readthedocs.org/projects/arecibo/",
    "repo_watchers": 89,
    "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": [
        "andymckay",
        "acdha",
        "offbyone",
        "jkocherhans"
    ]
}