API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1488/?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/62/?format=api"
    ],
    "id": 1488,
    "title": "django-ical",
    "slug": "django-ical",
    "last_updated": "2024-06-11T14:07:02-04:00",
    "last_fetched": "2026-02-15T17:13:13.611443-05:00",
    "repo_url": "https://github.com/jazzband/django-ical",
    "pypi_version": "1.9.2",
    "created": "2012-09-30T23:03:26.167873-04:00",
    "modified": "2026-01-28T14:09:27.845232-05:00",
    "repo_forks": 30,
    "repo_description": "iCal feeds for Django based on Django's syndication feed framework.",
    "pypi_url": "http://pypi.python.org/pypi/django-ical",
    "documentation_url": "http://django-ics.readthedocs.org/en/latest/",
    "repo_watchers": 99,
    "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": [
        "aleksihakli",
        "ianlewis",
        "pinkerton",
        "cleder",
        "mbaechtold",
        "jezdez",
        "magicbrothers",
        "browniebroke",
        "malteger",
        "jazzband-bot",
        "bennylope",
        "pablodiazgutierrez",
        "pcatalin-cisco",
        "nitinnain",
        "mjfinney",
        "webaholik",
        "lchanouha",
        "jappeace",
        "gregsadetsky",
        "glogiotatidis",
        "smithdc1",
        "ArtemDemidovAramMeem",
        "mir06",
        "wetneb",
        "boxed"
    ]
}