API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/129/
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/310/"
    ],
    "id": 129,
    "title": "django-dbtemplates",
    "slug": "django-dbtemplates",
    "last_updated": "2025-06-17T19:38:05-04:00",
    "last_fetched": "2026-02-15T18:11:07.820890-05:00",
    "repo_url": "https://github.com/jezdez/django-dbtemplates",
    "pypi_version": "4.0",
    "created": "2010-08-21T15:39:25.985811-04:00",
    "modified": "2026-01-28T14:31:05.727407-05:00",
    "repo_forks": 153,
    "repo_description": "Django template loader for database stored templates with extensible cache backend",
    "pypi_url": "http://pypi.python.org/pypi/django-dbtemplates",
    "documentation_url": "https://readthedocs.org/projects/django-dbtemplates/",
    "repo_watchers": 260,
    "commits_over_52": [
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        10,
        0,
        1,
        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,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "jezdez",
        "michaelkuty",
        "mpasternak",
        "blag",
        "hugovk",
        "eprikazc",
        "bmihelac",
        "kmooney",
        "wsantos",
        "nschlemm",
        "matthiask",
        "markstahler",
        "jayvdb",
        "svetlyak40wt",
        "speijnik",
        "alekam",
        "barseghyanartur",
        "guettli",
        "kviktor",
        "kbhalerao",
        "mdorn",
        "paulgueltekin",
        "philippeowagner",
        "selwin",
        "kangfend",
        "szelga",
        "dfalk",
        "olivergeorge",
        "lchojnacki",
        "jurecuhalev",
        "jazzband-bot",
        "jnns",
        "GigiusB",
        "eculver",
        "diegobz",
        "dpaccoud",
        "alex",
        "flashingpumpkin"
    ]
}