API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/951/?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": 951,
    "title": "django-mongoadmin",
    "slug": "django-mongoadmin",
    "last_updated": "2015-07-07T09:36:21-04:00",
    "last_fetched": "2025-01-23T16:48:11.597092-05:00",
    "repo_url": "https://github.com/jschrewe/django-mongoadmin",
    "pypi_version": "0.2",
    "created": "2011-10-05T12:49:31.730189-04:00",
    "modified": "2025-01-31T14:58:47.332876-05:00",
    "repo_forks": 38,
    "repo_description": "Integrates mongodb into django's admin",
    "pypi_url": "http://pypi.python.org/pypi/mongoadmin",
    "documentation_url": null,
    "repo_watchers": 113,
    "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": [
        "liluo",
        "mrTable",
        "Kostanos",
        "maikelwever",
        "olivierlefloch"
    ]
}