API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5703/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/52/"
    ],
    "id": 5703,
    "title": "django-virtual-models",
    "slug": "django-virtual-models",
    "last_updated": "2025-06-23T10:40:58-04:00",
    "last_fetched": "2026-02-15T20:04:26.205528-05:00",
    "repo_url": "https://github.com/vintasoftware/django-virtual-models",
    "pypi_version": "0.4.0",
    "created": "2023-06-14T13:20:28.243884-04:00",
    "modified": "2026-01-28T14:56:01.846163-05:00",
    "repo_forks": 5,
    "repo_description": "Improve performance and maintainability with a prefetching layer in your Django project",
    "pypi_url": "https://pypi.org/project/django-virtual-models",
    "documentation_url": "https://vintasoftware.github.io/django-virtual-models/",
    "repo_watchers": 159,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        0,
        0,
        3,
        0,
        1,
        1,
        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": [
        "fjsj",
        "hugobessa",
        "jackson541",
        "Jakuje"
    ]
}