Gets data from the StateBook platform

GET /api/v1/getdata?auth=demo&data=dem.acs.pop.total.val&geo=city:burlington-vt
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "resultset": {
        "geography": "city:burlington-vt",
        "data": [
            {
                "datapoint": "dem.acs.pop.total.val",
                "period": "2023",
                "source": "acs5",
                "value": 44649
            }
        ]
    },
    "status": {
        "id": "c567a70c-0965-4691-9178-b68687ac57d4",
        "timestamp": "2025-04-23T04:47:55.337421Z",
        "version": "1.0.0",
        "license": "The data returned from this StateBook Data API call is restricted and may only be used in accordance with the terms of a current and valid StateBook Data API license. Any other use is strictly prohibited.",
        "elapsed": 0.034
    }
}