API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4676/?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/323/?format=api",
        "https://djangopackages.org/api/v4/grids/5/?format=api"
    ],
    "id": 4676,
    "title": "django-mercadopago",
    "slug": "django-mercadopago",
    "last_updated": "2022-11-06T09:18:32-05:00",
    "last_fetched": "2026-02-15T07:06:07.207542-05:00",
    "repo_url": "https://github.com/whynothugo/django-mercadopago",
    "pypi_version": "6.0.1",
    "created": "2020-08-06T09:25:51.354798-04:00",
    "modified": "2026-01-29T12:47:59.756511-05:00",
    "repo_forks": 12,
    "repo_description": "⚠️ Deprecated. Use https://github.com/jazzband/django-payments/ instead.",
    "pypi_url": "http://pypi.python.org/pypi/django-mercadopago",
    "documentation_url": "",
    "repo_watchers": 32,
    "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": [
        "pre-commit-ci[bot]",
        "pwqw",
        "Dyend",
        "WhyNotHugo"
    ]
}