API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2093/
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/426/"
    ],
    "id": 2093,
    "title": "django-twofactor",
    "slug": "django-twofactor",
    "last_updated": "2014-01-24T15:12:44-05:00",
    "last_fetched": "2026-02-15T13:02:42.437689-05:00",
    "repo_url": "https://github.com/gotlium/django-twofactor",
    "pypi_version": null,
    "created": "2013-10-28T01:07:03.530921-04:00",
    "modified": "2026-01-28T13:17:47.192432-05:00",
    "repo_forks": 0,
    "repo_description": "Two factor auth using the TOTP draft spec. Compatible with the Google Authenticator or any other TOTP token.",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 1,
    "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": [
        "mtigas",
        "gotlium"
    ]
}