API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/144/?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/102/?format=api"
    ],
    "id": 144,
    "title": "django-moderation",
    "slug": "django-moderation",
    "last_updated": "2022-05-06T04:00:45-04:00",
    "last_fetched": "2026-02-15T21:04:48.638225-05:00",
    "repo_url": "https://github.com/dominno/django-moderation",
    "pypi_version": "0.8.0",
    "created": "2010-08-24T08:05:35.985947-04:00",
    "modified": "2026-01-28T15:09:37.377389-05:00",
    "repo_forks": 92,
    "repo_description": "django-moderation is reusable application for Django framework, that allows to moderate any model objects.",
    "pypi_url": "http://pypi.python.org/pypi/django-moderation",
    "documentation_url": "http://django-moderation.readthedocs.org/",
    "repo_watchers": 272,
    "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": [
        "dominno",
        "treyhunner",
        "SamTShaw",
        "blag",
        "dulacp",
        "ryuusenshi",
        "DmytroLitvinov",
        "qris",
        "zbyte64",
        "phillipberndt",
        "MaybeThisIsRu",
        "brunosmartin",
        "martibosch",
        "tomasd",
        "Aramgutang",
        "adityar7",
        "danielbraun",
        "ebrelsford",
        "theinkvi",
        "movermeyer",
        "zypro",
        "sonthonaxrk",
        "sahilgupta",
        "samjacobclift",
        "sebastianclarke",
        "aaw64",
        "cornelius-keller"
    ]
}