API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4334/?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": 4334,
    "title": "django-tenant-users",
    "slug": "django-tenant-users",
    "last_updated": "2026-01-29T14:18:47-05:00",
    "last_fetched": "2026-02-15T18:08:10.157157-05:00",
    "repo_url": "https://github.com/Corvia/django-tenant-users",
    "pypi_version": "2.2.1",
    "created": "2019-04-20T18:52:55.316661-04:00",
    "modified": "2026-01-28T14:27:56.191503-05:00",
    "repo_forks": 78,
    "repo_description": "Adds global user authentication and tenant-specific permissions to django-tenants.",
    "pypi_url": "http://pypi.python.org/pypi/https://pypi.org/project/django-tenant-users/",
    "documentation_url": "https://django-tenant-users.readthedocs.io/",
    "repo_watchers": 412,
    "commits_over_52": [
        1,
        0,
        5,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        1,
        2,
        0,
        0,
        2,
        4,
        2,
        0,
        0,
        6,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        10,
        4,
        13,
        14,
        7,
        0,
        0,
        0,
        1,
        1,
        1,
        0,
        2,
        1,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "dependabot[bot]",
        "Dresdn",
        "Viatrak",
        "scur-iolus",
        "Wizely99",
        "philippbosch",
        "ajmatsick",
        "Jed-Giblin",
        "ysidromdenis",
        "mkay849",
        "jansalvador",
        "tomturner",
        "nikatlas",
        "MaximilianKindshofer",
        "rmendes1",
        "jgentil",
        "ihfazhillah",
        "gdelfresno",
        "tyrion",
        "farhah",
        "Faisal-Manzer",
        "davidberardozzi",
        "crhowell"
    ]
}