API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4307/?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/18/?format=api"
    ],
    "id": 4307,
    "title": "django-url-helper",
    "slug": "django-url-helper",
    "last_updated": "2019-02-20T05:13:46-05:00",
    "last_fetched": "2026-02-16T03:02:20.363137-05:00",
    "repo_url": "https://github.com/hiimdoublej/django-url-helper",
    "pypi_version": "0.0.1",
    "created": "2019-02-20T20:26:28.442207-05:00",
    "modified": "2026-01-28T16:10:46.073376-05:00",
    "repo_forks": 0,
    "repo_description": "a helper for url querystrings",
    "pypi_url": "http://pypi.python.org/pypi/django-url-helper",
    "documentation_url": "",
    "repo_watchers": 3,
    "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": [
        "hiimdoublej"
    ]
}