API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/4124/?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/58/?format=api"
    ],
    "id": 4124,
    "title": "django-phone-field",
    "slug": "django-phone-field",
    "last_updated": "2020-06-09T21:10:54-04:00",
    "last_fetched": "2026-02-15T17:21:34.405963-05:00",
    "repo_url": "https://github.com/VeryApt/django-phone-field",
    "pypi_version": "1.8.1",
    "created": "2018-04-23T22:26:02.315485-04:00",
    "modified": "2026-01-28T14:18:12.651611-05:00",
    "repo_forks": 13,
    "repo_description": "Lightweight model and form field for phone numbers in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-phone-field",
    "documentation_url": "",
    "repo_watchers": 50,
    "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": [
        "va-andrew",
        "kblicharski",
        "ajroberts0417"
    ]
}