API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2342/
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/89/"
    ],
    "id": 2342,
    "title": "django-faker",
    "slug": "django-faker",
    "last_updated": "2023-01-30T14:25:42-05:00",
    "last_fetched": "2026-02-16T02:03:41.183197-05:00",
    "repo_url": "https://github.com/joke2k/django-faker",
    "pypi_version": "0.2",
    "created": "2014-05-03T15:40:14.003615-04:00",
    "modified": "2026-01-28T16:03:05.578059-05:00",
    "repo_forks": 49,
    "repo_description": "Django-faker uses fake-factory to generate test data for Django models and templates",
    "pypi_url": "http://pypi.python.org/pypi/django-faker",
    "documentation_url": "",
    "repo_watchers": 256,
    "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": [
        "joke2k",
        "phoebebright",
        "jeffwidman"
    ]
}