API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4328/?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/433/?format=api"
    ],
    "id": 4328,
    "title": "django-crispy-bulma",
    "slug": "django-crispy-bulma",
    "last_updated": "2020-07-15T16:43:31-04:00",
    "last_fetched": "2026-02-15T12:00:45.235502-05:00",
    "repo_url": "https://github.com/python-discord/django-crispy-bulma",
    "pypi_version": "0.2",
    "created": "2019-04-02T02:41:07.743454-04:00",
    "modified": "2026-01-28T13:13:40.045237-05:00",
    "repo_forks": 9,
    "repo_description": "Django application to add 'django-crispy-forms' layout objects for Bulma.io",
    "pypi_url": "http://pypi.python.org/pypi/django-crispy-bulma",
    "documentation_url": "",
    "repo_watchers": 25,
    "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": [
        "jhotujec",
        "gdude2002",
        "lemonsaurus",
        "sco1",
        "MarkKoz",
        "scragly",
        "andrei-dracea",
        "GhostofGoes",
        "jchristgit",
        "jb3",
        "hypercodex",
        "pydis-bot"
    ]
}