API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/?format=api",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/?format=api",
        "https://djangopackages.org/api/v4/grids/89/?format=api"
    ],
    "id": 1370,
    "title": "django-whatever",
    "slug": "django-whatever",
    "last_updated": "2020-04-05T12:00:46-04:00",
    "last_fetched": "2026-02-16T00:01:46.484479-05:00",
    "repo_url": "https://github.com/coagulant/django-whatever",
    "pypi_version": "0.3.1",
    "created": "2012-07-11T18:52:15.705378-04:00",
    "modified": "2026-01-28T15:28:06.638241-05:00",
    "repo_forks": 20,
    "repo_description": "[Unmaintained] Unobtrusive test models  creation for django",
    "pypi_url": "http://pypi.python.org/pypi/django-whatever",
    "documentation_url": "https://pythonhosted.org/django-whatever/",
    "repo_watchers": 72,
    "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": [
        "kmmbvnr",
        "coagulant",
        "GeyseR",
        "lampslave",
        "sprymak",
        "abakar",
        "cheshire",
        "bartTC",
        "kmike"
    ]
}