API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3127/
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/257/",
        "https://djangopackages.org/api/v4/grids/167/",
        "https://djangopackages.org/api/v4/grids/218/",
        "https://djangopackages.org/api/v4/grids/293/"
    ],
    "id": 3127,
    "title": "django-crudbuilder",
    "slug": "django-crudbuilder",
    "last_updated": "2023-08-28T11:13:03-04:00",
    "last_fetched": "2026-02-15T04:05:43.575377-05:00",
    "repo_url": "https://github.com/asifpy/django-crudbuilder",
    "pypi_version": "0.2.8",
    "created": "2015-11-02T02:37:31.996542-05:00",
    "modified": "2026-01-28T16:58:52.223542-05:00",
    "repo_forks": 67,
    "repo_description": "Generic CRUD implementation in Django",
    "pypi_url": "http://pypi.python.org/pypi/django-crudbuilder",
    "documentation_url": "https://django-crudbuilder.readthedocs.org/en/latest/index.html",
    "repo_watchers": 196,
    "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": [
        "asifpy",
        "marcoshemann",
        "flaiming",
        "ebertti",
        "russell310",
        "tonimichel",
        "wadevries",
        "hsum",
        "cezar77",
        "Moring",
        "superkelvint",
        "paolodina",
        "gitter-badger",
        "westonplatter"
    ]
}