API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4515/?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/55/?format=api",
        "https://djangopackages.org/api/v4/grids/61/?format=api"
    ],
    "id": 4515,
    "title": "django-extra-settings",
    "slug": "django-extra-settings",
    "last_updated": "2026-01-03T17:13:40-05:00",
    "last_fetched": "2026-02-15T18:04:11.230084-05:00",
    "repo_url": "https://github.com/fabiocaccamo/django-extra-settings",
    "pypi_version": "0.14.1",
    "created": "2020-02-13T11:09:23.697029-05:00",
    "modified": "2026-01-28T14:23:45.386202-05:00",
    "repo_forks": 31,
    "repo_description": ":gear: config and manage typed extra settings using just the django admin.",
    "pypi_url": "http://pypi.python.org/pypi/django-extra-settings",
    "documentation_url": "https://github.com/fabiocaccamo/django-extra-settings#readme",
    "repo_watchers": 614,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        1,
        2,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "github-actions[bot]",
        "pre-commit-ci[bot]",
        "aymaneMx",
        "belkka",
        "obdulia-losantos",
        "domeniconappo",
        "M3nace",
        "iredun",
        "twn39",
        "zackkh"
    ]
}