API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3120/
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/57/"
    ],
    "id": 3120,
    "title": "django-freeze",
    "slug": "django-freeze",
    "last_updated": "2026-01-03T17:10:32-05:00",
    "last_fetched": "2026-02-15T21:02:35.141054-05:00",
    "repo_url": "https://github.com/fabiocaccamo/django-freeze",
    "pypi_version": "0.12.0",
    "created": "2015-10-22T07:13:31.921015-04:00",
    "modified": "2026-01-28T15:06:03.914750-05:00",
    "repo_forks": 16,
    "repo_description": ":ice_cube: convert your dynamic django site to a static one with one line of code.",
    "pypi_url": "http://pypi.python.org/pypi/django-freeze",
    "documentation_url": "https://github.com/fabiocaccamo/django-freeze#readme",
    "repo_watchers": 104,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        6,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        6,
        1,
        2,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "fabiocaccamo",
        "dependabot[bot]",
        "pre-commit-ci[bot]",
        "pvanfas",
        "francescortiz",
        "Flimm"
    ]
}