API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4010/?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/8/?format=api"
    ],
    "id": 4010,
    "title": "Django Material Widgets",
    "slug": "django_material_widgets",
    "last_updated": "2018-04-19T23:35:33-04:00",
    "last_fetched": "2026-02-16T03:06:35.380858-05:00",
    "repo_url": "https://github.com/ooknosi/django_material_widgets",
    "pypi_version": "1.0.0b3",
    "created": "2017-11-21T10:13:16.263340-05:00",
    "modified": "2026-01-28T16:17:53.266280-05:00",
    "repo_forks": 3,
    "repo_description": "Django widgets styled with Material Components for the Web",
    "pypi_url": "http://pypi.python.org/pypi/django-material-widgets",
    "documentation_url": "http://django-material-widgets.readthedocs.io/en/latest/",
    "repo_watchers": 24,
    "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": [
        "ooknosi",
        "blturner"
    ]
}