API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/6023/?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/276/?format=api"
    ],
    "id": 6023,
    "title": "django-xformula",
    "slug": "django-xformula",
    "last_updated": "2026-02-13T13:39:44-05:00",
    "last_fetched": "2026-02-15T09:01:14.914074-05:00",
    "repo_url": "https://github.com/ertgl/django-xformula",
    "pypi_version": "0.1.3",
    "created": "2024-12-10T20:23:37.945157-05:00",
    "modified": "2026-01-29T12:49:35.538971-05:00",
    "repo_forks": 0,
    "repo_description": "A dynamic formula-to-Python and formula-to-SQL evaluator for Django applications.",
    "pypi_url": "https://pypi.org/project/django-xformula",
    "documentation_url": null,
    "repo_watchers": 2,
    "commits_over_52": [
        2,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        2,
        2,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        5,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        2,
        4
    ],
    "participants": [
        "ertgl",
        "dependabot[bot]"
    ]
}