API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/46/?format=api"
    ],
    "id": 3778,
    "title": "django-i18nfield",
    "slug": "django-i18nfield",
    "last_updated": "2025-11-27T05:29:23-05:00",
    "last_fetched": "2026-02-15T18:09:22.982543-05:00",
    "repo_url": "https://github.com/raphaelm/django-i18nfield",
    "pypi_version": "1.11.0",
    "created": "2017-04-04T10:51:37.400271-04:00",
    "modified": "2026-01-28T14:29:30.006426-05:00",
    "repo_forks": 20,
    "repo_description": "Store internationalized strings in Django models with full forms support",
    "pypi_url": "http://pypi.python.org/pypi/django-i18nfield",
    "documentation_url": "",
    "repo_watchers": 38,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "raphaelm",
        "rixx",
        "luto",
        "Sohalt",
        "shaib",
        "FlaviaBastos",
        "johan12345",
        "bakatrouble",
        "mol-lux",
        "petrboros"
    ]
}