API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/58/",
        "https://djangopackages.org/api/v4/grids/161/",
        "https://djangopackages.org/api/v4/grids/14/"
    ],
    "id": 1609,
    "title": "djorm-ext-pgfulltext",
    "slug": "djorm-ext-pgfulltext",
    "last_updated": "2016-01-05T14:49:29-05:00",
    "last_fetched": "2026-02-15T20:01:26.546801-05:00",
    "repo_url": "https://github.com/linuxlewis/djorm-ext-pgfulltext",
    "pypi_version": "0.10",
    "created": "2012-12-26T04:29:30.670172-05:00",
    "modified": "2026-01-28T14:51:38.364173-05:00",
    "repo_forks": 85,
    "repo_description": "PostgreSQL full-text search integration with django orm.",
    "pypi_url": "http://pypi.python.org/pypi/djorm-ext-pgfulltext",
    "documentation_url": null,
    "repo_watchers": 251,
    "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": [
        "linuxlewis",
        "mpasternak",
        "CharlesLovely",
        "rgreinho",
        "dotsbb",
        "akolpakov",
        "bitdeli-chef",
        "fjsj",
        "Gnietschow",
        "marekbrzoska",
        "anentropic",
        "raiyankamal",
        "graingert",
        "zyga",
        "metazet",
        "mulder999"
    ]
}