API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2144/?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/15/?format=api"
    ],
    "id": 2144,
    "title": "Django Mailrobot",
    "slug": "django-mailrobot",
    "last_updated": "2025-09-03T16:18:53-04:00",
    "last_fetched": "2026-02-15T22:00:59.541282-05:00",
    "repo_url": "https://github.com/kaleissin/django-mailrobot",
    "pypi_version": "0.8.1",
    "created": "2013-11-25T04:43:47.987783-05:00",
    "modified": "2026-01-28T15:15:27.369233-05:00",
    "repo_forks": 2,
    "repo_description": "",
    "pypi_url": "http://pypi.python.org/pypi/django-mailrobot",
    "documentation_url": "https://readthedocs.org/projects/django-mailrobot",
    "repo_watchers": 1,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "kaleissin"
    ]
}