API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/51/",
        "https://djangopackages.org/api/v4/grids/12/"
    ],
    "id": 1221,
    "title": "htsql",
    "slug": "htsql",
    "last_updated": "2019-03-11T17:10:52-04:00",
    "last_fetched": "2026-02-15T20:04:21.936273-05:00",
    "repo_url": "https://bitbucket.org/prometheus/htsql",
    "pypi_version": "2.3.3",
    "created": "2012-03-17T15:47:50.774996-04:00",
    "modified": "2026-01-28T14:55:53.290665-05:00",
    "repo_forks": 17,
    "repo_description": "HTSQL is a comprehensive navigational query language for relational databases.  HTSQL is designed for data analysts and other accidental programmers who have complex business inquiries to solve and need a\r\nproductive tool to write and share database queries.  HTSQL is free and open source software.",
    "pypi_url": "http://pypi.python.org/pypi/HTSQL/",
    "documentation_url": null,
    "repo_watchers": 52,
    "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": [
        "prometheus"
    ]
}