API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/274/
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": 274,
    "title": "django-threadedcomments",
    "slug": "django-threadedcomments",
    "last_updated": "2021-11-17T06:50:42-05:00",
    "last_fetched": "2026-02-15T20:03:08.215712-05:00",
    "repo_url": "https://github.com/HonzaKral/django-threadedcomments",
    "pypi_version": "2.0",
    "created": "2010-09-13T02:44:54.936474-04:00",
    "modified": "2026-01-28T14:53:57.852817-05:00",
    "repo_forks": 163,
    "repo_description": "django-threadedcomments is a simple yet flexible threaded commenting system for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-threadedcomments",
    "documentation_url": null,
    "repo_watchers": 621,
    "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": [
        "vdboor",
        "honzakral",
        "ericflo",
        "kvbik",
        "MichaelBlume",
        "fsboehme",
        "Jbonnett",
        "yurtaev",
        "fcurella",
        "adamfast",
        "Lab43",
        "coleifer",
        "Krejdom",
        "EdwardBetts",
        "pahko",
        "iepathos",
        "jezdez",
        "yrcjaya",
        "larsrinn",
        "nikolas",
        "SushiTee",
        "vmarkovtsev",
        "Lessica",
        "pahaz"
    ]
}