API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1379/
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": 1379,
    "title": "django-multisite",
    "slug": "django-multisite-fork",
    "last_updated": "2025-07-31T10:27:56-04:00",
    "last_fetched": "2026-02-15T20:01:59.345965-05:00",
    "repo_url": "https://github.com/ecometrica/django-multisite",
    "pypi_version": "1.9.0",
    "created": "2012-07-17T09:02:03.139588-04:00",
    "modified": "2026-01-28T14:52:19.479703-05:00",
    "repo_forks": 39,
    "repo_description": "Multisite in django — use one Django app to serve multiple domains",
    "pypi_url": "http://pypi.python.org/pypi/django-multisite",
    "documentation_url": null,
    "repo_watchers": 136,
    "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,
        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
    ],
    "participants": [
        "sfllaw",
        "mghughes",
        "rebkwok",
        "jordiecometrica",
        "erikvw",
        "plazix",
        "JordanReiter",
        "rory-geoghegan-ecometrica",
        "avbasov",
        "eddiejessup",
        "jedie",
        "vit-ivanov",
        "coddingtonbear",
        "brunoprograma",
        "chewthemonkey",
        "jeremy-camirand-eco",
        "jbazik",
        "manos-korakakis",
        "pauricthelodger",
        "mihalikv"
    ]
}