API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1360/
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/73/"
    ],
    "id": 1360,
    "title": "cmsplugin-randomquote",
    "slug": "cmsplugin-randomquote",
    "last_updated": "2012-07-08T04:22:36-04:00",
    "last_fetched": "2022-03-18T21:48:04.753166-04:00",
    "repo_url": "https://github.com/gwrtheyrn/cmsplugin-randomquote",
    "pypi_version": "0.1.3",
    "created": "2012-07-07T20:05:03.344448-04:00",
    "modified": "2025-01-31T14:57:55.035867-05:00",
    "repo_forks": 0,
    "repo_description": "A django-cms plugin that displays a random quote (e.g. a testimonial) from your database.",
    "pypi_url": "http://pypi.python.org/pypi/cmsplugin-randomquote",
    "documentation_url": null,
    "repo_watchers": 1,
    "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": [
        "gwrtheyrn"
    ]
}