API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6045/
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/243/"
    ],
    "id": 6045,
    "title": "django-multisite2",
    "slug": "django-multisite2",
    "last_updated": "2025-11-11T23:28:05-05:00",
    "last_fetched": "2026-02-16T04:06:14.878135-05:00",
    "repo_url": "https://github.com/erikvw/django-multisite2",
    "pypi_version": "2.1.0",
    "created": "2025-01-22T11:06:06.693138-05:00",
    "modified": "2026-01-28T16:27:09.064796-05:00",
    "repo_forks": 2,
    "repo_description": "Multisite in django — use one Django app to serve multiple domains",
    "pypi_url": "https://pypi.org/project/django-multisite2",
    "documentation_url": "http://github.com/erikvw/django-multisite2/blob/develop/README.rst",
    "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,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "erikvw",
        "sfllaw",
        "mghughes",
        "rebkwok",
        "jordiecometrica",
        "plazix",
        "rory-geoghegan-ecometrica",
        "JordanReiter",
        "coddingtonbear",
        "vit-ivanov",
        "jedie",
        "eddiejessup",
        "avbasov",
        "brunoprograma",
        "chewthemonkey",
        "jbazik",
        "manos-korakakis",
        "pauricthelodger",
        "mihalikv"
    ]
}