API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1358/
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": 1358,
    "title": "django-s3-folder-storage",
    "slug": "django-s3-folder-storage",
    "last_updated": "2017-03-27T11:41:03-04:00",
    "last_fetched": "2026-02-15T18:13:11.479587-05:00",
    "repo_url": "https://github.com/jamstooks/django-s3-folder-storage",
    "pypi_version": "0.5",
    "created": "2012-07-05T13:54:48.969324-04:00",
    "modified": "2026-01-28T14:33:20.707517-05:00",
    "repo_forks": 26,
    "repo_description": "Quick extension of django-storages' S3BotoStorage to allow separate media and static folders within a bucket.",
    "pypi_url": "http://pypi.python.org/pypi/django-s3-folder-storage",
    "documentation_url": "https://pythonhosted.org/django-s3-folder-storage/",
    "repo_watchers": 149,
    "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": [
        "jamstooks",
        "philippeluickx",
        "saulshanabrook"
    ]
}