API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/530/
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/",
        "https://djangopackages.org/api/v4/grids/49/",
        "https://djangopackages.org/api/v4/grids/270/",
        "https://djangopackages.org/api/v4/grids/405/",
        "https://djangopackages.org/api/v4/grids/412/"
    ],
    "id": 530,
    "title": "Django Currencies",
    "slug": "django-currencies",
    "last_updated": "2023-01-12T04:20:28-05:00",
    "last_fetched": "2026-02-15T19:08:12.378888-05:00",
    "repo_url": "https://github.com/panosl/django-currencies",
    "pypi_version": "0.10.1",
    "created": "2010-12-05T08:29:49.560187-05:00",
    "modified": "2026-01-28T14:46:04.925252-05:00",
    "repo_forks": 83,
    "repo_description": "django-currencies allows you to define different currencies, and includes template tags/filters to allow easy conversion between them.",
    "pypi_url": "http://pypi.python.org/pypi/django-currencies",
    "documentation_url": "https://pythonhosted.org/django-currencies/",
    "repo_watchers": 97,
    "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": [
        "racitup",
        "panosl",
        "bashu",
        "einarf",
        "bmihelac",
        "dhendo",
        "pasevin",
        "asucrews",
        "strycore",
        "ronanboiteau",
        "jkinathan",
        "ydaniv",
        "cxong",
        "davej",
        "BuildWithLal",
        "MythriNagaraju",
        "thomastu",
        "iPablo",
        "kaelweb",
        "noxan",
        "stelzzz",
        "zhangziang"
    ]
}