API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2585/
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/245/",
        "https://djangopackages.org/api/v4/grids/79/"
    ],
    "id": 2585,
    "title": "restless",
    "slug": "restless",
    "last_updated": "2021-11-22T09:56:57-05:00",
    "last_fetched": "2026-02-15T20:01:45.840449-05:00",
    "repo_url": "https://github.com/toastdriven/restless",
    "pypi_version": "2.2.0",
    "created": "2014-09-19T07:33:25.709317-04:00",
    "modified": "2026-01-28T14:52:03.234984-05:00",
    "repo_forks": 109,
    "repo_description": "A lightweight REST miniframework for Python.",
    "pypi_url": "http://pypi.python.org/pypi/restless",
    "documentation_url": "http://restless.readthedocs.org",
    "repo_watchers": 827,
    "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": [
        "toastdriven",
        "ElSaico",
        "seocam",
        "hugovk",
        "toxinu",
        "Marcelo-Theodoro",
        "mission-liao",
        "frewsxcv",
        "karmux",
        "viniciuscainelli",
        "schmitch",
        "binarymatt",
        "issackelly",
        "anacarolinats",
        "r-lelis",
        "cawal",
        "xiaoli",
        "tonybajan",
        "timgates42",
        "PabloCastellano",
        "leonsmith",
        "HelloKashif",
        "jphalip",
        "jmwohl",
        "mindflayer",
        "streeter",
        "artcz",
        "andreasnuesslein",
        "xarg",
        "skevy"
    ]
}