API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2329/?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": 2329,
    "title": "django-tenant-schemas",
    "slug": "django-tenant-schemas",
    "last_updated": "2026-02-11T03:55:28-05:00",
    "last_fetched": "2026-02-15T17:19:37.937914-05:00",
    "repo_url": "https://github.com/bernardopires/django-tenant-schemas",
    "pypi_version": "2.0.0",
    "created": "2014-04-27T01:40:40.483660-04:00",
    "modified": "2026-01-28T14:16:09.006292-05:00",
    "repo_forks": 432,
    "repo_description": "Tenant support for Django using PostgreSQL schemas.",
    "pypi_url": "http://pypi.python.org/pypi/django-tenant-schemas",
    "documentation_url": "https://readthedocs.org/projects/django-tenant-schemas",
    "repo_watchers": 1511,
    "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,
        5,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2
    ],
    "participants": [
        "bernardopires",
        "goodtune",
        "kissgyorgy",
        "uadnan",
        "mcanaves",
        "acmeguy",
        "stephane",
        "tonyo",
        "Jorl17",
        "hubbubca",
        "tuttle",
        "bdauvergne",
        "jjimenezlopez",
        "mikicz",
        "rctay",
        "jacobh",
        "filipeximenes",
        "aniav",
        "caioariede",
        "chrisfranklin",
        "sandeepbol",
        "danh91",
        "Viatrak",
        "roelvdboom",
        "m4l",
        "anyefreer",
        "wm3ndez",
        "shabda",
        "nazarewk",
        "regolith",
        "g-as",
        "tgecho",
        "izimobil",
        "bufke",
        "msabramo",
        "elmarcoh",
        "mskrajnowski",
        "markkennedy",
        "matttheus",
        "MichaelAnckaert",
        "mrob11",
        "owais",
        "renika",
        "richardstephens",
        "slafs",
        "timgates42",
        "honur",
        "kosz85",
        "msamsu",
        "klynch",
        "juanvmarquezl",
        "john2x",
        "helenst",
        "Fitblip",
        "farooqaaa",
        "ebram96",
        "tpyo",
        "Copilot",
        "bjersey",
        "tonioo",
        "akama",
        "mav-erick"
    ]
}