API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1636/
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/15/"
    ],
    "id": 1636,
    "title": "django-mail-queue",
    "slug": "django-mail-queue",
    "last_updated": "2019-09-16T22:02:20-04:00",
    "last_fetched": "2026-02-15T11:04:16.711538-05:00",
    "repo_url": "https://github.com/dstegelman/django-mail-queue",
    "pypi_version": "3.2.6",
    "created": "2013-01-13T10:05:30.966990-05:00",
    "modified": "2026-01-28T13:08:59.426658-05:00",
    "repo_forks": 46,
    "repo_description": "Django app for queueing up and sending mail.  Nothing too special.  ",
    "pypi_url": "http://pypi.python.org/pypi/django-mail-queue",
    "documentation_url": "https://readthedocs.org/projects/django-mail-queue/",
    "repo_watchers": 81,
    "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": [
        "dstegelman",
        "Matt-Deacalion",
        "rspeed",
        "aaronschif",
        "keithbauer",
        "nielsonsantana",
        "Goury",
        "hggh",
        "itcrab",
        "amanda-wee",
        "blodone",
        "mxsasha",
        "JiriKr",
        "josesanch",
        "unformatt",
        "o-zander",
        "willianbriotto",
        "kostyaeremin",
        "skyahead"
    ]
}