API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2851/
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/41/"
    ],
    "id": 2851,
    "title": "django-simple-currencies",
    "slug": "django-simple-currencies",
    "last_updated": "2019-03-27T05:25:57-04:00",
    "last_fetched": "2026-02-15T07:03:44.482102-05:00",
    "repo_url": "https://github.com/bashu/django-simple-currencies",
    "pypi_version": "0.1",
    "created": "2015-04-14T07:14:10.214734-04:00",
    "modified": "2026-01-29T12:44:21.179630-05:00",
    "repo_forks": 3,
    "repo_description": "Currency, exchange rate and conversions support for django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-currencies",
    "documentation_url": "",
    "repo_watchers": 5,
    "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": [
        "panosl",
        "bashu",
        "bmihelac",
        "dhendo",
        "strycore",
        "ydaniv",
        "davej",
        "gfavre",
        "noxan",
        "stelzzz"
    ]
}