API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/145/
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/31/"
    ],
    "id": 145,
    "title": "nashvegas",
    "slug": "nashvegas",
    "last_updated": "2014-07-10T15:58:25-04:00",
    "last_fetched": "2026-02-16T00:01:56.527873-05:00",
    "repo_url": "https://github.com/paltman/nashvegas",
    "pypi_version": "0.7",
    "created": "2010-08-24T08:46:46.950558-04:00",
    "modified": "2026-01-28T15:28:25.559192-05:00",
    "repo_forks": 15,
    "repo_description": "Another database migration script runner for Django projects.",
    "pypi_url": "http://pypi.python.org/pypi/nashvegas",
    "documentation_url": "https://readthedocs.org/projects/nashvegas/",
    "repo_watchers": 96,
    "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": [
        "paltman",
        "dcramer",
        "brosner",
        "brutasse",
        "jpic",
        "jezdez",
        "brettkoonce",
        "dstufft",
        "Gautier",
        "jonathanchu",
        "peterbe",
        "rudolphfroger"
    ]
}