API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/190/?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/23/?format=api"
    ],
    "id": 190,
    "title": "django-sophie",
    "slug": "django-sophie",
    "last_updated": "2010-09-17T02:12:30-04:00",
    "last_fetched": "2026-02-15T13:02:17.613551-05:00",
    "repo_url": "https://github.com/dduan/django-sophie",
    "pypi_version": null,
    "created": "2010-09-02T20:39:27.909822-04:00",
    "modified": "2026-01-28T13:17:00.471240-05:00",
    "repo_forks": 2,
    "repo_description": "Just another Django-based blog engine, that runs on GAE.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 14,
    "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": [
        "dduan"
    ]
}