API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4081/?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/170/?format=api"
    ],
    "id": 4081,
    "title": "django-charged",
    "slug": "django-charged",
    "last_updated": "2019-10-11T09:43:01-04:00",
    "last_fetched": "2026-05-26T08:02:27.820663-04:00",
    "repo_url": "https://github.com/Alex-CodeLab/django-charged",
    "pypi_version": null,
    "created": "2018-03-05T06:10:19.831440-05:00",
    "modified": "2026-01-28T13:01:26.411705-05:00",
    "repo_forks": 4,
    "repo_description": "Lightning payment Integration for Django",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "Alex-CodeLab"
    ]
}