API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/135/"
    ],
    "id": 3038,
    "title": "django-river",
    "slug": "django-river",
    "last_updated": "2021-01-31T17:25:06-05:00",
    "last_fetched": "2026-02-15T20:01:40.189136-05:00",
    "repo_url": "https://github.com/javrasya/django-river",
    "pypi_version": "3.3.0",
    "created": "2015-09-01T02:43:18.113096-04:00",
    "modified": "2026-01-28T14:51:56.923132-05:00",
    "repo_forks": 110,
    "repo_description": "Django workflow library that supports on the fly changes ⛵",
    "pypi_url": "http://pypi.python.org/pypi/django-river",
    "documentation_url": "https://pythonhosted.org/django-river/",
    "repo_watchers": 746,
    "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": [
        "javrasya",
        "psychok7",
        "FooBarQuaxx",
        "bitdeli-chef",
        "simkimsia",
        "BGBRWR",
        "jMyles",
        "manickam91",
        "h3",
        "timgates42",
        "vinceyang15",
        "attapurposevc",
        "monkeywithacupcake",
        "xuziheng1002"
    ]
}