API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1126/?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/72/?format=api"
    ],
    "id": 1126,
    "title": "django-social (discontinued)",
    "slug": "django-social-activity",
    "last_updated": "2011-12-26T20:37:44-05:00",
    "last_fetched": "2026-02-15T03:06:11.355022-05:00",
    "repo_url": "https://github.com/jpic/django-social",
    "pypi_version": "0.0.1-dev",
    "created": "2012-01-23T22:44:35.510114-05:00",
    "modified": "2026-01-28T16:47:41.291169-05:00",
    "repo_forks": 1,
    "repo_description": "Discontinued Django app implementing some of Facebook-like features. Use at your own risk.",
    "pypi_url": "http://pypi.python.org/pypi/django-social",
    "documentation_url": null,
    "repo_watchers": 6,
    "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": [
        "jpic",
        "yeago"
    ]
}