API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2717/?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/102/?format=api"
    ],
    "id": 2717,
    "title": "django-oml",
    "slug": "django-oml",
    "last_updated": "2015-08-21T16:17:28-04:00",
    "last_fetched": "2026-02-15T09:09:10.409894-05:00",
    "repo_url": "https://github.com/routeatlas/django-oml",
    "pypi_version": "0.0.3",
    "created": "2015-01-02T10:27:53.963344-05:00",
    "modified": "2026-01-28T13:00:32.435506-05:00",
    "repo_forks": 0,
    "repo_description": "Object Moderation Layer",
    "pypi_url": "http://pypi.python.org/pypi/django-oml",
    "documentation_url": "",
    "repo_watchers": 13,
    "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": [
        "angvp",
        "bitdeli-chef"
    ]
}