API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1405/
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/73/"
    ],
    "id": 1405,
    "title": "django-terms",
    "slug": "django-terms",
    "last_updated": "2016-02-28T12:43:02-05:00",
    "last_fetched": "2026-02-15T21:03:03.419502-05:00",
    "repo_url": "https://github.com/BertrandBordage/django-terms",
    "pypi_version": "1.2.0",
    "created": "2012-08-08T16:33:14.085364-04:00",
    "modified": "2026-01-28T15:06:47.319907-05:00",
    "repo_forks": 15,
    "repo_description": "Site-wide adds a definition or a link for specialized terms.",
    "pypi_url": "http://pypi.python.org/pypi/django-terms",
    "documentation_url": "https://readthedocs.org/projects/django-terms/",
    "repo_watchers": 19,
    "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": [
        "BertrandBordage",
        "ordavidil",
        "jssevestre"
    ]
}