API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1780/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/"
    ],
    "id": 1780,
    "title": "django_email_multibackend",
    "slug": "django_email_multibackend",
    "last_updated": "2017-03-07T05:20:07-05:00",
    "last_fetched": "2026-02-15T22:01:30.334697-05:00",
    "repo_url": "https://github.com/tbarbugli/django_email_multibackend",
    "pypi_version": "0.5.1",
    "created": "2013-04-24T12:48:16.551109-04:00",
    "modified": "2026-01-28T15:16:29.437515-05:00",
    "repo_forks": 10,
    "repo_description": "django_email_multibackend",
    "pypi_url": "http://pypi.python.org/pypi/django_email_multibackend",
    "documentation_url": null,
    "repo_watchers": 16,
    "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": [
        "tbarbugli",
        "jsvaughan",
        "wahuneke",
        "bitdeli-chef",
        "reduxionist"
    ]
}