API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4744/?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/357/?format=api"
    ],
    "id": 4744,
    "title": "wagtail-eventcalendar",
    "slug": "wagtail-eventcalendar",
    "last_updated": "2019-09-01T14:29:00-04:00",
    "last_fetched": "2026-02-16T04:02:42.195109-05:00",
    "repo_url": "https://gitlab.com/dfmeyer/wagtail_eventcalendar",
    "pypi_version": "0.1.1",
    "created": "2020-09-16T18:27:13.550376-04:00",
    "modified": "2026-01-28T16:21:02.338130-05:00",
    "repo_forks": 0,
    "repo_description": "This is a very basic calendar app that integrates with Wagtail. It allows a person to create events that will be shown on the website via FullCalendar and also generates an ical file.",
    "pypi_url": "https://pypi.org/project/wagtail-eventcalendar/",
    "documentation_url": "https://wagtail-eventcalendar.readthedocs.io/en/latest/",
    "repo_watchers": 1,
    "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": [
        "Daniel F Meyer"
    ]
}