API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/61/"
    ],
    "id": 3393,
    "title": "settings-overrider",
    "slug": "settings-overrider",
    "last_updated": "2021-06-21T02:33:34-04:00",
    "last_fetched": "2026-02-16T01:00:41.597282-05:00",
    "repo_url": "https://github.com/kottenator/settings-overrider",
    "pypi_version": "1.0.0",
    "created": "2016-09-03T17:10:48.881812-04:00",
    "modified": "2026-01-28T15:46:57.886668-05:00",
    "repo_forks": 2,
    "repo_description": "Override Python dict contents with YAML file and/or environment variables",
    "pypi_url": "http://pypi.python.org/pypi/settings-overrider",
    "documentation_url": "https://github.com/kottenator/settings-overrider/blob/master/README.md",
    "repo_watchers": 7,
    "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": [
        "kottenator",
        "ddagunts"
    ]
}