API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/73/?format=api",
        "https://djangopackages.org/api/v4/grids/440/?format=api"
    ],
    "id": 6287,
    "title": "djangocms-katex",
    "slug": "djangocms-katex",
    "last_updated": "2026-02-02T13:57:02-05:00",
    "last_fetched": "2026-02-15T22:02:13.302246-05:00",
    "repo_url": "https://github.com/fsbraun/djangocms-katex",
    "pypi_version": "1.0.1",
    "created": "2026-02-10T16:04:04.745667-05:00",
    "modified": "2026-02-10T16:04:47.965313-05:00",
    "repo_forks": 1,
    "repo_description": "Provides a django CMS plugin to render formulae using the LaTeX language",
    "pypi_url": "https://pypi.org/project/djangocms-katex/",
    "documentation_url": null,
    "repo_watchers": 4,
    "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,
        8,
        2,
        0,
        2,
        2,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        2,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        1,
        0,
        1,
        0
    ],
    "participants": [
        "fsbraun",
        "dependabot[bot]",
        "pre-commit-ci[bot]"
    ]
}