API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/9/"
    ],
    "id": 492,
    "title": "django-cuddlybuddly-thumbnail",
    "slug": "django-cuddlybuddly-thumbnail",
    "last_updated": "2011-08-09T01:29:18-04:00",
    "last_fetched": "2020-03-23T03:48:34.023991-04:00",
    "repo_url": "https://github.com/kylemacfarlane/django-cuddlybuddly-thumbnail",
    "pypi_version": null,
    "created": "2010-11-15T08:47:22.787339-05:00",
    "modified": "2025-01-31T14:58:17.712886-05:00",
    "repo_forks": 2,
    "repo_description": "A Django app that supplies a template tag to generate thumbnails. Specifically designed to be compatible with properly implemented Django storage systems, which unfortunately most are not.",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 20,
    "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": [
        "kylemacfarlane"
    ]
}