API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4330/?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/66/?format=api",
        "https://djangopackages.org/api/v4/grids/72/?format=api"
    ],
    "id": 4330,
    "title": "django-letsagree",
    "slug": "django-letsagree",
    "last_updated": "2024-12-24T07:52:30-05:00",
    "last_fetched": "2026-02-15T21:03:34.248260-05:00",
    "repo_url": "https://github.com/raratiru/django-letsagree",
    "pypi_version": "1.1.9",
    "created": "2019-04-11T06:56:41.934783-04:00",
    "modified": "2026-01-28T15:07:35.278158-05:00",
    "repo_forks": 4,
    "repo_description": "A Django application that associates Groups with Terms requiring consent from logged in members.",
    "pypi_url": "http://pypi.python.org/pypi/django-letsagree",
    "documentation_url": "",
    "repo_watchers": 16,
    "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": [
        "pyup-bot",
        "raratiru",
        "snyk-bot",
        "dependabot[bot]",
        "lgtm-com[bot]"
    ]
}