API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1083/?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/10/?format=api"
    ],
    "id": 1083,
    "title": "django-comments-xtd",
    "slug": "django-comments-xtd",
    "last_updated": "2026-02-14T04:43:29-05:00",
    "last_fetched": "2026-02-15T18:02:37.757866-05:00",
    "repo_url": "https://github.com/danirus/django-comments-xtd",
    "pypi_version": "2.10.11",
    "created": "2011-12-22T08:57:15.390379-05:00",
    "modified": "2026-01-28T14:21:48.958533-05:00",
    "repo_forks": 158,
    "repo_description": "A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.",
    "pypi_url": "http://pypi.python.org/pypi/django-comments-xtd",
    "documentation_url": "https://django-comments.xtd.readthedocs.io",
    "repo_watchers": 618,
    "commits_over_52": [
        0,
        2,
        1,
        0,
        4,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        3,
        1,
        0,
        2,
        0,
        3,
        1,
        4,
        3,
        1,
        0,
        2,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1
    ],
    "participants": [
        "danirus",
        "JanMalte",
        "PetrDlouhy",
        "ivanychev",
        "pylixm",
        "dest81",
        "dlrsp-dev",
        "richardasymmetric",
        "jladage",
        "fcurella",
        "dpolkhov",
        "Khoding",
        "tkin91e55",
        "dependabot[bot]",
        "yhoiseth",
        "terotik",
        "Ash-Crow",
        "ojh",
        "hornn",
        "dvorberg",
        "ashwani99",
        "andytwoods",
        "tombreit",
        "pnizet",
        "blag",
        "galeo",
        "sanastasiou",
        "r4fek",
        "rczajka",
        "niallcm",
        "mikhail-sakhnov",
        "mands",
        "juanpabloacierno",
        "ivansurov",
        "KhanMaytok",
        "gassan",
        "C14L",
        "cmacmackin",
        "alej0varas"
    ]
}