API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1306/
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/28/",
        "https://djangopackages.org/api/v4/grids/153/"
    ],
    "id": 1306,
    "title": "django-session-security",
    "slug": "django-session-security",
    "last_updated": "2024-04-12T05:41:11-04:00",
    "last_fetched": "2026-02-15T17:13:24.942455-05:00",
    "repo_url": "https://github.com/yourlabs/django-session-security",
    "pypi_version": "2.6.7",
    "created": "2012-05-19T04:04:42.282287-04:00",
    "modified": "2026-01-28T14:09:39.177199-05:00",
    "repo_forks": 137,
    "repo_description": "A little javascript and middleware work together to ensure that the user was active during the past X minutes in any tab he has open. Otherwise, display a warning leaving a couple of minutes to show any kind of activity like moving the mouse. Otherwise, logout the user.",
    "pypi_url": "http://pypi.python.org/pypi/django-session-security",
    "documentation_url": "https://readthedocs.org/projects/django-session-security/",
    "repo_watchers": 313,
    "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",
        "mpasternak",
        "JanMalte",
        "coilysiren",
        "nirgal",
        "claytondaley",
        "krillr",
        "eriktelepovsky",
        "yscumc",
        "rbntimes",
        "rdekker1",
        "luzfcb",
        "mschettler",
        "autodidacticon",
        "prauscher",
        "psychok7",
        "marcofucci",
        "jsm222",
        "theunraveler",
        "coremayo",
        "AlexCLeduc",
        "mjschultz",
        "mwhawkins",
        "cuu508",
        "Ruffle",
        "qwindelzorf",
        "sdann",
        "tpeaton",
        "VuongN",
        "xmontana",
        "cw0102",
        "jacoor",
        "mrbean-bremen",
        "mfollett",
        "krzysztofwos",
        "kalekseev",
        "jantoniomartin",
        "johnfraney",
        "johndgiese",
        "it-management",
        "do-rtk",
        "loctimize",
        "abbottc",
        "Tatsh",
        "kiowa"
    ]
}