API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1577/?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/35/?format=api"
    ],
    "id": 1577,
    "title": "yawd-admin",
    "slug": "yawd-admin",
    "last_updated": "2014-05-04T12:03:48-04:00",
    "last_fetched": "2026-02-16T03:03:08.674408-05:00",
    "repo_url": "https://github.com/yawd/yawd-admin",
    "pypi_version": "0.7.0",
    "created": "2012-12-04T17:38:31.083314-05:00",
    "modified": "2026-01-28T16:12:16.434686-05:00",
    "repo_forks": 31,
    "repo_description": "An administration website for Django",
    "pypi_url": "http://pypi.python.org/pypi/yawd-admin",
    "documentation_url": "https://readthedocs.org/projects/yawd-admin/",
    "repo_watchers": 138,
    "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": [
        "gstrat",
        "volksman",
        "pahaz",
        "izimobil",
        "mwolff44",
        "bitdeli-chef",
        "lerrua",
        "chielteuben",
        "raphigaziano"
    ]
}