API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/43/
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/25/",
        "https://djangopackages.org/api/v4/grids/171/"
    ],
    "id": 43,
    "title": "django-webtest",
    "slug": "django-webtest",
    "last_updated": "2025-10-06T17:04:28-04:00",
    "last_fetched": "2026-02-15T14:37:28.598099-05:00",
    "repo_url": "https://github.com/kmike/django-webtest",
    "pypi_version": "1.9.14",
    "created": "2010-08-17T17:25:10.078098-04:00",
    "modified": "2026-01-28T13:58:08.314742-05:00",
    "repo_forks": 68,
    "repo_description": "django-webtest provides integration of Ian Bicking's WebTest (http://docs.pylonsproject.org/projects/webtest/) with django's testing framework.",
    "pypi_url": "http://pypi.python.org/pypi/django-webtest",
    "documentation_url": null,
    "repo_watchers": 336,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        6,
        4,
        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,
        1,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "gawel",
        "kmike",
        "inglesp",
        "gregmuellegger",
        "jamesbeith",
        "kharandziuk",
        "karyon",
        "yrik",
        "shea-maykinmedia",
        "merwok",
        "djm",
        "carljm",
        "Gautier",
        "khink",
        "spookylukey",
        "WayneLambert",
        "devkral",
        "saxix",
        "bdauvergne",
        "wbbradley",
        "mtb-beta",
        "lsgunth",
        "jnns",
        "davidszotten",
        "brutasse",
        "bmihelac",
        "tell-k",
        "siellsiell",
        "irtazaakram",
        "RaD",
        "michael-k",
        "interDist",
        "tirkarthi",
        "jcrobak",
        "vloothuis",
        "jramnai",
        "un1t",
        "helenst",
        "codeinthehole",
        "Flimm",
        "zerolab",
        "adamchainz"
    ]
}