API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2520/
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/152/"
    ],
    "id": 2520,
    "title": "django-siteflags",
    "slug": "django-siteflags",
    "last_updated": "2022-10-03T21:18:06-04:00",
    "last_fetched": "2026-02-15T22:03:18.437339-05:00",
    "repo_url": "https://github.com/idlesign/django-siteflags",
    "pypi_version": "1.3.0",
    "created": "2014-08-04T11:14:39.058312-04:00",
    "modified": "2026-01-28T15:19:28.677152-05:00",
    "repo_forks": 3,
    "repo_description": "Reusable application for Django allowing users to flag/bookmark site objects",
    "pypi_url": "http://pypi.python.org/pypi/django-siteflags",
    "documentation_url": "https://readthedocs.org/projects/django-siteflags",
    "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": [
        "idlesign",
        "BoPeng"
    ]
}