API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4990/
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/403/"
    ],
    "id": 4990,
    "title": "django-mass-edit",
    "slug": "django-mass-edit",
    "last_updated": "2023-08-23T03:09:28-04:00",
    "last_fetched": "2026-02-15T17:18:13.702631-05:00",
    "repo_url": "https://github.com/burke-software/django-mass-edit",
    "pypi_version": "3.5.0",
    "created": "2021-01-08T17:09:44.204821-05:00",
    "modified": "2026-01-28T14:14:36.675935-05:00",
    "repo_forks": 69,
    "repo_description": "Make bulk changes in the Django admin interface",
    "pypi_url": "http://pypi.python.org/pypi/django-mass-edit",
    "documentation_url": "",
    "repo_watchers": 156,
    "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": [
        "bufke",
        "PetrDlouhy",
        "bourivouh",
        "frnhr",
        "cuchac",
        "ecederstrand",
        "francescortiz",
        "d33tah",
        "empty",
        "syrusakbary",
        "danialmalik",
        "elfgzp",
        "cript0nauta",
        "pedrovhb",
        "shanx",
        "andreynovikov",
        "mondaini",
        "kennknowles",
        "ludwiktrammer",
        "poligarcia",
        "pacotole",
        "pombredanne",
        "rblack"
    ]
}