API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/227/?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/51/?format=api"
    ],
    "id": 227,
    "title": "django-reportengine",
    "slug": "django-reportengine",
    "last_updated": "2013-10-22T18:39:55-04:00",
    "last_fetched": "2026-02-16T02:03:51.453422-05:00",
    "repo_url": "https://github.com/cuker/django-reportengine",
    "pypi_version": "0.3.1",
    "created": "2010-09-08T21:07:51.210418-04:00",
    "modified": "2026-01-28T16:03:22.882836-05:00",
    "repo_forks": 16,
    "repo_description": "Another Django based reports framework, this one aims to allow for good non-orm reports as well as easily created orm reports.",
    "pypi_url": "http://pypi.python.org/pypi/django-reportengine",
    "documentation_url": null,
    "repo_watchers": 52,
    "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": [
        "nikolajbaer",
        "kmooney",
        "dmpayton",
        "zbyte64"
    ]
}