API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/270/"
    ],
    "id": 2759,
    "title": "django-internationalflavor",
    "slug": "django-internationalflavor",
    "last_updated": "2025-12-05T05:27:40-05:00",
    "last_fetched": "2026-02-15T18:12:47.464550-05:00",
    "repo_url": "https://github.com/ralphje/django-internationalflavor",
    "pypi_version": "0.4.3",
    "created": "2015-02-09T05:57:14.711046-05:00",
    "modified": "2026-01-28T14:32:49.994557-05:00",
    "repo_forks": 18,
    "repo_description": "Complementing django-localflavor with fields that are applicable to multiple countries",
    "pypi_url": "http://pypi.python.org/pypi/django-internationalflavor",
    "documentation_url": "https://django-internationalflavor.readthedocs.io/en/latest/",
    "repo_watchers": 26,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "ralphje",
        "jarmovanlenthe",
        "robingustafsson",
        "sh4d0wb0y",
        "lociii",
        "mounirmesselmeni",
        "mambasoft",
        "vincentalvo"
    ]
}