API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4695/?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/58/?format=api",
        "https://djangopackages.org/api/v4/grids/48/?format=api",
        "https://djangopackages.org/api/v4/grids/373/?format=api"
    ],
    "id": 4695,
    "title": "django-streamfield-w",
    "slug": "django-streamfield-w",
    "last_updated": "2020-08-27T04:49:32-04:00",
    "last_fetched": "2026-02-16T02:04:18.928591-05:00",
    "repo_url": "https://github.com/rcrowther/django-streamfield-w",
    "pypi_version": "0.2.1",
    "created": "2020-08-23T17:40:51.004323-04:00",
    "modified": "2026-01-28T16:04:14.245202-05:00",
    "repo_forks": 4,
    "repo_description": "A StreamField for Django. Ported from Wagtail, with new DjangoAdmin-like API.",
    "pypi_url": "http://pypi.python.org/pypi/django-streamfield-w",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "rcrowther"
    ]
}