API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/2655/
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/",
        "https://djangopackages.org/api/v4/grids/324/"
    ],
    "id": 2655,
    "title": "form_designer",
    "slug": "form_designer",
    "last_updated": "2026-01-15T04:38:21-05:00",
    "last_fetched": "2026-02-15T18:15:46.817336-05:00",
    "repo_url": "https://github.com/feincms/form-designer",
    "pypi_version": "0.27.2",
    "created": "2014-11-07T03:48:08.517392-05:00",
    "modified": "2026-01-28T14:36:27.608703-05:00",
    "repo_forks": 31,
    "repo_description": "A simple form designer for Django",
    "pypi_url": "http://pypi.python.org/pypi/form_designer",
    "documentation_url": "https://readthedocs.org/projects/form_designer",
    "repo_watchers": 76,
    "commits_over_52": [
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        0,
        1,
        0,
        0,
        0,
        3,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        2,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "matthiask",
        "DrMeers",
        "michaelkuty",
        "jphalip",
        "benzkji",
        "mjl",
        "sspross",
        "yoshson",
        "pre-commit-ci[bot]",
        "valmynd",
        "schuerpf",
        "fabiangermann",
        "indexofire",
        "tomvanderlee"
    ]
}