API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4935/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/61/?format=api"
    ],
    "id": 4935,
    "title": "df_config",
    "slug": "df_config",
    "last_updated": "2026-02-02T17:06:13-05:00",
    "last_fetched": "2026-02-15T18:05:59.309360-05:00",
    "repo_url": "https://github.com/d9pouces/df_config",
    "pypi_version": "1.2.84",
    "created": "2020-10-24T11:11:01.798797-04:00",
    "modified": "2026-01-28T14:25:26.947823-05:00",
    "repo_forks": 0,
    "repo_description": "Define smart default settings for Django-based sites and  merge several sources of settings",
    "pypi_url": "http://pypi.python.org/pypi/df_config",
    "documentation_url": "https://github.com/d9pouces/df_config",
    "repo_watchers": 4,
    "commits_over_52": [
        1,
        2,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        1,
        0,
        0,
        0,
        4,
        2,
        0,
        2,
        0,
        0,
        0,
        4,
        1,
        0,
        0,
        2,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        7,
        0,
        0,
        0,
        4,
        0
    ],
    "participants": [
        "d9pouces",
        "dependabot[bot]"
    ]
}