API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1758/?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/215/?format=api"
    ],
    "id": 1758,
    "title": "vlk-django-jsonfield",
    "slug": "vlk-django-jsonfield",
    "last_updated": "2013-12-17T13:27:33-05:00",
    "last_fetched": "2026-02-15T09:09:07.332999-05:00",
    "repo_url": "https://github.com/vialink/vlk-django-jsonfield",
    "pypi_version": "1.2.1",
    "created": "2013-04-08T20:04:14.963931-04:00",
    "modified": "2026-01-28T13:00:25.968012-05:00",
    "repo_forks": 1,
    "repo_description": "A model JSONField with an integrated form for django.",
    "pypi_url": "http://pypi.python.org/pypi/vlk-django-jsonfield",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "msbrogli"
    ]
}