API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5978/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/5/?format=api"
    ],
    "id": 5978,
    "title": "Django Payments Chile",
    "slug": "django-payments-chile",
    "last_updated": "2026-01-29T20:31:14-05:00",
    "last_fetched": "2026-02-16T02:01:57.902751-05:00",
    "repo_url": "https://github.com/mariofix/django-payments-chile",
    "pypi_version": "2024.12.5",
    "created": "2024-09-29T15:43:12.181589-04:00",
    "modified": "2026-01-28T15:59:42.147470-05:00",
    "repo_forks": 1,
    "repo_description": "Pasarelas de pago chilenas para django-payments",
    "pypi_url": "https://pypi.org/project/django-payments-chile",
    "documentation_url": "https://mariofix.github.io/django-payments-chile/",
    "repo_watchers": 2,
    "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,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        2,
        0,
        0,
        0
    ],
    "participants": [
        "mariofix",
        "dependabot[bot]",
        "pre-commit-ci[bot]"
    ]
}