API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/717/?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": 717,
    "title": "django-stereopic",
    "slug": "django-stereopic",
    "last_updated": "2010-01-19T16:51:51-05:00",
    "last_fetched": "2020-02-05T10:36:53.694016-05:00",
    "repo_url": "https://github.com/stereosteve/django-stereopic",
    "pypi_version": null,
    "created": "2011-03-28T19:36:04.072640-04:00",
    "modified": "2025-01-31T14:59:15.630313-05:00",
    "repo_forks": 1,
    "repo_description": "Yet another photo gallery. Built on django-photologue",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 4,
    "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": [
        "stereosteve"
    ]
}