API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/73/",
        "https://djangopackages.org/api/v4/grids/440/"
    ],
    "id": 5683,
    "title": "Django simple notes",
    "slug": "django_simple_notes",
    "last_updated": "2024-04-17T10:49:46-04:00",
    "last_fetched": "2026-02-16T00:04:01.286640-05:00",
    "repo_url": "https://gitlab.com/kapt/open-source/django-simple-notes",
    "pypi_version": "1.0.5",
    "created": "2023-05-24T04:28:00.488424-04:00",
    "modified": "2026-01-28T15:42:21.787543-05:00",
    "repo_forks": 0,
    "repo_description": "Store simple notes linked to Django(-cms) pages. Supports apphooks (but not custom apps)!",
    "pypi_url": "https://pypi.org/project/django-simple-notes",
    "documentation_url": "https://gitlab.com/kapt/open-source/django-simple-notes/-/blob/main/README.md",
    "repo_watchers": 1,
    "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": [
        "Adrien Delhorme",
        "Corentin Bettiol"
    ]
}