API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2241/?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/28/?format=api",
        "https://djangopackages.org/api/v4/grids/84/?format=api"
    ],
    "id": 2241,
    "title": "django-random-filestorage",
    "slug": "django-random-filestorage",
    "last_updated": "2019-12-03T16:20:03-05:00",
    "last_fetched": "2026-02-16T04:03:05.688731-05:00",
    "repo_url": "https://github.com/mxsasha/django-random-filestorage",
    "pypi_version": "0.1.0",
    "created": "2014-02-23T09:16:48.222118-05:00",
    "modified": "2026-01-28T16:21:45.544541-05:00",
    "repo_forks": 5,
    "repo_description": "Django storage class that assigns random filenames to all stored files.",
    "pypi_url": "http://pypi.python.org/pypi/django-random-filestorage",
    "documentation_url": "http://django-random-filestorage.readthedocs.org/",
    "repo_watchers": 28,
    "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": [
        "mxsasha",
        "merwok"
    ]
}