API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2856/?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": 2856,
    "title": "django-extra_keywords",
    "slug": "django-extra_keywords",
    "last_updated": "2015-04-15T23:41:45-04:00",
    "last_fetched": "2026-02-16T00:03:32.140962-05:00",
    "repo_url": "https://bitbucket.org/tkhyn/django-extra_keywords",
    "pypi_version": "1.1.2",
    "created": "2015-04-15T10:14:55.178980-04:00",
    "modified": "2026-01-28T15:41:31.671398-05:00",
    "repo_forks": 0,
    "repo_description": "Extra gettext keywords handling in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-extra_keywords",
    "documentation_url": "",
    "repo_watchers": 2,
    "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": [
        "tkhyn"
    ]
}