API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5904/?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/446/?format=api"
    ],
    "id": 5904,
    "title": "django-viewcomponent",
    "slug": "django-viewcomponent",
    "last_updated": "2025-01-10T21:53:18-05:00",
    "last_fetched": "2026-02-15T21:02:36.255877-05:00",
    "repo_url": "https://github.com/rails-inspire-django/django-viewcomponent",
    "pypi_version": "1.0.11",
    "created": "2024-05-03T10:57:46.264134-04:00",
    "modified": "2026-01-28T15:06:06.118907-05:00",
    "repo_forks": 2,
    "repo_description": "Build reusable components in Django, inspired by Rails ViewComponent",
    "pypi_url": "https://pypi.org/project/django-viewcomponent",
    "documentation_url": "https://django-viewcomponent.readthedocs.io/en/latest/",
    "repo_watchers": 74,
    "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": [
        "michael-yin",
        "gonsalu"
    ]
}