API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5781/
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/437/"
    ],
    "id": 5781,
    "title": "django-db-views",
    "slug": "django-db-views",
    "last_updated": "2025-11-02T15:39:01-05:00",
    "last_fetched": "2026-02-15T17:21:06.013048-05:00",
    "repo_url": "https://github.com/BezBartek/django-db-views",
    "pypi_version": "0.1.14",
    "created": "2023-10-05T05:29:26.579878-04:00",
    "modified": "2026-01-28T14:17:40.472174-05:00",
    "repo_forks": 18,
    "repo_description": "Creating automatic migrations for Views models witch working reverse and full command options like in normal makemigrations",
    "pypi_url": "https://pypi.org/project/django-db-views",
    "documentation_url": "https://github.com/BezBartek/django-db-views/blob/master/README.md",
    "repo_watchers": 76,
    "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,
        1,
        2,
        0,
        0,
        0,
        0,
        1,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "BezBartek",
        "mitya57",
        "Skylude",
        "maniek2332",
        "LECbg",
        "kigawas",
        "stefanofusai",
        "tfeldmann",
        "andrew-cybsafe",
        "oOkeOo"
    ]
}