API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4967/
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/113/"
    ],
    "id": 4967,
    "title": "Django Tarantool",
    "slug": "django-tarantool",
    "last_updated": "2021-01-16T17:25:46-05:00",
    "last_fetched": "2026-02-16T00:02:30.656193-05:00",
    "repo_url": "https://github.com/artembo/django-tarantool",
    "pypi_version": "0.0.20",
    "created": "2020-12-05T17:02:32.762042-05:00",
    "modified": "2026-01-28T15:29:35.837997-05:00",
    "repo_forks": 1,
    "repo_description": "Tarantool database backend for Django applications. https://www.tarantool.io",
    "pypi_url": "http://pypi.python.org/pypi/django-tarantool",
    "documentation_url": "",
    "repo_watchers": 19,
    "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": [
        "artembo"
    ]
}