API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4061/?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/49/?format=api"
    ],
    "id": 4061,
    "title": "django-i18next",
    "slug": "django-i18next",
    "last_updated": "2016-12-18T18:33:11-05:00",
    "last_fetched": "2026-02-15T20:04:55.339356-05:00",
    "repo_url": "https://github.com/barseghyanartur/django-i18next",
    "pypi_version": "0.1.3",
    "created": "2018-02-13T07:05:45.578366-05:00",
    "modified": "2026-01-28T14:56:45.805717-05:00",
    "repo_forks": 4,
    "repo_description": "Additions to Django's i18n module. https://pypi.python.org/pypi/django-i18next",
    "pypi_url": "http://pypi.python.org/pypi/django-i18next",
    "documentation_url": "http://django-i18next.readthedocs.io/",
    "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": [
        "barseghyanartur"
    ]
}