API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1050/?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/73/?format=api"
    ],
    "id": 1050,
    "title": "django-cms-pagetags",
    "slug": "django-cms-pagetags",
    "last_updated": "2019-10-04T09:49:22-04:00",
    "last_fetched": "2026-02-15T04:02:45.723677-05:00",
    "repo_url": "https://github.com/pbs/django-cms-pagetags",
    "pypi_version": "0.1.6",
    "created": "2011-12-03T03:47:20.535385-05:00",
    "modified": "2026-01-28T16:54:48.534205-05:00",
    "repo_forks": 6,
    "repo_description": "Add page grouping capabilities to django-cms for easier page list management.",
    "pypi_url": "http://pypi.python.org/pypi/django-cms-pagetags",
    "documentation_url": null,
    "repo_watchers": 20,
    "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": [
        "calinf",
        "severb",
        "linkyndy",
        "gw0",
        "pbsbamboo",
        "laurafeier",
        "mariasumedre-3pg",
        "bhodorog",
        "zoliszeredi"
    ]
}