API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2915/?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/25/?format=api",
        "https://djangopackages.org/api/v4/grids/171/?format=api"
    ],
    "id": 2915,
    "title": "django-test-plus",
    "slug": "django-test-plus",
    "last_updated": "2025-12-19T13:34:17-05:00",
    "last_fetched": "2026-02-15T17:12:26.956800-05:00",
    "repo_url": "https://github.com/revsys/django-test-plus",
    "pypi_version": "2.4.1",
    "created": "2015-05-23T19:14:38.131841-04:00",
    "modified": "2026-01-28T14:08:38.424580-05:00",
    "repo_forks": 63,
    "repo_description": "Useful additions to Django's default TestCase",
    "pypi_url": "http://pypi.python.org/pypi/django-test-plus",
    "documentation_url": "",
    "repo_watchers": 636,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        17,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "frankwiles",
        "jefftriplett",
        "fcurella",
        "dependabot-preview[bot]",
        "grahamu",
        "goodtune",
        "epicserve",
        "williln",
        "sebatyler",
        "junaidurfjd",
        "audreyfeldroy",
        "jambonrose",
        "nessita",
        "radius",
        "luzfcb",
        "davitovmasyan",
        "offbyone",
        "dependabot[bot]",
        "techdragon",
        "singleton11",
        "avallbona",
        "blueyed",
        "DZPM",
        "gvangool",
        "guinslym",
        "kojoidrissa",
        "manuphatak",
        "sobolevn",
        "nikosmichas",
        "patrickbeeson",
        "sglmr",
        "timgates42",
        "VeldaKiara"
    ]
}