API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1614/?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/161/?format=api",
        "https://djangopackages.org/api/v4/grids/58/?format=api"
    ],
    "id": 1614,
    "title": "djorm-ext-hstore",
    "slug": "djorm-ext-hstore",
    "last_updated": "2014-01-04T10:38:45-05:00",
    "last_fetched": "2026-02-16T01:05:35.951430-05:00",
    "repo_url": "https://github.com/djangonauts/djorm-ext-hstore",
    "pypi_version": "0.6",
    "created": "2012-12-26T04:39:44.736253-05:00",
    "modified": "2026-01-28T15:55:59.847330-05:00",
    "repo_forks": 10,
    "repo_description": "PostgreSQL HStore module integration for django orm.",
    "pypi_url": "http://pypi.python.org/pypi/djorm-ext-hstore",
    "documentation_url": null,
    "repo_watchers": 73,
    "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": [
        "fdemmer",
        "krya",
        "Yuego",
        "dguaraglia",
        "Geekfish",
        "nferrari",
        "zsiciarz"
    ]
}