API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4034/
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/39/"
    ],
    "id": 4034,
    "title": "django-dbcache-fields",
    "slug": "django-dbcache-fields",
    "last_updated": "2020-01-20T10:02:52-05:00",
    "last_fetched": "2026-02-16T01:02:32.781472-05:00",
    "repo_url": "https://github.com/maykinmedia/django-dbcache-fields",
    "pypi_version": "0.9.3",
    "created": "2017-12-20T11:43:47.585482-05:00",
    "modified": "2026-01-28T15:50:43.564773-05:00",
    "repo_forks": 1,
    "repo_description": "This library provides a decorator dbcache that caches the result of your Django Model methods in your database.",
    "pypi_url": "http://pypi.python.org/pypi/django-dbcache-fields",
    "documentation_url": "https://django-dbcache-fields.readthedocs.io/en/latest/",
    "repo_watchers": 5,
    "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": [
        "joeribekker",
        "rcoup"
    ]
}