API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/116/?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/145/?format=api"
    ],
    "id": 116,
    "title": "django-simple-ratings",
    "slug": "django-simple-ratings",
    "last_updated": "2012-08-27T08:07:54-04:00",
    "last_fetched": "2022-03-18T21:48:07.252002-04:00",
    "repo_url": "https://github.com/coleifer/django-simple-ratings",
    "pypi_version": "0.3.3",
    "created": "2010-08-20T21:14:41.946603-04:00",
    "modified": "2025-01-31T14:59:10.793251-05:00",
    "repo_forks": 12,
    "repo_description": "a simple, extensible rating system that does recommendations and similar items",
    "pypi_url": "http://pypi.python.org/pypi/django-simple-ratings",
    "documentation_url": "https://readthedocs.org/projects/django-simple-ratings/",
    "repo_watchers": 61,
    "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": [
        "coleifer",
        "ryankask",
        "fabiosantoscode"
    ]
}