API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2857/
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/57/"
    ],
    "id": 2857,
    "title": "django-jsdir",
    "slug": "django-jsdir",
    "last_updated": "2015-10-22T13:10:16-04:00",
    "last_fetched": "2026-02-16T01:03:25.630356-05:00",
    "repo_url": "https://bitbucket.org/tkhyn/django-jsdir",
    "pypi_version": "0.3.1",
    "created": "2015-04-15T10:15:43.135155-04:00",
    "modified": "2026-01-28T15:52:12.745784-05:00",
    "repo_forks": 0,
    "repo_description": "Drastically eases management of JS files in a django app",
    "pypi_url": "http://pypi.python.org/pypi/django-jsdir",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "tkhyn"
    ]
}