API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2660/
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/241/"
    ],
    "id": 2660,
    "title": "django-phantom-pdf",
    "slug": "django-phantom-pdf",
    "last_updated": "2016-05-24T13:35:10-04:00",
    "last_fetched": "2026-02-16T01:03:03.834404-05:00",
    "repo_url": "https://github.com/BananaDesk/django-phantom-pdf",
    "pypi_version": "0.3",
    "created": "2014-11-13T16:17:45.930762-05:00",
    "modified": "2026-01-28T15:51:38.582674-05:00",
    "repo_forks": 17,
    "repo_description": "Easy PDF rendering for django templates / views.",
    "pypi_url": "http://pypi.python.org/pypi/django-phantom-pdf",
    "documentation_url": "https://raw.githubusercontent.com/BananaDesk/django-phantom-pdf/master/README.md",
    "repo_watchers": 38,
    "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": [
        "tzenderman",
        "edvm",
        "jcarizza",
        "toabi",
        "ssebastianj"
    ]
}