API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/502/?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": 502,
    "title": "Swingtime",
    "slug": "django-swingtime",
    "last_updated": "2025-10-16T20:37:00-04:00",
    "last_fetched": "2026-02-15T20:07:52.358353-05:00",
    "repo_url": "https://github.com/dakrauth/django-swingtime",
    "pypi_version": "3.0.0",
    "created": "2010-11-19T14:01:41.325342-05:00",
    "modified": "2026-01-28T15:01:07.952475-05:00",
    "repo_forks": 102,
    "repo_description": "📆  Event and occurrence scheduling application for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-swingtime",
    "documentation_url": "https://pythonhosted.org/django-swingtime/",
    "repo_watchers": 329,
    "commits_over_52": [
        0,
        0,
        1,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        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
    ],
    "participants": [
        "dakrauth",
        "brousch",
        "ianco",
        "siolag161",
        "erfaan",
        "raphaelmerx",
        "muelli"
    ]
}