API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3770/
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/35/",
        "https://djangopackages.org/api/v4/grids/168/",
        "https://djangopackages.org/api/v4/grids/257/"
    ],
    "id": 3770,
    "title": "Django CRUDS with AdminLTE",
    "slug": "cruds",
    "last_updated": "2020-07-02T15:09:51-04:00",
    "last_fetched": "2026-02-15T11:00:58.427082-05:00",
    "repo_url": "https://github.com/oscarmlage/django-cruds",
    "pypi_version": null,
    "created": "2017-03-24T04:47:29.421781-04:00",
    "modified": "2026-01-28T13:02:21.546141-05:00",
    "repo_forks": 80,
    "repo_description": "django-cruds is simple drop-in django app that creates CRUD for faster prototyping",
    "pypi_url": "",
    "documentation_url": "http://django-cruds-adminlte.readthedocs.io/en/latest/",
    "repo_watchers": 423,
    "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": [
        "oscarmlage",
        "marcfargas",
        "migue56",
        "luisza",
        "rtubio",
        "alegambo",
        "mbourqui",
        "justelex",
        "miguelmendez17",
        "thierrybb",
        "poipoii"
    ]
}