API endpoint that allows packages to be viewed or edited.

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

{
    "category": "https://djangopackages.org/api/v4/categories/1/",
    "grids": [
        "https://djangopackages.org/api/v4/grids/169/"
    ],
    "id": 2680,
    "title": "formunculous",
    "slug": "formunculous",
    "last_updated": "2017-03-11T20:39:38-05:00",
    "last_fetched": "2026-02-16T02:05:48.662432-05:00",
    "repo_url": "https://github.com/carsongee/formunculous",
    "pypi_version": "2.2.5",
    "created": "2014-12-05T07:18:21.863028-05:00",
    "modified": "2026-01-28T16:06:51.463634-05:00",
    "repo_forks": 0,
    "repo_description": "This is a Django based application for creating database backed or email forms. It features an innovative drag and drop interface for building forms, a workflow for reviewing forms, and infinite customization.",
    "pypi_url": "http://pypi.python.org/pypi/formunculous",
    "documentation_url": "http://formunculous.org/docs/",
    "repo_watchers": 10,
    "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": [
        "carsongee"
    ]
}