API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1070/
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/18/"
    ],
    "id": 1070,
    "title": "django-twitter-tag",
    "slug": "django-twitter-tag",
    "last_updated": "2015-12-04T04:34:40-05:00",
    "last_fetched": "2026-02-15T22:04:15.270880-05:00",
    "repo_url": "https://github.com/coagulant/django-twitter-tag",
    "pypi_version": "1.2.1",
    "created": "2011-12-16T08:24:25.226077-05:00",
    "modified": "2026-01-28T15:21:22.706799-05:00",
    "repo_forks": 27,
    "repo_description": "A django template tag to display user's recent tweets.",
    "pypi_url": "http://pypi.python.org/pypi/django-twitter-tag",
    "documentation_url": null,
    "repo_watchers": 66,
    "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": [
        "coagulant",
        "cwood",
        "lesjames",
        "tzenderman"
    ]
}