API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/807/?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/243/?format=api"
    ],
    "id": 807,
    "title": "django-hosts",
    "slug": "django-hosts",
    "last_updated": "2025-12-10T14:17:33-05:00",
    "last_fetched": "2026-02-15T17:01:54.948640-05:00",
    "repo_url": "https://github.com/jazzband/django-hosts",
    "pypi_version": "7.0.0",
    "created": "2011-06-01T14:58:08.787242-04:00",
    "modified": "2026-01-28T13:59:24.796042-05:00",
    "repo_forks": 107,
    "repo_description": "Dynamic and static host resolving for Django. Maps hostnames to URLconfs.",
    "pypi_url": "http://pypi.python.org/pypi/django-hosts",
    "documentation_url": "https://readthedocs.org/projects/django-hosts/",
    "repo_watchers": 1052,
    "commits_over_52": [
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        3,
        2,
        0,
        1,
        7,
        0,
        0,
        1,
        0,
        8,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jezdez",
        "timgraham",
        "lamby",
        "ulgens",
        "hramezani",
        "bretth",
        "browniebroke",
        "philipn",
        "pre-commit-ci[bot]",
        "bak1an",
        "mvantellingen",
        "charettes",
        "stianjensen",
        "mikemanger",
        "max-muoto",
        "ddabble",
        "jazzband-bot",
        "MikeVL",
        "MarkusH",
        "LeMinaw",
        "justinvelluppillai",
        "joshuadavidthomas",
        "jefftriplett",
        "avilaton",
        "apollo13",
        "smithdc1",
        "bashu",
        "an7oine",
        "andriyor",
        "adamchainz"
    ]
}