API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/399/"
    ],
    "id": 4903,
    "title": "django-modeltranslation-wagtail",
    "slug": "django-modeltranslation-wagtail",
    "last_updated": "2021-12-25T20:49:40-05:00",
    "last_fetched": "2026-02-16T00:05:48.275316-05:00",
    "repo_url": "https://github.com/benjaoming/django-modeltranslation-wagtail",
    "pypi_version": "0.4.1",
    "created": "2020-09-18T14:38:52.773360-04:00",
    "modified": "2026-01-28T15:45:35.935151-05:00",
    "repo_forks": 0,
    "repo_description": "The glue between django-modeltranslation and wagtail",
    "pypi_url": "http://pypi.python.org/pypi/django-modeltranslation-wagtail",
    "documentation_url": "",
    "repo_watchers": 4,
    "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": [
        "benjaoming",
        "reduxionist"
    ]
}