API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/15/",
        "https://djangopackages.org/api/v4/grids/274/"
    ],
    "id": 6003,
    "title": "django-templated-email-md",
    "slug": "django-templated-email-md",
    "last_updated": "2025-10-27T16:25:38-04:00",
    "last_fetched": "2026-02-16T00:01:20.518010-05:00",
    "repo_url": "https://github.com/OmenApps/django-templated-email-md",
    "pypi_version": "2025.10.2",
    "created": "2024-10-23T23:00:16.248656-04:00",
    "modified": "2026-01-28T15:27:19.269486-05:00",
    "repo_forks": 1,
    "repo_description": "An extension for django-templated-email for creating emails with Markdown",
    "pypi_url": "https://pypi.org/project/django-templated-email-md",
    "documentation_url": "https://django-templated-email-md.readthedocs.io",
    "repo_watchers": 35,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        1,
        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,
        12,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jacklinke"
    ]
}