API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5865/?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/306/?format=api"
    ],
    "id": 5865,
    "title": "mozilla-django-oidc-db",
    "slug": "mozilla-django-oidc-db",
    "last_updated": "2026-01-14T05:18:54-05:00",
    "last_fetched": "2026-02-15T18:04:48.358498-05:00",
    "repo_url": "https://github.com/maykinmedia/mozilla-django-oidc-db",
    "pypi_version": "1.1.1",
    "created": "2024-02-14T14:05:07.100773-05:00",
    "modified": "2026-01-28T14:24:19.059199-05:00",
    "repo_forks": 1,
    "repo_description": "Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users",
    "pypi_url": "https://pypi.org/project/mozilla-django-oidc-db",
    "documentation_url": "https://mozilla-django-oidc-db.readthedocs.io/en/latest/",
    "repo_watchers": 5,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        3,
        0,
        10,
        0,
        10,
        6,
        0,
        2,
        0,
        0,
        0,
        5,
        2,
        5,
        2,
        3,
        15,
        7,
        0,
        3,
        1,
        0,
        0,
        0,
        1,
        0,
        1,
        0,
        21,
        1,
        1,
        0,
        8,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "stevenbal",
        "sergei-maertens",
        "SilviaAmAm",
        "Coperh",
        "swrichards",
        "joeribekker",
        "OlhaZahoruiko",
        "alextreme",
        "danielmursa-dev",
        "Floris272",
        "Viicos",
        "ErhanCitil",
        "bart-maykin"
    ]
}