API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1886/
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/441/"
    ],
    "id": 1886,
    "title": "django-csp",
    "slug": "django-csp",
    "last_updated": "2025-11-14T09:39:36-05:00",
    "last_fetched": "2026-02-15T04:05:59.231042-05:00",
    "repo_url": "https://github.com/mozilla/django-csp",
    "pypi_version": "4.0",
    "created": "2013-06-19T08:31:46.861201-04:00",
    "modified": "2026-01-28T16:59:14.171553-05:00",
    "repo_forks": 108,
    "repo_description": "Content Security Policy for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django_csp",
    "documentation_url": "http://django-csp.readthedocs.org/",
    "repo_watchers": 620,
    "commits_over_52": [
        2,
        3,
        12,
        2,
        2,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "EnTeQuAk",
        "jsocol",
        "g-k",
        "jwhitlock",
        "stevejalim",
        "pmac",
        "muffinresearch",
        "darakian",
        "janbrasna",
        "fmarier",
        "adamchainz",
        "graingert",
        "meggles711",
        "Flimm",
        "jonashaag",
        "mitar",
        "raiderrobert",
        "kezabelle",
        "jamesbeith",
        "mozfreddyb",
        "dannyrohde",
        "crgwbr",
        "asherf",
        "rik",
        "mythmon",
        "clokep",
        "prauscher",
        "pawl",
        "PaulMcMillan",
        "systemsoverload",
        "clouserw",
        "asottile-sentry",
        "dependabot[bot]",
        "jcari-dev",
        "mlazar-endear",
        "petterreinholdtsen",
        "savioabuga",
        "mkoistinen",
        "JshWright",
        "Jesus805",
        "jaysoo",
        "HeyHugo",
        "hmpf",
        "gavinwahl",
        "edmorley",
        "DylanYoung",
        "hockeybuggy",
        "sevdog",
        "nealedj",
        "crbunney"
    ]
}