API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1326/
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/71/"
    ],
    "id": 1326,
    "title": "django-cities",
    "slug": "django-cities",
    "last_updated": "2025-12-10T22:25:36-05:00",
    "last_fetched": "2026-02-15T04:01:40.502016-05:00",
    "repo_url": "https://github.com/coderholic/django-cities",
    "pypi_version": "0.6.2",
    "created": "2012-06-03T07:36:24.143520-04:00",
    "modified": "2026-01-28T16:53:13.488409-05:00",
    "repo_forks": 373,
    "repo_description": "Countries and cities of the world for Django projects",
    "pypi_url": "http://pypi.python.org/pypi/django-cities",
    "documentation_url": null,
    "repo_watchers": 949,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "blag",
        "coderholic",
        "Qarterd",
        "PiDelport",
        "bashu",
        "arthanson",
        "eugena",
        "imposeren",
        "mxschmitt",
        "georgema1982",
        "flebel",
        "lockie",
        "mbegoc",
        "jscott1971",
        "timrchavez",
        "spout",
        "ScottEAdams",
        "RafaPinzon93",
        "njamaleddine",
        "mohsen-mahmoodi",
        "mikluko",
        "Riz",
        "mehdipourfar",
        "leogregianin",
        "erickgnavar",
        "angvp",
        "gugu",
        "adamhaney"
    ]
}