API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2292/?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/15/?format=api"
    ],
    "id": 2292,
    "title": "django-mailviews",
    "slug": "django-mailviews",
    "last_updated": "2018-02-25T01:57:53-05:00",
    "last_fetched": "2026-02-15T22:03:55.983396-05:00",
    "repo_url": "https://github.com/disqus/django-mailviews",
    "pypi_version": "0.6.5",
    "created": "2014-04-01T17:44:45.216120-04:00",
    "modified": "2026-01-28T15:20:46.167395-05:00",
    "repo_forks": 40,
    "repo_description": "Class-based email views for the Django framework, including a message previewer.",
    "pypi_url": "http://pypi.python.org/pypi/django-mailviews",
    "documentation_url": "",
    "repo_watchers": 266,
    "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": [
        "tkaemming",
        "quiqueporta",
        "paxnovem",
        "imom0",
        "thekashifmalik",
        "mattrobenolt",
        "BYK",
        "myusuf3",
        "thijstriemstra",
        "xavierdutreilh",
        "danxshap"
    ]
}