API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/62/",
        "https://djangopackages.org/api/v4/grids/51/",
        "https://djangopackages.org/api/v4/grids/113/"
    ],
    "id": 5014,
    "title": "django-calendardate",
    "slug": "django-calendardate",
    "last_updated": "2025-03-25T09:49:53-04:00",
    "last_fetched": "2026-02-15T03:09:25.244019-05:00",
    "repo_url": "https://github.com/OmenApps/django-calendardate",
    "pypi_version": "0.1.4",
    "created": "2021-02-27T11:28:26.658559-05:00",
    "modified": "2026-01-28T16:51:24.782816-05:00",
    "repo_forks": 4,
    "repo_description": "A calendar model with date metadata for querying against.",
    "pypi_url": "http://pypi.python.org/pypi/django-calendardate",
    "documentation_url": "",
    "repo_watchers": 19,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        2,
        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": [
        "JackAtOmenApps",
        "jacklinke",
        "nschlemm"
    ]
}