API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1210/
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": 1210,
    "title": "django-cities-light",
    "slug": "django-cities-light",
    "last_updated": "2025-02-26T10:48:09-05:00",
    "last_fetched": "2026-02-15T04:01:46.656720-05:00",
    "repo_url": "https://github.com/yourlabs/django-cities-light",
    "pypi_version": "3.10.2",
    "created": "2012-03-12T08:04:15.584578-04:00",
    "modified": "2026-01-28T16:53:18.261532-05:00",
    "repo_forks": 127,
    "repo_description": "A simple app providing three models: Country, Region and City model. Also provided, a command to insert or update data from geonames database dumps. Status: stable.",
    "pypi_url": "http://pypi.python.org/pypi/django-cities-light",
    "documentation_url": "https://readthedocs.org/projects/django-cities-light/",
    "repo_watchers": 348,
    "commits_over_52": [
        0,
        2,
        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": [
        "jpic",
        "max-arnold",
        "marianoeramirez",
        "greenday2",
        "jezdez",
        "coderholic",
        "smithdc1",
        "Qarterd",
        "Guts",
        "st4lk",
        "almalki",
        "adamb70",
        "xrmx",
        "magnunleno",
        "pfouque",
        "georgema1982",
        "drivard",
        "dpoirier",
        "suquant",
        "roelio",
        "predatell",
        "mbaragiola",
        "screamndigit",
        "chrisv2",
        "wswld",
        "timrchavez",
        "shahzad31",
        "PiDelport",
        "mep-um",
        "mpasternak",
        "Riz",
        "movermeyer",
        "llybin",
        "codingjoe",
        "flacks",
        "ggaughan",
        "aladagemre",
        "hairychris",
        "a-benkhaled",
        "kamartem",
        "ankitsin",
        "ahmad88me",
        "aaronvanderlip"
    ]
}