API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/718/?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": 718,
    "title": "django-simplegallery",
    "slug": "django-simplegallery",
    "last_updated": "2015-08-04T10:59:51-04:00",
    "last_fetched": "2026-02-15T07:05:59.723911-05:00",
    "repo_url": "https://github.com/divio/django-simplegallery",
    "pypi_version": "0.13",
    "created": "2011-03-28T19:38:47.163545-04:00",
    "modified": "2026-01-29T12:47:46.370693-05:00",
    "repo_forks": 7,
    "repo_description": "DEPRECATED: django gallery app",
    "pypi_url": "http://pypi.python.org/pypi/django-simplegallery",
    "documentation_url": null,
    "repo_watchers": 29,
    "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": [
        "FinalAngel",
        "stefanfoulis",
        "beniwohli",
        "KristianOellegaard",
        "czpython"
    ]
}