API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5064/
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/412/"
    ],
    "id": 5064,
    "title": "django-currency-field",
    "slug": "django-currency-field",
    "last_updated": "2022-02-04T16:33:30-05:00",
    "last_fetched": "2026-02-15T04:06:10.419130-05:00",
    "repo_url": "https://github.com/ab25db/django-currency-field",
    "pypi_version": "0.1.10",
    "created": "2021-05-18T20:29:43.360464-04:00",
    "modified": "2026-01-28T16:59:28.926852-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-currency-field",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "ab25db"
    ]
}