API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/161/?format=api",
        "https://djangopackages.org/api/v4/grids/14/?format=api"
    ],
    "id": 6308,
    "title": "django-paradedb",
    "slug": "django-paradedb",
    "last_updated": "2026-05-21T15:36:09-04:00",
    "last_fetched": "2026-05-26T11:08:20.758481-04:00",
    "repo_url": "https://github.com/paradedb/django-paradedb",
    "pypi_version": "0.8.0",
    "created": "2026-03-09T10:26:57.619432-04:00",
    "modified": "2026-03-17T16:17:38.397409-04:00",
    "repo_forks": 3,
    "repo_description": "Official extension to Django for use with ParadeDB",
    "pypi_url": "https://pypi.org/project/django-paradedb/",
    "documentation_url": "https://docs.paradedb.com",
    "repo_watchers": 60,
    "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,
        6,
        5,
        9,
        13,
        6,
        18,
        9,
        12,
        6,
        2,
        3,
        4,
        4,
        3,
        1,
        3,
        1,
        9
    ],
    "participants": [
        "philippemnoel",
        "ankitml",
        "isaacvando",
        "rebasedming",
        "dependabot[bot]",
        "Cruel"
    ]
}