API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3101/?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/58/?format=api"
    ],
    "id": 3101,
    "title": "django-expression-fields",
    "slug": "django-expression-fields",
    "last_updated": "2022-03-07T15:26:37-05:00",
    "last_fetched": "2026-02-16T00:04:12.553871-05:00",
    "repo_url": "https://github.com/vtbassmatt/django-expression-fields",
    "pypi_version": "0.4.0",
    "created": "2015-10-01T10:08:07.692442-04:00",
    "modified": "2026-01-28T15:42:45.456683-05:00",
    "repo_forks": 1,
    "repo_description": "django-expression-fields lets your users type a mathematical expression in a form field. Python does the math and stores the result in the database.",
    "pypi_url": "http://pypi.python.org/pypi/django-expression-fields",
    "documentation_url": "",
    "repo_watchers": 18,
    "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": [
        "vtbassmatt"
    ]
}