API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1481/
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/87/"
    ],
    "id": 1481,
    "title": "django-filepicker",
    "slug": "django-filepicker",
    "last_updated": "2015-07-15T06:03:24-04:00",
    "last_fetched": "2026-02-15T19:10:56.203909-05:00",
    "repo_url": "https://github.com/filepicker/filepicker-django",
    "pypi_version": "0.2.2",
    "created": "2012-09-24T15:23:28.225686-04:00",
    "modified": "2026-01-28T14:50:10.506456-05:00",
    "repo_forks": 29,
    "repo_description": "A django plugin to make integrating with Filepicker.io even easier",
    "pypi_url": "http://pypi.python.org/pypi/django-filepicker",
    "documentation_url": null,
    "repo_watchers": 90,
    "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": [
        "brettcvz",
        "wjoz",
        "nimate",
        "btbonval",
        "solyony",
        "sethwoodworth",
        "smartt",
        "asilachev",
        "jonathan3",
        "Nykakin",
        "bkwi",
        "johncosta",
        "nickpresta",
        "w-"
    ]
}