API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/2/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/227/?format=api"
    ],
    "id": 2076,
    "title": "djangothis",
    "slug": "djangothis",
    "last_updated": "2015-03-10T09:44:32-04:00",
    "last_fetched": "2026-05-26T18:06:25.290068-04:00",
    "repo_url": "https://github.com/amitu/djangothis",
    "pypi_version": "0.9",
    "created": "2013-10-24T11:33:12.657722-04:00",
    "modified": "2026-01-28T15:18:17.665776-05:00",
    "repo_forks": 2,
    "repo_description": "SimpleHTTPServer with Django steroids",
    "pypi_url": "http://pypi.python.org/pypi/djangothis",
    "documentation_url": "",
    "repo_watchers": 49,
    "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,
        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": [
        "areski",
        "streeter"
    ]
}