API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1041/
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/9/",
        "https://djangopackages.org/api/v4/grids/278/"
    ],
    "id": 1041,
    "title": "django-watermark",
    "slug": "django-watermark",
    "last_updated": "2023-08-01T00:46:16-04:00",
    "last_fetched": "2026-02-15T21:03:41.997753-05:00",
    "repo_url": "https://github.com/bashu/django-watermark",
    "pypi_version": "0.2.0",
    "created": "2011-11-28T23:07:56.396642-05:00",
    "modified": "2026-01-28T15:07:46.887004-05:00",
    "repo_forks": 44,
    "repo_description": "💋 Quick and efficient way to apply watermarks to images in django",
    "pypi_url": "http://pypi.python.org/pypi/django-watermark",
    "documentation_url": "https://github.com/bashu/django-watermark/blob/develop/README.rst",
    "repo_watchers": 76,
    "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": [
        "bashu",
        "m05quit0",
        "codekoala",
        "lzanuz",
        "ojengwa",
        "execut",
        "suselrd",
        "GeyseR",
        "rsequeira12",
        "skizzy"
    ]
}