API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/78/?format=api"
    ],
    "id": 752,
    "title": "django-mongoforms",
    "slug": "django-mongoforms",
    "last_updated": "2013-02-28T10:11:28-05:00",
    "last_fetched": "2026-02-15T07:03:25.276242-05:00",
    "repo_url": "https://github.com/stephrdev/django-mongoforms",
    "pypi_version": "0.3.1",
    "created": "2011-04-13T14:03:14.475042-04:00",
    "modified": "2026-01-29T12:43:42.206439-05:00",
    "repo_forks": 28,
    "repo_description": "A Django-ModelForm clone for mongoengine",
    "pypi_url": "http://pypi.python.org/pypi/django-mongoforms",
    "documentation_url": null,
    "repo_watchers": 103,
    "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": [
        "lig",
        "stephrdev",
        "flashingpumpkin",
        "flosch",
        "alefnula",
        "Azd325"
    ]
}