API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/567/?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/18/?format=api",
        "https://djangopackages.org/api/v4/grids/8/?format=api"
    ],
    "id": 567,
    "title": "django-widget-tweaks",
    "slug": "django-widget-tweaks",
    "last_updated": "2025-12-19T14:48:21-05:00",
    "last_fetched": "2026-02-15T14:25:46.664058-05:00",
    "repo_url": "https://github.com/kmike/django-widget-tweaks",
    "pypi_version": "1.5.1",
    "created": "2011-01-12T17:05:36.715313-05:00",
    "modified": "2026-01-28T13:49:55.270053-05:00",
    "repo_forks": 139,
    "repo_description": "Tweak the form field rendering in templates, not in python-level form definitions. CSS classes and HTML attributes can be altered. ",
    "pypi_url": "http://pypi.python.org/pypi/django-widget-tweaks",
    "documentation_url": null,
    "repo_watchers": 2162,
    "commits_over_52": [
        0,
        11,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kmike",
        "aleksihakli",
        "camilonova",
        "zodman",
        "mikemanger",
        "pahaz",
        "jezdez",
        "simhnna",
        "georgek",
        "treyhunner",
        "girishfu",
        "osantana",
        "adamchainz",
        "hartwork",
        "slav0nic",
        "yanxun827",
        "shwoop",
        "pre-commit-ci[bot]",
        "dependabot[bot]",
        "danielrozenberg",
        "huyx",
        "kimihito",
        "jazzband-bot",
        "etienned",
        "tomcounsell",
        "skyl",
        "nvonbenken",
        "martinburchell",
        "jramnai",
        "illia-v",
        "mrgalopes",
        "Dayana-N",
        "deeprave",
        "bashu",
        "raisoblast"
    ]
}