API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3403/
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": 3403,
    "title": "django-ses-gateway",
    "slug": "django-ses-gateway",
    "last_updated": "2025-05-23T13:08:23-04:00",
    "last_fetched": "2026-02-16T01:05:13.028274-05:00",
    "repo_url": "https://github.com/MicroPyramid/django-ses-gateway",
    "pypi_version": "0.1.1",
    "created": "2016-09-10T08:27:21.357646-04:00",
    "modified": "2026-01-28T15:55:14.005311-05:00",
    "repo_forks": 10,
    "repo_description": "A django package which act as a gateway to send and receive email with amazon SES.",
    "pypi_url": "http://pypi.python.org/pypi/django-ses-gateway",
    "documentation_url": "http://django-ses-gateway.readthedocs.io/en/latest/",
    "repo_watchers": 28,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        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": [
        "chaitu210",
        "nikhila05",
        "ashwin31",
        "timgates42",
        "vineeshan",
        "ecarrera",
        "tardonly"
    ]
}