API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5536/
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/10/"
    ],
    "id": 5536,
    "title": "django-comments-ink",
    "slug": "django-comments-ink",
    "last_updated": "2024-04-15T15:35:59-04:00",
    "last_fetched": "2026-02-15T22:06:51.654990-05:00",
    "repo_url": "https://github.com/comments-ink/django-comments-ink",
    "pypi_version": "0.4.0",
    "created": "2022-08-15T09:07:47.824664-04:00",
    "modified": "2026-01-28T15:25:47.738029-05:00",
    "repo_forks": 5,
    "repo_description": "Django pluggable commenting app with comment threads, follow-up notifications, mail confirmation, comment reactions and votes, and comment moderation. It supersedes django-comments-xtd.",
    "pypi_url": "http://pypi.python.org/pypi/django-comments-ink",
    "documentation_url": "",
    "repo_watchers": 22,
    "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": [
        "danirus",
        "ivanychev",
        "pylixm",
        "PetrDlouhy",
        "dpolkhov",
        "fcurella",
        "jladage",
        "richardasymmetric",
        "dlrsp-dev",
        "dest81",
        "Khoding",
        "yhoiseth",
        "terotik",
        "ojh",
        "hornn",
        "dvorberg",
        "ashwani99",
        "andytwoods",
        "tombreit",
        "pnizet",
        "blag",
        "galeo",
        "sanastasiou",
        "r4fek",
        "rczajka",
        "mikhail-sakhnov",
        "gamboz",
        "mands",
        "juanpabloacierno",
        "ivansurov",
        "KhanMaytok",
        "gassan",
        "C14L",
        "cmacmackin",
        "alej0varas"
    ]
}