API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2063/?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/238/?format=api"
    ],
    "id": 2063,
    "title": "django-deepzoom",
    "slug": "django-deepzoom",
    "last_updated": "2023-09-09T16:12:28-04:00",
    "last_fetched": "2026-05-26T18:08:50.240078-04:00",
    "repo_url": "https://github.com/davidjcox/django-deepzoom",
    "pypi_version": "3.0.3",
    "created": "2013-10-18T17:48:34.832268-04:00",
    "modified": "2026-01-28T15:21:31.455238-05:00",
    "repo_forks": 6,
    "repo_description": "Django-deepzoom is a drop-in Django app for the creation and use of Deep Zoom tiled images.  It handily integrates Daniel Gasienica's and Kapil Thangavelu's deepzoom.py image generator and the OpenSeadragon deep zoom viewer into a set of model classes and template tags which programmatically generate tiled images and all JavaScript necessary for their instantiation into templates.",
    "pypi_url": "http://pypi.python.org/pypi/django-deepzoom",
    "documentation_url": "https://pythonhosted.org/django-deepzoom/",
    "repo_watchers": 21,
    "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": [
        "davidjcox",
        "Seleznev-nvkz"
    ]
}