API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3162/?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/245/?format=api"
    ],
    "id": 3162,
    "title": "DRF Docs",
    "slug": "django-rest-framework-docs",
    "last_updated": "2017-02-07T16:59:31-05:00",
    "last_fetched": "2026-02-15T19:01:49.873961-05:00",
    "repo_url": "https://github.com/manosim/django-rest-framework-docs",
    "pypi_version": "0.0.11",
    "created": "2015-12-18T15:50:19.798949-05:00",
    "modified": "2026-01-28T14:38:18.365398-05:00",
    "repo_forks": 180,
    "repo_description": "Document Web APIs made with Django Rest Framework",
    "pypi_url": "http://pypi.python.org/pypi/drfdocs",
    "documentation_url": "http://www.drfdocs.com/",
    "repo_watchers": 643,
    "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": [
        "ekonstantinidis",
        "StyXman",
        "EmadMokhtar",
        "manosim",
        "Ivaylo-Bachvarov-chichi",
        "ambivalentno",
        "Brobin",
        "cyriac",
        "nd-young",
        "Afnarel",
        "xncbf",
        "limdauto",
        "rainyday",
        "qiuyingtao",
        "ninobaldo"
    ]
}