API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3207/?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/15/?format=api"
    ],
    "id": 3207,
    "title": "django-email-log",
    "slug": "django-email-log",
    "last_updated": "2025-08-14T19:15:17-04:00",
    "last_fetched": "2026-02-15T18:11:10.569843-05:00",
    "repo_url": "https://github.com/treyhunner/django-email-log",
    "pypi_version": "1.5.0",
    "created": "2016-02-09T05:15:02.315048-05:00",
    "modified": "2026-01-28T14:31:10.865845-05:00",
    "repo_forks": 30,
    "repo_description": "Django email backend that logs all emails",
    "pypi_url": "http://pypi.python.org/pypi/django-email-log",
    "documentation_url": "",
    "repo_watchers": 44,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        7,
        12,
        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": [
        "treyhunner",
        "spapas",
        "blag",
        "vanya909",
        "jnns",
        "asilachev",
        "kezabelle",
        "bernd-wechner",
        "craiga",
        "joshkel",
        "movermeyer"
    ]
}