API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1392/?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/61/?format=api"
    ],
    "id": 1392,
    "title": "django-configurations",
    "slug": "django-configurations",
    "last_updated": "2024-11-18T18:53:09-05:00",
    "last_fetched": "2026-02-15T04:04:19.689701-05:00",
    "repo_url": "https://github.com/jezdez/django-configurations",
    "pypi_version": "2.5.1",
    "created": "2012-07-25T03:46:52.735647-04:00",
    "modified": "2026-01-28T16:56:50.607908-05:00",
    "repo_forks": 145,
    "repo_description": "A helper for organizing Django project settings by relying on well established programming patterns.",
    "pypi_url": "http://pypi.python.org/pypi/django-configurations",
    "documentation_url": "https://readthedocs.org/projects/django-configurations/",
    "repo_watchers": 1137,
    "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": [
        "jezdez",
        "brianhelba",
        "blueyed",
        "pauloxnet",
        "ticosax",
        "bittner",
        "uhurusurfa",
        "michael-k",
        "codingjoe",
        "joke2k",
        "camilonova",
        "morenoh149",
        "mauricioabreu",
        "jrdietrick",
        "johnfraney",
        "lilioid",
        "drewbrew",
        "cclauss",
        "adamchainz",
        "amureki",
        "nagyv",
        "timgates42",
        "slafs",
        "stefanw",
        "paltman",
        "gump",
        "mvantellingen",
        "blaze33",
        "jpadilla",
        "jannisleidel",
        "hiisi13",
        "MikeWooster",
        "mfogel",
        "hroncok",
        "dat2",
        "rassie",
        "asfaltboy",
        "bluetech",
        "richarddewit",
        "sannykr",
        "graingert",
        "kloczek",
        "washeck",
        "linuxmaniac",
        "dependabot[bot]",
        "jazzband-bot",
        "maraujop",
        "msabramo",
        "lwm",
        "paduszyk",
        "perdy",
        "skolsuper",
        "heww",
        "gillesfabio",
        "luzfcb",
        "ckrybus",
        "chrishas35",
        "bmispelon",
        "arsensokolov",
        "ar4s",
        "andriyor",
        "adamn"
    ]
}