API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1992/?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/73/?format=api"
    ],
    "id": 1992,
    "title": "cmsplugin-googleplus",
    "slug": "cmsplugin-googleplus",
    "last_updated": "2017-03-12T08:43:34-04:00",
    "last_fetched": "2026-02-15T09:05:10.512287-05:00",
    "repo_url": "https://github.com/itbabu/cmsplugin-googleplus",
    "pypi_version": "0.7.0",
    "created": "2013-08-19T04:18:47.206593-04:00",
    "modified": "2026-01-29T12:54:31.829737-05:00",
    "repo_forks": 0,
    "repo_description": "Django-cms plugin for fetching Google+ activities",
    "pypi_url": "http://pypi.python.org/pypi/cmsplugin-googleplus",
    "documentation_url": "http://cmsplugin-googleplus.readthedocs.org/en/latest/",
    "repo_watchers": 3,
    "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": [
        "itbabu"
    ]
}