API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/66/?format=api",
        "https://djangopackages.org/api/v4/grids/245/?format=api",
        "https://djangopackages.org/api/v4/grids/59/?format=api"
    ],
    "id": 4351,
    "title": "DRF Access Policy",
    "slug": "drf-access-policy",
    "last_updated": "2023-03-02T10:42:06-05:00",
    "last_fetched": "2026-02-15T17:12:31.019159-05:00",
    "repo_url": "https://github.com/rsinger86/drf-access-policy",
    "pypi_version": "1.5.0",
    "created": "2019-05-04T12:11:12.019987-04:00",
    "modified": "2026-01-28T14:08:44.104090-05:00",
    "repo_forks": 55,
    "repo_description": "Declarative access policies/permissions modeled after AWS' IAM policies.",
    "pypi_url": "http://pypi.python.org/pypi/drf-access-policy",
    "documentation_url": "",
    "repo_watchers": 514,
    "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": [
        "rsinger86",
        "dependabot[bot]",
        "BarnabasSzabolcs",
        "oguzhancelikarslan",
        "gianpieropa",
        "adamsteele-city",
        "tanonl",
        "HonakerM",
        "heng-zhang-20",
        "helderlgoliveira",
        "hardntrash",
        "filwaline",
        "bo5o",
        "sarthikg",
        "nikeshyad",
        "KillianMeersman",
        "JT501",
        "JamesonNetworks",
        "bradydean",
        "alessandro-mariotti-zupit"
    ]
}