API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2272/?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"
    ],
    "id": 2272,
    "title": "djmail",
    "slug": "djmail",
    "last_updated": "2023-02-09T13:53:13-05:00",
    "last_fetched": "2026-02-15T18:03:32.508681-05:00",
    "repo_url": "https://github.com/bameda/djmail",
    "pypi_version": "2.0.0",
    "created": "2014-03-12T15:10:30.200854-04:00",
    "modified": "2026-01-28T14:23:03.865654-05:00",
    "repo_forks": 27,
    "repo_description": "Simple, powerfull and nonobstructive django email middleware.",
    "pypi_url": "http://pypi.python.org/pypi/djmail",
    "documentation_url": "http://niwibe.github.io/djmail/",
    "repo_watchers": 77,
    "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": [
        "bameda",
        "davidfischer-ch",
        "ad-m",
        "mhindery",
        "klen",
        "timgates42",
        "niwinz",
        "jespino",
        "jdruiter",
        "mauricioabreu",
        "CuriousLearner",
        "thijstriemstra",
        "zopieux"
    ]
}