API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3018/
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": 3018,
    "title": "Postgun",
    "slug": "postgun",
    "last_updated": "2016-02-25T15:22:13-05:00",
    "last_fetched": "2026-02-16T02:03:27.342531-05:00",
    "repo_url": "https://bitbucket.org/jamesvandyne/postgun",
    "pypi_version": "0.4",
    "created": "2015-08-13T16:47:03.466120-04:00",
    "modified": "2026-01-28T16:02:37.469643-05:00",
    "repo_forks": 0,
    "repo_description": "Send email using Mailgun with Mailgun specific attributes.",
    "pypi_url": "http://pypi.python.org/pypi/django-postgun",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "jamesvandyne"
    ]
}