API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3899/?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"
    ],
    "id": 3899,
    "title": "django-pgviews",
    "slug": "django-pgviews",
    "last_updated": "2024-05-21T05:28:21-04:00",
    "last_fetched": "2026-02-15T18:09:21.179703-05:00",
    "repo_url": "https://github.com/mypebble/django-pgviews",
    "pypi_version": "0.6.0",
    "created": "2017-08-30T10:40:06.829076-04:00",
    "modified": "2026-01-28T14:29:27.336776-05:00",
    "repo_forks": 41,
    "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",
    "documentation_url": null,
    "repo_watchers": 201,
    "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": [
        "zacharyvoase",
        "scott-w",
        "kennydude",
        "KillerDom1123",
        "tpict",
        "ryanolf",
        "anneFly",
        "caioariede",
        "codingjoe",
        "ktosiek",
        "toanant",
        "Alex-J-Jackson",
        "jheld",
        "gitter-badger"
    ]
}