API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/326/?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/78/?format=api"
    ],
    "id": 326,
    "title": "django-mongokit",
    "slug": "django-mongokit",
    "last_updated": "2017-11-20T10:11:44-05:00",
    "last_fetched": "2026-02-15T22:02:53.265473-05:00",
    "repo_url": "https://github.com/peterbe/django-mongokit",
    "pypi_version": "0.2.6",
    "created": "2010-09-13T03:22:52.813665-04:00",
    "modified": "2026-01-28T15:18:43.774339-05:00",
    "repo_forks": 20,
    "repo_description": "Bridging Django to MongoDB with the MongoKit ODM (Object Document Mapper)",
    "pypi_url": "http://pypi.python.org/pypi/django-mongokit",
    "documentation_url": null,
    "repo_watchers": 122,
    "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": [
        "peterbe",
        "shenqihui",
        "egguy",
        "gabesmed",
        "msabramo",
        "patrickcjh",
        "kiowa",
        "arpithpm",
        "llonchj",
        "petry"
    ]
}