API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4663/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/161/",
        "https://djangopackages.org/api/v4/grids/160/"
    ],
    "id": 4663,
    "title": "django-pgbulk",
    "slug": "django-pgbulk",
    "last_updated": "2025-11-30T18:29:35-05:00",
    "last_fetched": "2026-02-15T17:23:01.623931-05:00",
    "repo_url": "https://github.com/jyveapp/django-pgbulk",
    "pypi_version": "3.3.0",
    "created": "2020-07-24T00:14:39.252317-04:00",
    "modified": "2026-01-28T14:19:05.876482-05:00",
    "repo_forks": 9,
    "repo_description": "Native Postgres upsert, update, and copy operations.",
    "pypi_url": "http://pypi.python.org/pypi/django-pgbulk",
    "documentation_url": "https://django-pgbulk.readthedocs.io",
    "repo_watchers": 73,
    "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,
        2,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "wesleykendall",
        "max-muoto",
        "cjwatson",
        "dalberto"
    ]
}