API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6281/?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/431/?format=api",
        "https://djangopackages.org/api/v4/grids/274/?format=api"
    ],
    "id": 6281,
    "title": "django-markdown-database",
    "slug": "django-markdown-database",
    "last_updated": null,
    "last_fetched": "2026-02-15T17:23:02.301584-05:00",
    "repo_url": "https://pypi.org/project/django-markdown-database",
    "pypi_version": "0.1.2",
    "created": "2026-02-07T02:21:51.376352-05:00",
    "modified": "2026-02-07T02:22:02.569643-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/django-markdown-database/",
    "documentation_url": null,
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}