API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3896/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/?format=api"
    ],
    "id": 3896,
    "title": "django-constrainedfilefield",
    "slug": "django-constrainedfilefield",
    "last_updated": "2022-11-04T02:34:42-04:00",
    "last_fetched": "2026-02-15T04:04:23.877471-05:00",
    "repo_url": "https://github.com/mbourqui/django-constrainedfilefield",
    "pypi_version": "5.0.0",
    "created": "2017-08-21T04:35:28.213960-04:00",
    "modified": "2026-01-28T16:56:58.916137-05:00",
    "repo_forks": 13,
    "repo_description": "This Django app adds a new field, ConstrainedFileField, which adds the capability of checking the document size and type",
    "pypi_url": "http://pypi.python.org/pypi/django-constrainedfilefield",
    "documentation_url": "",
    "repo_watchers": 26,
    "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": [
        "mbourqui",
        "hirunatan",
        "ashtonpaul",
        "harrywhite4",
        "jarus",
        "jespino",
        "burhan",
        "jbzdak",
        "pyup-bot"
    ]
}