API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/12/",
        "https://djangopackages.org/api/v4/grids/78/"
    ],
    "id": 40,
    "title": "Django-nonrel MongoDB Engine",
    "slug": "mongodb-engine",
    "last_updated": "2015-07-12T13:25:44-04:00",
    "last_fetched": "2026-02-15T20:00:57.797848-05:00",
    "repo_url": "https://github.com/django-nonrel/mongodb-engine",
    "pypi_version": "0.6.0",
    "created": "2010-08-17T17:15:03.230941-04:00",
    "modified": "2026-01-28T14:51:07.932600-05:00",
    "repo_forks": 211,
    "repo_description": "Django MongoDB Backend",
    "pypi_url": "http://pypi.python.org/pypi/django-mongodb-engine",
    "documentation_url": "http://django-mongodb-engine.readthedocs.org",
    "repo_watchers": 870,
    "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": [
        "jonashaag",
        "flaper87",
        "wrwrwr",
        "aburgel",
        "charettes",
        "emperorcezar",
        "r4fek",
        "Alir3z4",
        "bpedman",
        "key",
        "endyman",
        "anemitz",
        "bhomnick",
        "dconlon",
        "dduong42",
        "dillongreen",
        "mgmtech",
        "bikeshedder",
        "rozza",
        "silas",
        "theikkila",
        "smacker"
    ]
}