API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/69/?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/27/?format=api"
    ],
    "id": 69,
    "title": "greatape",
    "slug": "greatape",
    "last_updated": "2010-08-10T15:03:33-04:00",
    "last_fetched": "2022-03-18T21:48:10.872574-04:00",
    "repo_url": "https://github.com/threadsafelabs/greatape",
    "pypi_version": "0.3.2",
    "created": "2010-08-18T11:30:17.423835-04:00",
    "modified": "2025-01-31T14:59:37.779236-05:00",
    "repo_forks": 6,
    "repo_description": "Client library for the MailChimp API v1.2.",
    "pypi_url": "http://pypi.python.org/pypi/greatape",
    "documentation_url": null,
    "repo_watchers": 17,
    "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": [
        "threadsafelabs",
        "kmike"
    ]
}