API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2538/
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/163/"
    ],
    "id": 2538,
    "title": "django-front-edit",
    "slug": "django-front-edit",
    "last_updated": "2015-10-30T20:25:14-04:00",
    "last_fetched": "2026-02-16T04:00:44.042420-05:00",
    "repo_url": "https://bitbucket.org/dwaiter/django-front-edit",
    "pypi_version": "1.2.1",
    "created": "2014-08-19T14:22:48.893980-04:00",
    "modified": "2026-01-28T16:18:08.139159-05:00",
    "repo_forks": 0,
    "repo_description": "A front end editing app for Django. This app allows one to edit dynamic data on the front end of a website when logged in as a staff member. The app allows the editing of dynamic content within any element (See examples).",
    "pypi_url": "http://pypi.python.org/pypi/django-front-edit",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "dwaiter"
    ]
}