API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1414/?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": 1414,
    "title": "django-dynamiq-search-form",
    "slug": "django-dynamiq-search-form",
    "last_updated": "2012-12-03T19:00:29-05:00",
    "last_fetched": "2026-02-15T11:01:42.373231-05:00",
    "repo_url": "https://github.com/liberation/django-dynamiq-search-form",
    "pypi_version": null,
    "created": "2012-08-16T19:51:13.902132-04:00",
    "modified": "2026-01-28T13:03:48.343380-05:00",
    "repo_forks": 0,
    "repo_description": "Create dynamic search forms that generate Q objects.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 11,
    "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": [
        "yohanboniface"
    ]
}