API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2969/?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/277/?format=api"
    ],
    "id": 2969,
    "title": "InstagramDjango",
    "slug": "instagramdjango",
    "last_updated": "2013-03-08T06:37:24-05:00",
    "last_fetched": "2026-05-26T10:04:21.738318-04:00",
    "repo_url": "https://github.com/getsling/InstagramDjango",
    "pypi_version": null,
    "created": "2015-07-16T18:18:02.245328-04:00",
    "modified": "2026-01-28T13:24:49.260329-05:00",
    "repo_forks": 2,
    "repo_description": "Django app that uses the python instagram api to maintain subscriptions and request data",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 8,
    "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": [
        "arnaldur"
    ]
}