API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/5/"
    ],
    "id": 3812,
    "title": "Django Debits",
    "slug": "django-debits",
    "last_updated": "2025-01-24T12:43:33-05:00",
    "last_fetched": "2026-02-15T21:04:52.186521-05:00",
    "repo_url": "https://github.com/vporton/django-debits",
    "pypi_version": "0.1.15",
    "created": "2017-05-04T15:50:04.793632-04:00",
    "modified": "2026-01-28T15:09:45.399021-05:00",
    "repo_forks": 2,
    "repo_description": "Accept (regular and subscription) payments in Internet (currently supports PayPal). Advanced support for subscription payments. https://github.com/vporton/django-debits/wiki",
    "pypi_url": "http://pypi.python.org/pypi/django-debits",
    "documentation_url": "https://github.com/vporton/django-debits/wiki",
    "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,
        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": [
        "vporton"
    ]
}