API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/5763/?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/97/?format=api"
    ],
    "id": 5763,
    "title": "Django Filtered Model Formset Tables",
    "slug": "django-fmft",
    "last_updated": "2024-01-14T16:36:01-05:00",
    "last_fetched": "2026-02-15T21:07:06.314050-05:00",
    "repo_url": "https://github.com/powderflask/django-fmft",
    "pypi_version": "0.3.3",
    "created": "2023-09-04T21:35:39.441720-04:00",
    "modified": "2026-01-28T15:13:15.805231-05:00",
    "repo_forks": 2,
    "repo_description": "Django Filtered-Model-Formset-Tables: a collection of reusable Class-Based Views that integrate django-filter and django-tables2 with model formsets.",
    "pypi_url": "https://pypi.org/project/django-fmft",
    "documentation_url": "https://django-fmft.readthedocs.io/",
    "repo_watchers": 8,
    "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": [
        "powderflask",
        "JacobTumak"
    ]
}