API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4278/?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": 4278,
    "title": "django-pgschemas",
    "slug": "django-pgschemas",
    "last_updated": "2025-12-23T03:46:57-05:00",
    "last_fetched": "2026-02-15T19:01:21.493706-05:00",
    "repo_url": "https://github.com/lorinkoz/django-pgschemas",
    "pypi_version": "1.2.0",
    "created": "2019-01-02T19:51:02.640487-05:00",
    "modified": "2026-01-28T14:37:39.510054-05:00",
    "repo_forks": 22,
    "repo_description": "Django multi-tenancy through Postgres schemas",
    "pypi_url": "https://pypi.org/project/http://pypi.python.org/pypi/django-pgschemas",
    "documentation_url": "https://django-pgschemas.readthedocs.io/",
    "repo_watchers": 157,
    "commits_over_52": [
        1,
        2,
        5,
        1,
        2,
        1,
        4,
        4,
        1,
        3,
        1,
        2,
        2,
        2,
        1,
        3,
        2,
        0,
        5,
        2,
        3,
        2,
        4,
        0,
        0,
        6,
        2,
        2,
        0,
        5,
        5,
        0,
        2,
        2,
        1,
        3,
        1,
        3,
        3,
        3,
        1,
        3,
        2,
        4,
        18,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "lorinkoz",
        "dependabot[bot]",
        "ktowen",
        "Kartstig",
        "dependabot-preview[bot]",
        "bee-ch",
        "jrutila",
        "randlet"
    ]
}