API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/678/
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/5/",
        "https://djangopackages.org/api/v4/grids/239/"
    ],
    "id": 678,
    "title": "django-merchant",
    "slug": "django-merchant",
    "last_updated": "2015-07-08T01:29:26-04:00",
    "last_fetched": "2026-02-16T00:03:41.590209-05:00",
    "repo_url": "https://github.com/agiliq/merchant",
    "pypi_version": "0.2",
    "created": "2011-03-04T21:53:09.463033-05:00",
    "modified": "2026-01-28T15:41:43.799096-05:00",
    "repo_forks": 171,
    "repo_description": "A Django app to accept payments from various payment processors via Pluggable backends.",
    "pypi_url": "http://pypi.python.org/pypi/django-merchant",
    "documentation_url": null,
    "repo_watchers": 1025,
    "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": [
        "theju",
        "tuxcanfly",
        "hayyat",
        "ashok-raavi",
        "kencochrane",
        "spookylukey",
        "shabda",
        "arjunchitturi",
        "lalitchandnani",
        "litchfield",
        "llonchj",
        "mikery",
        "aldarund",
        "manjunath24",
        "tyc85",
        "elimisteve",
        "bradleyayers",
        "nmonteiro",
        "fruitschen",
        "benvand",
        "kamotos",
        "lovelydinosaur",
        "tomaratyn",
        "fengsi",
        "dulacp",
        "prggmr",
        "fkoksal",
        "mattmcc",
        "dillongreen",
        "issackelly",
        "gmcguire",
        "danielsokolowski",
        "frewsxcv",
        "benmurden"
    ]
}