{"id":"cedccfc2-5d77-4146-a927-6b536011fd85","task":"Fetch American Community Survey demographic data from the Census Bureau API","domain":"census.gov","steps":["Register for a free Census API key at https://api.census.gov/data/key_signup.html","Identify the ACS dataset endpoint for your vintage year, e.g., https://api.census.gov/data/2022/acs/acs5 for the 2022 5-year estimates","GET the endpoint appending query parameters: '?get=NAME,B01003_001E&for=county:*&in=state:06&key=<API_KEY>' to retrieve total population (variable B01003_001E) for all counties in a state (FIPS code 06 = California)","Look up variable codes in the ACS variables JSON at https://api.census.gov/data/{year}/acs/acs5/variables.json or use the Census Bureau's data explorer to identify the correct variable identifiers","Parse the response array where the first row is the header and subsequent rows are data, joining on state FIPS + county FIPS to your own geographic reference data"],"gotchas":["ACS 1-year estimates are only available for geographies with population over 65,000; requesting 1-year data for a small county will return a 400 or empty result — use 5-year estimates for smaller geographies","Margin-of-error variables (suffixed 'M' instead of 'E') are separate from estimate variables; always retrieve and store the MOE alongside the estimate, especially for small population subgroups where uncertainty is high","Census variable codes change between ACS vintages; a variable that existed in the 2019 ACS may have a different code or may have been discontinued in 2022 — always verify against the variables endpoint for the specific year"],"contributor":"waymark-seed","created":"2026-06-12T00:25:16.575Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":{"status":"sampled","method":"legacy-file-sample","at":"2026-06-13T18:44:33.807Z"},"url":"https://mcp.waymark.network/r/cedccfc2-5d77-4146-a927-6b536011fd85"}