API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/371/?format=api"
    ],
    "id": 4782,
    "title": "wagtailnetlify",
    "slug": "wagtailnetlify",
    "last_updated": "2020-11-10T12:04:27-05:00",
    "last_fetched": "2026-02-16T02:02:22.337305-05:00",
    "repo_url": "https://github.com/tomdyson/wagtail-netlify",
    "pypi_version": "0.7",
    "created": "2020-09-16T18:28:21.061107-04:00",
    "modified": "2026-01-28T16:00:30.377825-05:00",
    "repo_forks": 12,
    "repo_description": "Wagtail <3 Netlify",
    "pypi_url": "https://pypi.org/project/wagtailnetlify/",
    "documentation_url": "",
    "repo_watchers": 83,
    "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": [
        "loicteixeira",
        "tomdyson",
        "andytwoods"
    ]
}