API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4661/?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/98/?format=api",
        "https://djangopackages.org/api/v4/grids/22/?format=api"
    ],
    "id": 4661,
    "title": "django-pghistory",
    "slug": "django-pghistory",
    "last_updated": "2026-01-31T12:55:35-05:00",
    "last_fetched": "2026-02-15T17:13:17.661903-05:00",
    "repo_url": "https://github.com/jyveapp/django-pghistory",
    "pypi_version": "3.9.1",
    "created": "2020-07-24T00:06:01.848692-04:00",
    "modified": "2026-01-28T14:09:31.852282-05:00",
    "repo_forks": 54,
    "repo_description": "Track historical events to Django models using Postgres triggers.",
    "pypi_url": "http://pypi.python.org/pypi/django-pghistory",
    "documentation_url": "https://django-pghistory.readthedocs.io",
    "repo_watchers": 507,
    "commits_over_52": [
        0,
        2,
        0,
        2,
        0,
        2,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        7,
        0,
        1,
        0,
        2,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0
    ],
    "participants": [
        "wesleykendall",
        "lokhman",
        "max-muoto",
        "quevon24",
        "pmdevita",
        "jzmiller1",
        "valentijnscholten",
        "93578237",
        "tobiasmcnulty",
        "shivananda-sahu",
        "iamsauravsharma",
        "mlissner",
        "adamchainz",
        "stephan0h",
        "madtools",
        "tomage",
        "BStephenBB",
        "SebastianDix",
        "RooTooRD",
        "xaitec",
        "Mariatta",
        "dracos",
        "johanvdw",
        "SupImDos",
        "pablogadhi",
        "eeriksp",
        "qqii",
        "foobarna",
        "rik"
    ]
}