API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4199/?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/128/?format=api"
    ],
    "id": 4199,
    "title": "django-robohash-svg",
    "slug": "django-robohash-svg",
    "last_updated": "2020-04-17T18:09:21-04:00",
    "last_fetched": "2026-02-16T02:02:41.282458-05:00",
    "repo_url": "https://github.com/elapouya/django-robohash-svg",
    "pypi_version": "0.9.5",
    "created": "2018-08-12T12:31:36.232254-04:00",
    "modified": "2026-01-28T16:01:08.270145-05:00",
    "repo_forks": 0,
    "repo_description": "Django application that generates robohash svg images",
    "pypi_url": "http://pypi.python.org/pypi/django-robohash-svg",
    "documentation_url": "https://django-robohash-svg.readthedocs.io/en/latest/",
    "repo_watchers": 22,
    "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": [
        "guanicoe"
    ]
}