API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3050/?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": 3050,
    "title": "Django Star Ratings",
    "slug": "django-star-ratings",
    "last_updated": "2024-02-19T12:26:39-05:00",
    "last_fetched": "2026-05-26T10:07:14.299684-04:00",
    "repo_url": "https://github.com/wildfish/django-star-ratings",
    "pypi_version": "0.9.2",
    "created": "2015-09-16T11:01:02.619069-04:00",
    "modified": "2026-01-28T13:28:34.315021-05:00",
    "repo_forks": 95,
    "repo_description": "Star ratings for your Django models with a single template tag. Python 3 compatible.",
    "pypi_url": "http://pypi.python.org/pypi/django-star-ratings",
    "documentation_url": "https://django-star-ratings.readthedocs.io/en/latest/?badge=latest/",
    "repo_watchers": 301,
    "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": [
        "rolo",
        "OmegaDroid",
        "jamesoutterside",
        "fuzzpedal",
        "bee-keeper",
        "dependabot[bot]",
        "urtzai",
        "radiac",
        "jneves",
        "4lm",
        "dlrsp-dev",
        "virtualanup",
        "RabidCicada",
        "AmirAref",
        "anex",
        "DarkDemiurg",
        "JuanmaNatal",
        "luizomf",
        "nix1947",
        "marcanuy",
        "mvillalba",
        "GDay",
        "jdwpeterson",
        "marcwebbie"
    ]
}