API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/301/?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": 301,
    "title": "django-ratings",
    "slug": "django-ratings",
    "last_updated": "2015-01-27T19:39:47-05:00",
    "last_fetched": "2026-05-26T05:03:02.956298-04:00",
    "repo_url": "https://github.com/dcramer/django-ratings",
    "pypi_version": "0.3.7",
    "created": "2010-09-13T03:06:48.219534-04:00",
    "modified": "2026-01-29T12:47:18.941038-05:00",
    "repo_forks": 165,
    "repo_description": "Pluggable rating fields in Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-ratings",
    "documentation_url": null,
    "repo_watchers": 408,
    "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": [
        "dcramer",
        "kottenator",
        "jpic",
        "divyekapoor",
        "elyezer",
        "jezdez",
        "kulbir",
        "strakh"
    ]
}