API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4829/?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/383/?format=api",
        "https://djangopackages.org/api/v4/grids/353/?format=api"
    ],
    "id": 4829,
    "title": "wagtail-readinglevel",
    "slug": "wagtail-readinglevel",
    "last_updated": "2019-09-27T06:22:00-04:00",
    "last_fetched": "2023-07-13T17:48:13.343790-04:00",
    "repo_url": "https://github.com/vixdigital/wagtail-readinglevel",
    "pypi_version": "3.5.0",
    "created": "2020-09-16T18:29:43.795816-04:00",
    "modified": "2025-01-31T14:59:59.953294-05:00",
    "repo_forks": 5,
    "repo_description": "Wagtail plugin to determine the reading level of of text input into a rich text field",
    "pypi_url": "https://pypi.org/project/wagtail-readinglevel/",
    "documentation_url": "",
    "repo_watchers": 17,
    "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": [
        "v9Chris"
    ]
}