API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3446/?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": 3446,
    "title": "django-lock-tokens",
    "slug": "django-lock-tokens",
    "last_updated": "2019-02-07T07:05:32-05:00",
    "last_fetched": "2026-05-26T16:11:03.814762-04:00",
    "repo_url": "https://github.com/rparent/django-lock-tokens",
    "pypi_version": "0.2.5",
    "created": "2016-10-21T10:25:05.061818-04:00",
    "modified": "2026-01-28T14:56:21.291435-05:00",
    "repo_forks": 13,
    "repo_description": "A Django application that provides a locking mechanism to prevent concurrency editing.",
    "pypi_url": "http://pypi.python.org/pypi/django-lock-tokens",
    "documentation_url": "",
    "repo_watchers": 18,
    "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": [
        "rparent",
        "juliomrqz",
        "BrendaH"
    ]
}