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-04-20T06:28:50-04:00",
    "last_fetched": "2026-05-26T11:45:23.155959-04:00",
    "repo_url": "https://github.com/mikicz/django-pgviews",
    "pypi_version": "1.2.0",
    "created": "2021-10-24T23:35:26.221715-04:00",
    "modified": "2026-01-28T14:13:30.033579-05:00",
    "repo_forks": 17,
    "repo_description": "Fork of django-pgviews that focuses on maintaining and improving support for Postgres SQL Views in Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-pgviews-redux",
    "documentation_url": "",
    "repo_watchers": 79,
    "commits_over_52": [
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        2,
        2,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        1,
        0,
        0,
        2,
        1,
        16,
        10,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        1,
        5,
        1,
        2,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "mikicz",
        "pre-commit-ci[bot]",
        "zacharyvoase",
        "scott-w",
        "dependabot[bot]",
        "kennydude",
        "themrinalsinha",
        "tpict",
        "robalar",
        "ryanolf",
        "anneFly",
        "ktosiek",
        "SKennelly24",
        "nikitazigman",
        "codingjoe",
        "Frank-Howard",
        "caioariede",
        "toanant",
        "copelco",
        "dustinchilson",
        "jheld",
        "gitter-badger",
        "tobiasmcnulty"
    ]
}