API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4115/?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/7/?format=api"
    ],
    "id": 4115,
    "title": "Django-web3-auth",
    "slug": "django-web3-auth",
    "last_updated": "2018-05-07T12:33:32-04:00",
    "last_fetched": "2026-02-15T13:06:02.608661-05:00",
    "repo_url": "https://github.com/atereshkin/django-web3-auth",
    "pypi_version": null,
    "created": "2018-04-17T04:39:33.298208-04:00",
    "modified": "2026-01-28T13:24:24.961961-05:00",
    "repo_forks": 51,
    "repo_description": "A pluggable Django app that enables login/signup via an Ethereum wallet (a la CryptoKitties)",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 16,
    "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": [
        "atereshkin"
    ]
}