API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/560/?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": 560,
    "title": "nexus",
    "slug": "nexus",
    "last_updated": "2016-02-23T16:49:43-05:00",
    "last_fetched": "2026-02-15T07:04:54.170098-05:00",
    "repo_url": "https://github.com/disqus/nexus",
    "pypi_version": "0.3.1",
    "created": "2011-01-07T11:37:58.811707-05:00",
    "modified": "2026-01-29T12:46:12.440847-05:00",
    "repo_forks": 93,
    "repo_description": "A centralized, pluggable admin app for Django",
    "pypi_url": "http://pypi.python.org/pypi/nexus",
    "documentation_url": null,
    "repo_watchers": 204,
    "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": [
        "dcramer",
        "mattrobenolt",
        "bharling",
        "ogirardot",
        "frewsxcv",
        "NorthIsUp",
        "jakul",
        "orblivion",
        "stephenmuss",
        "chrisvxd",
        "calebbrown",
        "alex",
        "bretthoerner",
        "dz",
        "elijahandrews",
        "apollo13",
        "rodbegbie",
        "bloodearnest"
    ]
}