API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1289/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/210/"
    ],
    "id": 1289,
    "title": "django-videothumbs",
    "slug": "django-videothumbs",
    "last_updated": "2015-02-09T13:52:24-05:00",
    "last_fetched": "2026-02-15T07:01:28.624060-05:00",
    "repo_url": "https://github.com/macmichael01/django-videothumbs",
    "pypi_version": null,
    "created": "2012-05-01T20:32:46.490792-04:00",
    "modified": "2026-01-29T12:40:44.851974-05:00",
    "repo_forks": 12,
    "repo_description": "Adds support for a video field in Django. This field will auto generate thumbnails for the uploaded video.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 26,
    "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": [
        "atin65536"
    ]
}