API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1243/?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/142/?format=api"
    ],
    "id": 1243,
    "title": "django-bankdownloads",
    "slug": "django-bankdownloads",
    "last_updated": "2012-08-13T04:49:06-04:00",
    "last_fetched": "2026-02-16T04:03:53.377584-05:00",
    "repo_url": "https://github.com/evandavey/django-bankdownloads",
    "pypi_version": "0.1.0",
    "created": "2012-03-30T04:56:59.888309-04:00",
    "modified": "2026-01-28T16:23:17.482722-05:00",
    "repo_forks": 1,
    "repo_description": "Python tools to process and standardise bank transaction downloads",
    "pypi_url": "http://pypi.python.org/pypi/django-bankdownloads",
    "documentation_url": null,
    "repo_watchers": 7,
    "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": [
        "evandavey"
    ]
}