API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/?format=api"
    ],
    "id": 1095,
    "title": "django-mailgun",
    "slug": "django-mailgun",
    "last_updated": "2016-07-11T12:54:45-04:00",
    "last_fetched": "2026-02-15T11:04:13.974367-05:00",
    "repo_url": "https://github.com/bradwhittington/django-mailgun",
    "pypi_version": "0.1.0",
    "created": "2012-01-04T04:21:54.639181-05:00",
    "modified": "2026-01-28T13:08:56.198454-05:00",
    "repo_forks": 89,
    "repo_description": "This project is deprecated in favor of https://github.com/anymail/django-anymail",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 215,
    "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": [
        "BradWhittington",
        "pydanny",
        "ghinch",
        "bryanhelmig",
        "danifus",
        "alex",
        "frankwiles",
        "karabijavad",
        "jseutter",
        "omidraha",
        "sonthonaxrk",
        "vstoykov",
        "wli",
        "matkot",
        "ryneeverett",
        "wmsmith",
        "zdavisk"
    ]
}