API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/703/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/233/?format=api"
    ],
    "id": 703,
    "title": "django-locking",
    "slug": "django-locking",
    "last_updated": "2013-08-13T15:35:35-04:00",
    "last_fetched": "2026-05-25T22:03:48.645000-04:00",
    "repo_url": "https://github.com/RobCombs/django-locking",
    "pypi_version": "0.3.0",
    "created": "2011-03-23T18:40:33.619745-04:00",
    "modified": "2026-01-28T16:08:17.138011-05:00",
    "repo_forks": 23,
    "repo_description": "Prevents users from doing concurrent editing in Django. Works out of the box in the admin interface, or you can integrate it with your own apps using a public API.",
    "pypi_url": "http://pypi.python.org/pypi/django-locking",
    "documentation_url": null,
    "repo_watchers": 109,
    "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": [
        "RobCombs",
        "debrouwere",
        "ricardodani",
        "facundoolano",
        "jwhitlock",
        "npinchot"
    ]
}