API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1892/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/3/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/1/?format=api"
    ],
    "id": 1892,
    "title": "MySmile",
    "slug": "mysmile",
    "last_updated": "2018-01-06T14:27:35-05:00",
    "last_fetched": "2026-02-16T03:05:23.669781-05:00",
    "repo_url": "https://github.com/MySmile/MySmile",
    "pypi_version": "0.7.2",
    "created": "2013-06-21T13:38:41.343762-04:00",
    "modified": "2026-01-28T16:15:31.719322-05:00",
    "repo_forks": 0,
    "repo_description": "MySmile is the lightweight open-source CMS based on Django.",
    "pypi_url": "http://pypi.python.org/pypi/mysmile",
    "documentation_url": "https://pythonhosted.org/MySmile/",
    "repo_watchers": 5,
    "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": [
        "picamator",
        "MySmile"
    ]
}