API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/226/?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/61/?format=api",
        "https://djangopackages.org/api/v4/grids/55/?format=api"
    ],
    "id": 226,
    "title": "django-configstore",
    "slug": "django-configstore",
    "last_updated": "2013-04-25T15:19:09-04:00",
    "last_fetched": "2026-02-15T04:04:11.336037-05:00",
    "repo_url": "https://github.com/zbyte64/django-configstore",
    "pypi_version": "0.3",
    "created": "2010-09-08T21:05:55.677015-04:00",
    "modified": "2026-01-28T16:56:44.839210-05:00",
    "repo_forks": 18,
    "repo_description": "An application to allow for other apps to easily store site based configurations",
    "pypi_url": "http://pypi.python.org/pypi/django-configstore",
    "documentation_url": null,
    "repo_watchers": 32,
    "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": [
        "zbyte64"
    ]
}