API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5178/?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/161/?format=api",
        "https://djangopackages.org/api/v4/grids/437/?format=api"
    ],
    "id": 5178,
    "title": "django-pgviews-redux",
    "slug": "django-pgviews-redux",
    "last_updated": "2026-01-06T11:25:17-05:00",
    "last_fetched": "2026-02-15T17:17:05.019508-05:00",
    "repo_url": "https://github.com/mikicz/django-pgviews",
    "pypi_version": "1.1.0",
    "created": "2021-10-24T23:35:26.221715-04:00",
    "modified": "2026-01-28T14:13:30.033579-05:00",
    "repo_forks": 16,
    "repo_description": "Fork of django-postgres that focuses on maintaining and improving support for Postgres SQL Views.",
    "pypi_url": "http://pypi.python.org/pypi/django-pgviews-redux",
    "documentation_url": "",
    "repo_watchers": 75,
    "commits_over_52": [
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        3,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        1,
        0,
        0,
        2,
        14,
        12,
        2,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "mikicz",
        "zacharyvoase",
        "pre-commit-ci[bot]",
        "scott-w",
        "kennydude",
        "dependabot[bot]",
        "themrinalsinha",
        "tpict",
        "robalar",
        "ryanolf",
        "anneFly",
        "ktosiek",
        "codingjoe",
        "Frank-Howard",
        "caioariede",
        "toanant",
        "copelco",
        "dustinchilson",
        "hugorodgerbrown",
        "jheld",
        "gitter-badger"
    ]
}