API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1476/?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/14/?format=api"
    ],
    "id": 1476,
    "title": "django-watson",
    "slug": "django-watson",
    "last_updated": "2023-01-14T09:27:28-05:00",
    "last_fetched": "2026-02-15T17:19:27.723862-05:00",
    "repo_url": "https://github.com/etianen/django-watson",
    "pypi_version": "1.6.3",
    "created": "2012-09-23T15:29:52.645973-04:00",
    "modified": "2026-01-28T14:15:58.703979-05:00",
    "repo_forks": 129,
    "repo_description": "Full-text multi-table search application for Django. Easy to install and use, with good performance.",
    "pypi_url": "http://pypi.python.org/pypi/django-watson",
    "documentation_url": "https://github.com/etianen/django-watson/wiki",
    "repo_watchers": 1242,
    "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": [
        "etianen",
        "SimonGreenhill",
        "moggers87",
        "CristopherH95",
        "amureki",
        "JirkaV",
        "philippeowagner",
        "tsufeki",
        "ielfimov",
        "krukas",
        "samuelcolvin",
        "sorokins",
        "timgates42",
        "dessibelle",
        "nigma",
        "syphar",
        "alorence",
        "amin-pylot",
        "alxistr",
        "Gzing",
        "biozz",
        "thiagoferreiraw",
        "Shybert",
        "ryokamiya",
        "Fitblip",
        "johnfraney",
        "henrikhorluck",
        "devxplorer",
        "danielquinn",
        "danihodovic",
        "bdauvergne",
        "Hopiu",
        "akaihola",
        "zandeez",
        "dfunckt"
    ]
}