API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1599/?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": 1599,
    "title": "django-celery-email",
    "slug": "django-celery-email",
    "last_updated": "2022-08-29T12:54:37-04:00",
    "last_fetched": "2026-02-15T14:04:16.754554-05:00",
    "repo_url": "https://github.com/pmclanahan/django-celery-email",
    "pypi_version": "3.0.0",
    "created": "2012-12-19T18:35:11.784682-05:00",
    "modified": "2026-01-28T13:30:45.344308-05:00",
    "repo_forks": 108,
    "repo_description": "A Django email backend that uses a celery task for sending the email.",
    "pypi_url": "http://pypi.python.org/pypi/django-celery-email",
    "documentation_url": null,
    "repo_watchers": 475,
    "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": [
        "pmac",
        "daxtens",
        "philippbosch",
        "jmsmkn",
        "jonashaag",
        "pmclanahan",
        "dheerajreal",
        "jerith",
        "tartieret",
        "andresriancho",
        "stefanw",
        "ydaniv",
        "poxip",
        "oppianmatt",
        "georgmzimmer",
        "hendrikschneider",
        "pigletto",
        "mark-tan",
        "pawl",
        "pawl-bb",
        "japsu",
        "teosibileau",
        "tomleo",
        "btx",
        "gnarvaja"
    ]
}