API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/515/
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": 515,
    "title": "django-generic-images",
    "slug": "django-generic-images",
    "last_updated": "2009-12-25T19:45:13-05:00",
    "last_fetched": "2026-02-15T21:05:25.087381-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-generic-images",
    "pypi_version": "0.36.1",
    "created": "2010-11-30T13:42:30.157818-05:00",
    "modified": "2026-01-28T15:10:41.378740-05:00",
    "repo_forks": 1,
    "repo_description": "This app provides image model (with useful managers, fields, utility methods and advanced admin image uploader) that can be attached to any other Django model using generic relations.\r\n\r\nLicense is MIT.\r\n\r\n**Uploader doesn't work in modern browsers because Google doesn't support Gears anymore**",
    "pypi_url": "http://pypi.python.org/pypi/django-generic-images",
    "documentation_url": null,
    "repo_watchers": 35,
    "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": [
        "kmike"
    ]
}