API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4766/?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/367/?format=api"
    ],
    "id": 4766,
    "title": "wagtailsocialfeed",
    "slug": "wagtailsocialfeed",
    "last_updated": "2017-12-13T04:01:56-05:00",
    "last_fetched": "2026-05-26T05:03:55.095343-04:00",
    "repo_url": "https://github.com/LUKKIEN/wagtailsocialfeed",
    "pypi_version": "0.4.1",
    "created": "2020-09-16T18:27:56.139354-04:00",
    "modified": "2026-01-29T12:48:04.016876-05:00",
    "repo_forks": 8,
    "repo_description": "A Wagtail module that provides pages and content blocks to show social media feeds",
    "pypi_url": "https://pypi.org/project/wagtailsocialfeed/",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "tleguijt",
        "mikedingjan",
        "nazmulhasan85",
        "OktayAltay"
    ]
}