API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4705/?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/421/?format=api"
    ],
    "id": 4705,
    "title": "django-livewire",
    "slug": "django-livewire",
    "last_updated": "2020-09-06T00:02:17-04:00",
    "last_fetched": "2026-02-15T11:04:05.252033-05:00",
    "repo_url": "https://github.com/zodman/django-livewire",
    "pypi_version": "0.0.0",
    "created": "2020-09-12T01:17:19.688366-04:00",
    "modified": "2026-01-28T13:08:40.084809-05:00",
    "repo_forks": 0,
    "repo_description": "livewire implementation",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 27,
    "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": [
        "zodman"
    ]
}