API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3761/?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/107/?format=api"
    ],
    "id": 3761,
    "title": "django-tinymce4-lite",
    "slug": "django-tinymce4-lite",
    "last_updated": "2020-04-11T05:37:40-04:00",
    "last_fetched": "2026-02-15T07:05:41.620836-05:00",
    "repo_url": "https://github.com/romanvm/django-tinymce4-lite",
    "pypi_version": "1.8.0",
    "created": "2017-03-14T12:38:06.249123-04:00",
    "modified": "2026-01-29T12:47:27.540635-05:00",
    "repo_forks": 46,
    "repo_description": "TinyMCE 4 editor widget for Django",
    "pypi_url": "http://pypi.python.org/pypi/django-tinymce4-lite",
    "documentation_url": "https://pythonhosted.org/django-tinymce4-lite/",
    "repo_watchers": 127,
    "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": [
        "romanvm",
        "thomwiggers",
        "rvanlaar",
        "bentrm",
        "Gagaro",
        "maqmigh",
        "se-bastiaan",
        "wpf500",
        "merwok"
    ]
}