API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3292/?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/177/?format=api"
    ],
    "id": 3292,
    "title": "fluentcms-emailtemplates",
    "slug": "fluentcms-emailtemplates",
    "last_updated": "2018-01-22T16:43:44-05:00",
    "last_fetched": "2026-02-15T22:04:09.813965-05:00",
    "repo_url": "https://github.com/django-fluent/fluentcms-emailtemplates",
    "pypi_version": "2.0",
    "created": "2016-05-04T07:24:30.757743-04:00",
    "modified": "2026-01-28T15:21:11.040922-05:00",
    "repo_forks": 0,
    "repo_description": "An email template system, that uses django-fluent-contents blocks to define the e-mail templates.",
    "pypi_url": "http://pypi.python.org/pypi/fluentcms-emailtemplates",
    "documentation_url": "",
    "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,
        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": [
        "vdboor",
        "bashu"
    ]
}