API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2124/?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": 2124,
    "title": "django-mailqueue-backend",
    "slug": "django-mailqueue-backend",
    "last_updated": "2016-06-15T18:54:37-04:00",
    "last_fetched": "2026-02-16T03:01:15.049305-05:00",
    "repo_url": "https://bitbucket.org/dwaiter/django-mailqueue-backend",
    "pypi_version": "0.1.2",
    "created": "2013-11-13T11:01:32.273037-05:00",
    "modified": "2026-01-28T16:08:42.357842-05:00",
    "repo_forks": 0,
    "repo_description": "A smtp backend for django that queues up mail in case of smtp connection failure.",
    "pypi_url": "http://pypi.python.org/pypi/django-mailqueue-backend",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "dwaiter"
    ]
}