API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4605/?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/45/?format=api"
    ],
    "id": 4605,
    "title": "pinax-messages",
    "slug": "pinax-messages",
    "last_updated": "2020-07-09T17:01:51-04:00",
    "last_fetched": "2026-02-16T00:02:05.412193-05:00",
    "repo_url": "https://github.com/pinax/pinax-messages",
    "pypi_version": "3.0.0",
    "created": "2020-05-21T01:15:02.477985-04:00",
    "modified": "2026-01-28T15:28:42.061908-05:00",
    "repo_forks": 59,
    "repo_description": "a Django app for allowing users of your site to send messages to each other",
    "pypi_url": "http://pypi.python.org/pypi/pinax-messages",
    "documentation_url": "",
    "repo_watchers": 201,
    "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": [
        "alex",
        "grahamu",
        "paltman",
        "brosner",
        "mfonism",
        "KatherineMichel",
        "vleong2332",
        "mattions",
        "arthur-wsw",
        "volksman",
        "jtauber",
        "lukeman",
        "issackelly"
    ]
}