API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3922/?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/28/?format=api",
        "https://djangopackages.org/api/v4/grids/8/?format=api"
    ],
    "id": 3922,
    "title": "django-safe-filefield",
    "slug": "django-safe-filefield",
    "last_updated": "2023-07-02T11:45:21-04:00",
    "last_fetched": "2026-02-15T21:07:12.903340-05:00",
    "repo_url": "https://github.com/mixkorshun/django-safe-filefield",
    "pypi_version": "1.0.0",
    "created": "2017-10-01T09:36:23.461948-04:00",
    "modified": "2026-01-28T15:13:28.356372-05:00",
    "repo_forks": 10,
    "repo_description": "Secure file field, which allows you to restrict uploaded file extensions.",
    "pypi_url": "http://pypi.python.org/pypi/django-safe-filefield",
    "documentation_url": "",
    "repo_watchers": 52,
    "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": [
        "mixkorshun",
        "dspechnikov",
        "nsurbay",
        "rvause",
        "sobolevn",
        "CompoTypo"
    ]
}