API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/305/
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/77/"
    ],
    "id": 305,
    "title": "42-django-couchdb",
    "slug": "42-django-couchdb",
    "last_updated": "2009-08-03T20:47:01-04:00",
    "last_fetched": "2023-12-25T12:36:18.195847-05:00",
    "repo_url": "https://github.com/42/42-django-couchdb",
    "pypi_version": null,
    "created": "2010-09-13T03:09:20.431029-04:00",
    "modified": "2025-01-31T14:57:51.158790-05:00",
    "repo_forks": 2,
    "repo_description": "django couchdb database adapter",
    "pypi_url": "",
    "documentation_url": null,
    "repo_watchers": 74,
    "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": [
        "tilarids",
        "akhavr",
        "playpauseandstop",
        "hotsyk"
    ]
}