API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6290/?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/5/?format=api",
        "https://djangopackages.org/api/v4/grids/459/?format=api"
    ],
    "id": 6290,
    "title": "django-solana-payments",
    "slug": "django-solana-payments",
    "last_updated": null,
    "last_fetched": "2026-02-15T08:32:48.468609-05:00",
    "repo_url": "https://github.com/artemooon/django-solana-payments",
    "pypi_version": null,
    "created": "2026-02-15T08:32:48.510601-05:00",
    "modified": "2026-02-15T08:40:47.284248-05:00",
    "repo_forks": 0,
    "repo_description": "",
    "pypi_url": "https://pypi.org/project/django-solana-payments/",
    "documentation_url": "https://django-solana-payments.readthedocs.io/en/stable/",
    "repo_watchers": 0,
    "commits_over_52": [],
    "participants": []
}