API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4268/
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/165/"
    ],
    "id": 4268,
    "title": "django-log-request-id",
    "slug": "django-log-request-id",
    "last_updated": "2023-07-17T10:00:51-04:00",
    "last_fetched": "2026-02-15T14:34:54.600449-05:00",
    "repo_url": "https://github.com/dabapps/django-log-request-id",
    "pypi_version": "2.1.0",
    "created": "2018-12-11T17:30:52.826571-05:00",
    "modified": "2026-01-28T13:56:30.280005-05:00",
    "repo_forks": 61,
    "repo_description": "Django middleware and log filter to attach a unique ID to every log message generated as part of a request",
    "pypi_url": "http://pypi.python.org/pypi/django-log-request-id",
    "documentation_url": "",
    "repo_watchers": 378,
    "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": [
        "j4mie",
        "RealOrangeOne",
        "Checkroth",
        "osantana",
        "amureki",
        "kingbuzzman",
        "maxsmythe",
        "mik3y",
        "adaniels21487",
        "bj00rn",
        "jwineinger",
        "codingjoe",
        "kereyroper",
        "nvlaarhoven",
        "timstimpson",
        "matthewhegarty"
    ]
}