API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3194/?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/25/?format=api"
    ],
    "id": 3194,
    "title": "django-functest",
    "slug": "django-functest",
    "last_updated": "2025-12-04T11:26:42-05:00",
    "last_fetched": "2026-02-15T19:04:41.932219-05:00",
    "repo_url": "https://github.com/django-functest/django-functest",
    "pypi_version": "1.6.2",
    "created": "2016-01-29T09:03:49.657245-05:00",
    "modified": "2026-01-28T14:41:40.687331-05:00",
    "repo_forks": 11,
    "repo_description": "Helpers for creating high-level functional tests in Django, with a unified API for WebTest and Selenium tests.",
    "pypi_url": "http://pypi.python.org/pypi/django-functest",
    "documentation_url": "http://django-functest.readthedocs.org/en/stable/",
    "repo_watchers": 131,
    "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,
        6,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        4,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "spookylukey",
        "duncanjbrown",
        "rsalmaso",
        "vishalsodani"
    ]
}