API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/269/?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": 269,
    "title": "django-schedule",
    "slug": "django-schedule",
    "last_updated": "2016-04-16T16:26:10-04:00",
    "last_fetched": "2026-02-16T00:00:49.076678-05:00",
    "repo_url": "https://github.com/thauber/django-schedule",
    "pypi_version": null,
    "created": "2010-09-13T02:40:01.876353-04:00",
    "modified": "2026-02-01T01:09:56.560097-05:00",
    "repo_forks": 275,
    "repo_description": "A calendaring app for Django.  It is now stable, Please feel free to use it now. Active development has been taken over by bartekgorny.",
    "pypi_url": "",
    "documentation_url": "https://readthedocs.org/projects/django-schedule/",
    "repo_watchers": 850,
    "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": [
        "bartekgorny",
        "thauber",
        "yml",
        "winhamwr",
        "RockHoward",
        "jpic",
        "zain",
        "kiiluchris",
        "skyl",
        "akurdyukov"
    ]
}