API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1197/?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/90/?format=api"
    ],
    "id": 1197,
    "title": "gallery_cycle",
    "slug": "gallery_cycle",
    "last_updated": "2012-03-02T10:32:00-05:00",
    "last_fetched": "2020-02-05T10:36:55.013722-05:00",
    "repo_url": "https://github.com/attuch/gallery_cycle",
    "pypi_version": null,
    "created": "2012-03-02T09:27:03.114189-05:00",
    "modified": "2025-01-31T14:59:36.950758-05:00",
    "repo_forks": 1,
    "repo_description": "simple but powerful django with jquery.cycle gallery",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 2,
    "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": [
        "attuch"
    ]
}