API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4670/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/?format=api",
        "https://djangopackages.org/api/v4/grids/72/?format=api",
        "https://djangopackages.org/api/v4/grids/79/?format=api"
    ],
    "id": 4670,
    "title": "django-api-client",
    "slug": "django-api-client",
    "last_updated": "2021-03-06T09:07:31-05:00",
    "last_fetched": "2026-02-15T19:01:39.563972-05:00",
    "repo_url": "https://github.com/rhenter/django-api-client",
    "pypi_version": "0.32.1",
    "created": "2020-07-29T14:49:36.239619-04:00",
    "modified": "2026-01-28T14:38:01.442131-05:00",
    "repo_forks": 3,
    "repo_description": "The Django API Client is an API response wrapper, which translates Django's native calls when using a view to a particular REST API. Whether using the API client directly in a FBV (Function-based View) or using CBV (Class-based View), this library makes this communication as transparent and easy as possible",
    "pypi_url": "http://pypi.python.org/pypi/django-api-client",
    "documentation_url": "https://rhenter.github.io/django-api-client/",
    "repo_watchers": 18,
    "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": [
        "rhenter"
    ]
}