API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6345/?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/113/?format=api",
        "https://djangopackages.org/api/v4/grids/11/?format=api"
    ],
    "id": 6345,
    "title": "django-schematic",
    "slug": "django-schematic",
    "last_updated": "2026-05-26T20:12:38-04:00",
    "last_fetched": "2026-05-26T21:01:00.095692-04:00",
    "repo_url": "https://github.com/jsheffie/django-schematic",
    "pypi_version": "1.3.14",
    "created": "2026-04-17T17:50:33.255243-04:00",
    "modified": "2026-04-30T01:07:09.633786-04:00",
    "repo_forks": 0,
    "repo_description": "An interactive graph of your Django model structure",
    "pypi_url": "https://pypi.org/project/django-schematic/",
    "documentation_url": "https://github.com/jsheffie/django-schematic",
    "repo_watchers": 56,
    "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,
        60,
        47,
        16,
        11,
        0,
        0,
        0
    ],
    "participants": [
        "jsheffie"
    ]
}