API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4258/?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"
    ],
    "id": 4258,
    "title": "Django Setty",
    "slug": "django-setty",
    "last_updated": "2024-03-25T16:38:52-04:00",
    "last_fetched": "2026-02-15T20:08:45.309398-05:00",
    "repo_url": "https://github.com/mikeengland/django-setty",
    "pypi_version": "3.2.2",
    "created": "2018-11-18T08:14:57.976872-05:00",
    "modified": "2026-01-28T15:02:41.726357-05:00",
    "repo_forks": 2,
    "repo_description": "Configure settings dynamically in the Django Admin console",
    "pypi_url": "http://pypi.python.org/pypi/django-setty",
    "documentation_url": "",
    "repo_watchers": 11,
    "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": [
        "mikeengland",
        "kocunop",
        "jayvdb",
        "dependabot[bot]"
    ]
}