API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2545/?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/15/?format=api",
        "https://djangopackages.org/api/v4/grids/4/?format=api",
        "https://djangopackages.org/api/v4/grids/230/?format=api"
    ],
    "id": 2545,
    "title": "django-simple-email-confirmation",
    "slug": "django-simple-email-confirmation",
    "last_updated": "2024-01-20T12:46:51-05:00",
    "last_fetched": "2026-02-15T19:08:50.700785-05:00",
    "repo_url": "https://github.com/mfogel/django-simple-email-confirmation",
    "pypi_version": "0.71",
    "created": "2014-08-21T20:40:59.805949-04:00",
    "modified": "2026-01-28T14:47:00.057655-05:00",
    "repo_forks": 69,
    "repo_description": "Simple email confirmation for django.",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-email-confirmation",
    "documentation_url": "",
    "repo_watchers": 172,
    "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": [
        "mfogel",
        "jtauber",
        "brosner",
        "mdamien",
        "jezdez",
        "twidi",
        "g-as",
        "ferndot",
        "djedi",
        "feroda",
        "empty",
        "imposeren",
        "lehins",
        "sys13",
        "dstufft",
        "FahadAlbukhari",
        "jakeharding",
        "jeffbowen",
        "kennell",
        "wlonk",
        "luisza",
        "matthewryanscott",
        "rds-mcc",
        "piiteer",
        "zeezdev"
    ]
}