API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3792/?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": 3792,
    "title": "django-appsettings",
    "slug": "django-app-settings",
    "last_updated": "2023-09-07T09:29:50-04:00",
    "last_fetched": "2026-02-15T18:08:36.454816-05:00",
    "repo_url": "https://github.com/Genida/django-appsettings",
    "pypi_version": "0.7.2",
    "created": "2017-04-08T09:03:21.098887-04:00",
    "modified": "2026-01-28T14:28:32.876061-05:00",
    "repo_forks": 5,
    "repo_description": "Application settings helper for Django apps.",
    "pypi_url": "http://pypi.python.org/pypi/django-app-settings",
    "documentation_url": "http://django-appsettings.readthedocs.io/",
    "repo_watchers": 15,
    "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": [
        "pawamoy",
        "pyup-bot",
        "ziima",
        "stinovlas",
        "oto-stefan"
    ]
}