State Summaries returns state-level summary data in a single GET request. Send an optional limit query parameter to control how many records you receive, up to 100.
Use State Summaries when you need a compact list of geographic or demographic reference data for a dashboard, selector, report, or internal lookup.The response contains the number of returned state summaries, a list of state summary records, and attribution information.
Because the endpoint is designed around summary records, it fits cases where you want a lightweight state dataset rather than a full detail feed. For example, you can populate a dropdown, prefill analytics filters, or cache a small set of state summaries for repeated reads.
The API keeps the request simple: no body, just an optional limit in the query string. That makes State Summaries easy to integrate into read-heavy applications that need a basic state reference endpoint.
GET
State summaries
http://localhost:8080/dosvak/state-summaries
QUICKSTART
GUIDE
Quickstart
Fetch the state summaries list with the default page size.
curl -X GET "http://localhost:8080/dosvak/state-summaries?limit=100" \
-H "apy-token: $APY_TOKEN"
What you'll get back
Returns a JSON object containing the number of state summaries, a list of state summary records, and attribution details.