API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1080/?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/84/?format=api"
    ],
    "id": 1080,
    "title": "django-system-globals",
    "slug": "django-system-globals",
    "last_updated": "2018-08-09T21:29:43-04:00",
    "last_fetched": "2026-02-16T00:02:52.847783-05:00",
    "repo_url": "https://github.com/andres-torres-marroquin/django-system-globals",
    "pypi_version": "0.0.8",
    "created": "2011-12-21T13:55:02.015628-05:00",
    "modified": "2026-01-28T15:40:19.479176-05:00",
    "repo_forks": 4,
    "repo_description": "A Django App to manage any system globals from a DB table. Optimized with cache.",
    "pypi_url": "http://pypi.python.org/pypi/django-system-globals",
    "documentation_url": null,
    "repo_watchers": 12,
    "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": [
        "andres-torres-marroquin",
        "pahko",
        "adamestein"
    ]
}