API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2954/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/121/",
        "https://djangopackages.org/api/v4/grids/33/",
        "https://djangopackages.org/api/v4/grids/7/"
    ],
    "id": 2954,
    "title": "django-connected",
    "slug": "django-connected",
    "last_updated": "2017-01-31T07:22:57-05:00",
    "last_fetched": "2026-02-15T11:03:57.257101-05:00",
    "repo_url": "https://github.com/mishbahr/django-connected",
    "pypi_version": "0.1.5",
    "created": "2015-06-30T11:18:13.503300-04:00",
    "modified": "2026-01-28T13:08:22.207489-05:00",
    "repo_forks": 6,
    "repo_description": "Connect your Django powered sites to social networks and other online services.",
    "pypi_url": "http://pypi.python.org/pypi/django-connected",
    "documentation_url": "",
    "repo_watchers": 22,
    "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": [
        "mishbahr",
        "itcrab"
    ]
}