API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/4/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/25/"
    ],
    "id": 2190,
    "title": "django-juno-testrunner",
    "slug": "django-juno-testrunner",
    "last_updated": "2020-08-01T05:09:44-04:00",
    "last_fetched": "2026-02-16T01:05:26.398818-05:00",
    "repo_url": "https://github.com/YunoJuno/django-juno-testrunner",
    "pypi_version": "0.4.1",
    "created": "2014-01-16T11:40:50.672487-05:00",
    "modified": "2026-01-28T15:55:41.690104-05:00",
    "repo_forks": 9,
    "repo_description": "A more useful (and slightly more glamorous) test runner for Django 1.6+ from the folks at YunoJuno",
    "pypi_url": "http://pypi.python.org/pypi/django-juno-testrunner",
    "documentation_url": "https://github.com/YunoJuno/django-juno-testrunner/blob/master/README.rst",
    "repo_watchers": 7,
    "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": [
        "hugorodgerbrown",
        "Geekfish",
        "tomwardill",
        "gergelypolonkai",
        "stevejalim"
    ]
}