API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/327/?format=api"
    ],
    "id": 2937,
    "title": "Django Timezone Field",
    "slug": "django-timezone-field",
    "last_updated": "2025-12-06T18:45:28-05:00",
    "last_fetched": "2026-02-15T14:13:44.830750-05:00",
    "repo_url": "https://github.com/mfogel/django-timezone-field",
    "pypi_version": "7.2.1",
    "created": "2015-06-17T06:28:42.132818-04:00",
    "modified": "2026-01-28T13:44:06.883063-05:00",
    "repo_forks": 98,
    "repo_description": "A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects.",
    "pypi_url": "http://pypi.python.org/pypi/django-timezone-field",
    "documentation_url": "",
    "repo_watchers": 412,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        1,
        0,
        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,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "mfogel",
        "brosner",
        "dougn",
        "tkhyn",
        "cclauss",
        "kevin-brown",
        "thijstriemstra",
        "tim-schilling",
        "dependabot[bot]",
        "mpdaugherty",
        "gvangool",
        "justin-f-perez",
        "jeremystretch",
        "hrbonz",
        "sm-m-1",
        "medmunds",
        "mgorny",
        "eukreign",
        "knobix",
        "zemanel",
        "jezdez",
        "jtauber",
        "jameschristopher",
        "Siecje",
        "benjaminrigaud",
        "apenwarr",
        "azzy"
    ]
}