API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1626/?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/84/?format=api"
    ],
    "id": 1626,
    "title": "django-google-storage",
    "slug": "django-google-storage",
    "last_updated": "2024-03-25T11:11:51-04:00",
    "last_fetched": "2026-02-15T09:04:23.494234-05:00",
    "repo_url": "https://github.com/budurli/django-google-storage",
    "pypi_version": "0.3",
    "created": "2013-01-07T19:24:10.227276-05:00",
    "modified": "2026-01-29T12:53:17.000824-05:00",
    "repo_forks": 10,
    "repo_description": "django-google-storage repository",
    "pypi_url": "http://pypi.python.org/pypi/django-google-storage",
    "documentation_url": null,
    "repo_watchers": 31,
    "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": [
        "smirnoffmg",
        "bitdeli-chef",
        "quantifiedcode-bot",
        "mitar",
        "coonce"
    ]
}