API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2255/
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/14/"
    ],
    "id": 2255,
    "title": "django-simple-search",
    "slug": "django-simple-search",
    "last_updated": "2014-08-22T09:18:25-04:00",
    "last_fetched": "2016-07-24T14:17:22.719093-04:00",
    "repo_url": "https://github.com/esistgut/django-simple-search",
    "pypi_version": null,
    "created": "2014-03-06T18:52:12.644992-05:00",
    "modified": "2025-01-31T14:59:10.867630-05:00",
    "repo_forks": 2,
    "repo_description": "Generic and simple way to search models in Django",
    "pypi_url": "",
    "documentation_url": "",
    "repo_watchers": 6,
    "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": [
        "esistgut",
        "radiac",
        "vstoykov"
    ]
}