API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5023/?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/170/?format=api"
    ],
    "id": 5023,
    "title": "django-cryptocurrency-payment",
    "slug": "django-cryptocurrency-payment",
    "last_updated": "2023-12-10T20:31:46-05:00",
    "last_fetched": "2026-05-26T03:13:30.667863-04:00",
    "repo_url": "https://github.com/ydaniels/django-cryptocurrency-payment",
    "pypi_version": "0.1.2",
    "created": "2021-03-11T01:35:11.999212-05:00",
    "modified": "2026-01-28T16:59:00.173235-05:00",
    "repo_forks": 14,
    "repo_description": "Simple and flexible app for accepting cryptocurrency payment  with no much hassle",
    "pypi_url": "http://pypi.python.org/pypi/django-cryptocurrency-payment",
    "documentation_url": "",
    "repo_watchers": 40,
    "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": [
        "ydaniels"
    ]
}