API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4415/
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/58/",
        "https://djangopackages.org/api/v4/grids/35/"
    ],
    "id": 4415,
    "title": "django-streamfield",
    "slug": "django-streamfield",
    "last_updated": "2025-06-09T11:27:39-04:00",
    "last_fetched": "2026-02-15T19:01:17.562114-05:00",
    "repo_url": "https://github.com/raagin/django-streamfield",
    "pypi_version": "2.4.0",
    "created": "2019-08-26T10:27:54.133713-04:00",
    "modified": "2026-01-28T14:37:32.280300-05:00",
    "repo_forks": 13,
    "repo_description": "This is a simple realisation of StreamField's idea from Wagtail CMS for plain Django admin or with Grappelli skin.",
    "pypi_url": "http://pypi.python.org/pypi/django-streamfield",
    "documentation_url": "https://github.com/raagin/django-streamfield/blob/master/README.md",
    "repo_watchers": 132,
    "commits_over_52": [
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        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": [
        "raagin",
        "HtmlMak",
        "dependabot[bot]",
        "igor-zmitrovich",
        "andywar65",
        "holasoftware"
    ]
}