API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6047/?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/452/?format=api"
    ],
    "id": 6047,
    "title": "django-pylabels",
    "slug": "django-pylabels",
    "last_updated": "2025-07-21T12:17:18-04:00",
    "last_fetched": "2026-02-15T03:04:25.132313-05:00",
    "repo_url": "https://github.com/erikvw/django-pylabels",
    "pypi_version": "1.0.1",
    "created": "2025-01-22T11:10:54.410190-05:00",
    "modified": "2026-01-28T16:45:22.613542-05:00",
    "repo_forks": 0,
    "repo_description": "Use pylabels with Django",
    "pypi_url": "https://pypi.org/project/django-pylabels",
    "documentation_url": "https://github.com/erikvw/django-pylabels/blob/README.rst",
    "repo_watchers": 2,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        8,
        7,
        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": [
        "erikvw",
        "JonathanWillitts",
        "dependabot[bot]"
    ]
}