API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/"
    ],
    "id": 3420,
    "title": "drf-dynamic-fields",
    "slug": "drf-dynamic-fields",
    "last_updated": "2022-04-05T16:40:17-04:00",
    "last_fetched": "2026-02-15T17:11:46.939478-05:00",
    "repo_url": "https://github.com/dbrgn/drf-dynamic-fields",
    "pypi_version": "0.4.0",
    "created": "2016-09-30T11:26:48.129343-04:00",
    "modified": "2026-01-28T14:08:00.418490-05:00",
    "repo_forks": 31,
    "repo_description": "Dynamically select only a subset of fields per DRF resource, either using a whitelist or a blacklist.",
    "pypi_url": "http://pypi.python.org/pypi/drf-dynamic-fields",
    "documentation_url": "https://github.com/dbrgn/drf-dynamic-fields/blob/master/README.rst",
    "repo_watchers": 263,
    "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": [
        "dbrgn",
        "jtrain",
        "woakas",
        "michael-k",
        "Racum",
        "sbchisholm"
    ]
}