API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1327/?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/161/?format=api",
        "https://djangopackages.org/api/v4/grids/160/?format=api"
    ],
    "id": 1327,
    "title": "django-hstore",
    "slug": "django-hstore",
    "last_updated": "2017-03-02T03:57:56-05:00",
    "last_fetched": "2026-02-15T19:07:18.057593-05:00",
    "repo_url": "https://github.com/djangonauts/django-hstore",
    "pypi_version": "1.4.2",
    "created": "2012-06-05T04:59:01.326506-04:00",
    "modified": "2026-01-28T14:44:59.312468-05:00",
    "repo_forks": 142,
    "repo_description": "PostgreSQL HStore support for Django.",
    "pypi_url": "http://pypi.python.org/pypi/django-hstore",
    "documentation_url": "http://djangonauts.github.io/django-hstore/",
    "repo_watchers": 519,
    "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": [
        "nemesifier",
        "fabiocorneti",
        "jarekwg",
        "jordanm",
        "cybercase",
        "MattHardcastle",
        "adieu",
        "JannKleen",
        "jezdez",
        "aluuu",
        "zsiciarz",
        "chelis",
        "scottwoodall",
        "Naddiseo",
        "willhardy",
        "vittoriozamboni",
        "stringfellow",
        "maurizi",
        "dczech",
        "satyrius",
        "alukach",
        "i2xS",
        "vedgar",
        "scott-coates",
        "prokaktus",
        "Usvad",
        "stasfateev",
        "GeyseR",
        "kitterma",
        "PabloCastellano",
        "sorl",
        "leonsas",
        "iago1460",
        "gpip",
        "elin3t",
        "dstufft",
        "bijanvakili",
        "Sapphire64",
        "burnash",
        "andrewhayes1979",
        "aljosa",
        "aidanlister"
    ]
}