API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2764/?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/84/?format=api"
    ],
    "id": 2764,
    "title": "django-db-file-storage",
    "slug": "django-db-file-storage",
    "last_updated": "2025-02-11T02:33:06-05:00",
    "last_fetched": "2026-02-15T17:21:38.786024-05:00",
    "repo_url": "https://github.com/victor-o-silva/db_file_storage",
    "pypi_version": "0.5.6.1",
    "created": "2015-02-14T18:19:15.535885-05:00",
    "modified": "2026-01-28T14:18:20.000710-05:00",
    "repo_forks": 41,
    "repo_description": "Custom FILE_STORAGE for django. Saves your model's filefields in your database instead of your file system.",
    "pypi_url": "http://pypi.python.org/pypi/django-db-file-storage",
    "documentation_url": "https://readthedocs.org/projects/django-db-file-storage",
    "repo_watchers": 58,
    "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": [
        "victor-o-silva",
        "pyup-bot",
        "Aagam41",
        "sp-niemand",
        "jrd",
        "adamestein",
        "wooyek",
        "zvolsky",
        "MrxTee",
        "snbuback",
        "dependabot[bot]"
    ]
}