API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4490/
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/84/"
    ],
    "id": 4490,
    "title": "django-couchdb-storage",
    "slug": "django-couchdb-storage",
    "last_updated": "2018-10-22T10:49:45-04:00",
    "last_fetched": "2026-02-15T04:04:51.699999-05:00",
    "repo_url": "https://github.com/5in4/django-couchdb-storage",
    "pypi_version": "0.0.2",
    "created": "2020-01-13T10:24:36.436405-05:00",
    "modified": "2026-01-28T16:57:43.429605-05:00",
    "repo_forks": 0,
    "repo_description": "Django storage backend for CouchDB",
    "pypi_url": "http://pypi.python.org/pypi/django-couchdb-storage",
    "documentation_url": "",
    "repo_watchers": 0,
    "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": [
        "dseemann"
    ]
}