API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1727/?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/113/?format=api"
    ],
    "id": 1727,
    "title": "sqlbuilder",
    "slug": "sqlbuilder",
    "last_updated": "2017-12-25T03:52:17-05:00",
    "last_fetched": "2026-02-15T17:13:09.669182-05:00",
    "repo_url": "https://bitbucket.org/emacsway/sqlbuilder",
    "pypi_version": "0.7.10.18",
    "created": "2013-03-24T12:36:03.991525-04:00",
    "modified": "2026-01-28T14:09:24.207185-05:00",
    "repo_forks": 6,
    "repo_description": "Lightweight Python SQLBuilder. Can be integrated with Django.",
    "pypi_url": "http://pypi.python.org/pypi/sqlbuilder",
    "documentation_url": "http://sqlbuilder.readthedocs.io/",
    "repo_watchers": 18,
    "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": [
        "emacsway"
    ]
}