API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/1613/?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/160/?format=api"
    ],
    "id": 1613,
    "title": "djorm-ext-expressions",
    "slug": "djorm-ext-expressions",
    "last_updated": "2014-07-17T15:54:58-04:00",
    "last_fetched": "2026-02-15T22:01:06.564660-05:00",
    "repo_url": "https://github.com/niwinz/djorm-ext-expressions",
    "pypi_version": "0.6",
    "created": "2012-12-26T04:38:40.388636-05:00",
    "modified": "2026-01-28T15:15:42.091089-05:00",
    "repo_forks": 13,
    "repo_description": "Expressions module of django orm extensions package (collection of third party plugins build in one unified package)",
    "pypi_url": "http://pypi.python.org/pypi/djorm-ext-expressions",
    "documentation_url": null,
    "repo_watchers": 51,
    "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": [
        "davidfischer-ch",
        "dguaraglia",
        "Crazy-Owl",
        "g-as",
        "takinbo"
    ]
}