API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/280/?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/33/?format=api",
        "https://djangopackages.org/api/v4/grids/148/?format=api"
    ],
    "id": 280,
    "title": "django-friends",
    "slug": "django-friends",
    "last_updated": "2013-01-26T14:32:37-05:00",
    "last_fetched": "2026-02-16T02:01:02.005002-05:00",
    "repo_url": "https://github.com/jtauber/django-friends",
    "pypi_version": "0.1.5",
    "created": "2010-09-13T02:51:31.001342-04:00",
    "modified": "2026-01-28T15:57:51.785464-05:00",
    "repo_forks": 86,
    "repo_description": "friendship, contact and invitation management for the Django web framework",
    "pypi_url": "http://pypi.python.org/pypi/django-friends",
    "documentation_url": null,
    "repo_watchers": 213,
    "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": [
        "jtauber",
        "brosner",
        "jezdez",
        "alibrahim",
        "empty",
        "tmc"
    ]
}