API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/719/
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/90/"
    ],
    "id": 719,
    "title": "django-photo-albums",
    "slug": "django-photo-albums",
    "last_updated": "2009-12-01T23:10:36-05:00",
    "last_fetched": "2026-02-16T00:04:51.865112-05:00",
    "repo_url": "https://bitbucket.org/kmike/django-photo-albums",
    "pypi_version": "0.21.1",
    "created": "2011-03-28T19:42:06.753702-04:00",
    "modified": "2026-01-28T15:44:03.673528-05:00",
    "repo_forks": 1,
    "repo_description": "Pluggable django image gallery app. It is based on django-generic-images and django 1.1 url namespaces. License is MIT.\r\n\r\n**This is a complicated app for a simple problem. Please use it only if you really need that flexibility**",
    "pypi_url": "http://pypi.python.org/pypi/django-photo-albums",
    "documentation_url": "https://pythonhosted.org/django-photo-albums/",
    "repo_watchers": 31,
    "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"
    ]
}