API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1089/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/243/?format=api"
    ],
    "id": 1089,
    "title": "django-simple-multitenant",
    "slug": "django-simple-multitenant",
    "last_updated": "2012-01-25T19:10:18-05:00",
    "last_fetched": "2026-02-16T04:04:34.257636-05:00",
    "repo_url": "https://github.com/phugoid/django-simple-multitenant",
    "pypi_version": "0.1.0",
    "created": "2011-12-27T16:16:19.214117-05:00",
    "modified": "2026-01-28T16:24:34.081472-05:00",
    "repo_forks": 4,
    "repo_description": "Simple multitenant mixin for Django models",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-multitenant",
    "documentation_url": null,
    "repo_watchers": 10,
    "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": [
        "phugoid"
    ]
}