API endpoint that allows packages to be viewed or edited.

GET /api/v4/packages/3252/?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/226/?format=api",
        "https://djangopackages.org/api/v4/grids/236/?format=api",
        "https://djangopackages.org/api/v4/grids/257/?format=api"
    ],
    "id": 3252,
    "title": "XLSForm Converter",
    "slug": "xlsform-converter",
    "last_updated": "2025-10-30T15:27:34-04:00",
    "last_fetched": "2026-02-16T00:01:03.599292-05:00",
    "repo_url": "https://github.com/wq/xlsform-converter",
    "pypi_version": "2.0.1",
    "created": "2016-03-22T21:52:49.826654-04:00",
    "modified": "2026-01-28T15:26:49.075713-05:00",
    "repo_forks": 5,
    "repo_description": "💡📋 xlsconv: Command-line tool to convert questionnaires from Open Data Kit's XLSForm format into Django models and HTML (for use with https://wq.io/)",
    "pypi_url": "http://pypi.python.org/pypi/xlsconv",
    "documentation_url": "https://wq.io/",
    "repo_watchers": 22,
    "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,
        1,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0,
        0
    ],
    "participants": [
        "sheppard"
    ]
}