API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2391/?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/167/?format=api",
        "https://djangopackages.org/api/v4/grids/18/?format=api"
    ],
    "id": 2391,
    "title": "django_coffee_table",
    "slug": "django_coffee_table",
    "last_updated": "2014-08-20T01:58:01-04:00",
    "last_fetched": "2026-02-15T04:03:10.919528-05:00",
    "repo_url": "https://github.com/alixedi/django_coffee_table",
    "pypi_version": "1.0.1",
    "created": "2014-05-27T08:00:01.792438-04:00",
    "modified": "2026-01-28T16:55:33.161234-05:00",
    "repo_forks": 2,
    "repo_description": "Control <table> in templates.",
    "pypi_url": "http://pypi.python.org/pypi/django_coffee_table",
    "documentation_url": "https://github.com/alixedi/django_coffee_table/blob/master/README.rst",
    "repo_watchers": 7,
    "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": [
        "alixedi"
    ]
}