API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5640/?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/18/?format=api",
        "https://djangopackages.org/api/v4/grids/446/?format=api"
    ],
    "id": 5640,
    "title": "django-web-components",
    "slug": "django-web-components",
    "last_updated": "2024-02-25T03:48:18-05:00",
    "last_fetched": "2026-02-15T20:04:24.992282-05:00",
    "repo_url": "https://github.com/Xzya/django-web-components",
    "pypi_version": "0.2.0",
    "created": "2023-02-25T09:08:02.966640-05:00",
    "modified": "2026-01-28T14:55:59.555310-05:00",
    "repo_forks": 4,
    "repo_description": "A simple way to create reusable template components in Django.",
    "pypi_url": "https://pypi.org/project/django-web-components",
    "documentation_url": "",
    "repo_watchers": 171,
    "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": [
        "Xzya"
    ]
}