API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4521/
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/84/"
    ],
    "id": 4521,
    "title": "django-binary-database-files",
    "slug": "django-binary-database-files",
    "last_updated": "2026-01-27T22:09:37-05:00",
    "last_fetched": "2026-02-15T19:05:06.282280-05:00",
    "repo_url": "https://github.com/kimetrica/django-binary-database-files",
    "pypi_version": "1.0.19",
    "created": "2020-02-18T03:07:50.992607-05:00",
    "modified": "2026-01-28T14:42:13.427913-05:00",
    "repo_forks": 21,
    "repo_description": "A storage system for Django that stores uploaded files in the database.",
    "pypi_url": "http://pypi.python.org/pypi/django-binary-database-files",
    "documentation_url": "",
    "repo_watchers": 11,
    "commits_over_52": [
        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,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        0
    ],
    "participants": [
        "johanneswilm",
        "rhunwicks",
        "chrisspen",
        "jeverling",
        "olivierdalang",
        "bfirsh",
        "jsonn",
        "johnbergvall",
        "richardxia",
        "jayvdb",
        "ShirinovAdil",
        "remocrevo"
    ]
}