API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3423/
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/245/"
    ],
    "id": 3423,
    "title": "Dynamic REST",
    "slug": "dynamic-rest",
    "last_updated": "2024-03-26T16:45:09-04:00",
    "last_fetched": "2026-02-15T18:02:19.050464-05:00",
    "repo_url": "https://github.com/AltSchool/dynamic-rest",
    "pypi_version": "2.3.0",
    "created": "2016-10-04T17:01:31.107673-04:00",
    "modified": "2026-01-28T14:21:25.595038-05:00",
    "repo_forks": 116,
    "repo_description": "Dynamic extensions for Django REST Framework",
    "pypi_url": "http://pypi.python.org/pypi/dynamic-rest",
    "documentation_url": "http://dynamic-rest.readthedocs.io",
    "repo_watchers": 840,
    "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": [
        "aleontiev",
        "ryochiji",
        "d2rk",
        "ernestofgonzalez",
        "suavesav",
        "alexmadjar",
        "JackAtOmenApps",
        "chdastolfo",
        "DeviateFish",
        "markine",
        "dpaluch-rp",
        "shanx",
        "notsoluckycharm",
        "ivlevdenis",
        "benbardin",
        "jvineet",
        "ben-prezola",
        "apo5tol",
        "atzannes",
        "erikdbrown",
        "sganeriwal",
        "simkimsia",
        "amandeep-r",
        "imposeren",
        "vmihalachi",
        "thomaswrenn",
        "gitter-badger",
        "PatDuJour",
        "joshvillbrandt",
        "jtszalay",
        "glarrain",
        "fdintino",
        "DylanGrayson"
    ]
}