API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1351/?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": 1351,
    "title": "django-json-field",
    "slug": "django-json-field",
    "last_updated": "2016-01-25T13:16:27-05:00",
    "last_fetched": "2026-02-15T09:01:06.040076-05:00",
    "repo_url": "https://github.com/derek-schaefer/django-json-field",
    "pypi_version": "0.5.7",
    "created": "2012-06-21T18:44:47.259190-04:00",
    "modified": "2026-01-29T12:49:24.197900-05:00",
    "repo_forks": 85,
    "repo_description": "Generic JSON model and form fields.",
    "pypi_url": "http://pypi.python.org/pypi/django-json-field",
    "documentation_url": null,
    "repo_watchers": 124,
    "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": [
        "derek-schaefer",
        "millar",
        "matklad",
        "fletom",
        "fladi",
        "somenick"
    ]
}