API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/",
        "https://djangopackages.org/api/v4/grids/19/"
    ],
    "id": 4500,
    "title": "django-s3-file-field",
    "slug": "django-s3-file-field",
    "last_updated": "2025-11-12T12:19:19-05:00",
    "last_fetched": "2026-02-15T18:14:08.744685-05:00",
    "repo_url": "https://github.com/girder/django-s3-file-field",
    "pypi_version": "1.1.0",
    "created": "2020-01-23T17:01:32.812418-05:00",
    "modified": "2026-01-28T14:34:36.752146-05:00",
    "repo_forks": 11,
    "repo_description": "A Django library for uploading files directly to AWS S3 or MinIO Storage from HTTP clients.",
    "pypi_url": "http://pypi.python.org/pypi/django-s3-file-field",
    "documentation_url": "",
    "repo_watchers": 44,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        9,
        11,
        7,
        14,
        0,
        11,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "brianhelba",
        "dchiquito",
        "sgratzl",
        "danlamanna",
        "zachmullen",
        "kushagra219",
        "renovate[bot]",
        "c0d33py",
        "marySalvi",
        "jjnesbitt",
        "manthey",
        "mattdennewitz",
        "dependabot[bot]"
    ]
}