{"openapi":"3.1.0","info":{"title":"Live or Die Here public data API","version":"1.0","summary":"State and county figures for people deciding where in the US to live.","description":"Read-only JSON over the same county and state data the site renders: income, home values, rent, property tax, crime, life expectancy, schools, climate, broadband, politics and more for 3,143 US counties, plus tax and law profiles for the 50 states, DC and 5 territories. Every figure comes from a named public source and the year it describes; the county field catalog (213 fields, each with its source) is under x-county-fields below and in plain English at https://liveordiehere.com/for-ai. No key, no account. Free to use with a link to liveordiehere.com.","termsOfService":"https://liveordiehere.com/terms","contact":{"name":"Live or Die Here","url":"https://liveordiehere.com/contact"},"license":{"name":"Free to use with a link to liveordiehere.com","url":"https://liveordiehere.com/terms"},"x-attribution":"Free to use with a link to liveordiehere.com. Underlying government data is public domain; credit the source agency named on each figure."},"x-llms-txt":"https://liveordiehere.com/llms.txt","x-mcp":{"url":"https://liveordiehere.com/mcp","transport":"streamable-http","auth":"none","tools":["list_fields","search_counties","get_county","get_state","rank_counties","rank_states"]},"x-documentation":"https://liveordiehere.com/for-ai","externalDocs":{"description":"How to cite a figure, URL patterns and worked examples","url":"https://liveordiehere.com/for-ai"},"servers":[{"url":"https://liveordiehere.com"}],"security":[],"tags":[{"name":"index","description":"Discover the API"},{"name":"county","description":"3,143 US counties by 5-digit FIPS"},{"name":"state","description":"50 states, DC and 5 territories by postal abbreviation"}],"paths":{"/api/v1":{"get":{"tags":["index"],"operationId":"getIndex","summary":"API index","description":"Version string and the two primary lookup patterns. Static; safe to cache.","responses":{"200":{"description":"Index","content":{"application/json":{"schema":{"type":"object","required":["version","endpoints"],"properties":{"version":{"type":"string","const":"1.0"},"endpoints":{"type":"object","properties":{"county":{"type":"string","const":"/api/v1/county/[fips]"},"state":{"type":"string","const":"/api/v1/state/[abbr]"}}}}},"example":{"version":"1.0","endpoints":{"county":"/api/v1/county/[fips]","state":"/api/v1/state/[abbr]"}}}}}}}},"/api/v1/county/{fips}":{"get":{"tags":["county"],"operationId":"getCounty","summary":"One county by 5-digit FIPS","description":"The full county record: every field in the county catalog (x-county-fields) that the source reports for this county, plus Zillow market figures where Zillow covers the county. Two sources are fetched in parallel; `meta.sources` lists which answered (`dataspine`, `zillow_db`). 404 only when both return nothing. Cached 24 hours.","parameters":[{"name":"fips","in":"path","required":true,"description":"5-digit county FIPS code, e.g. 48201 for Harris County, Texas. Anything that is not exactly 5 digits is a 400.","schema":{"type":"string","pattern":"^\\d{5}$"},"example":"48201"}],"responses":{"200":{"description":"County record","content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountyResponse"}}}},"400":{"description":"FIPS is not 5 digits (`Invalid FIPS code`)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"404":{"description":"No source has this county (`County not found`)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/api/v1/county/all":{"get":{"tags":["county"],"operationId":"getAllCounties","summary":"One or more fields for every county, as columns","description":"Columnar dump of every row in the county cache (about 3,200: the counties, DC, and Connecticut planning regions, as stored). Arrays are index-aligned: `fips[i]`, `names[i]`, `states[i]`, `population[i]` and `columns.<field>[i]` describe the same county. Names have the state stripped (`Harris County`, not `Harris County, Texas`). Values are sanitized the same way the site displays them: anything outside a field's plausible range is null. Ask only for the columns you need; each column is roughly 30 KB gzipped. Served with `Cache-Control: public, s-maxage=43200, stale-while-revalidate=86400`.","parameters":[{"name":"fields","in":"query","required":true,"description":"Comma-separated county field names from x-county-fields (camelCase, e.g. medianIncome,homeValue). Required. At most 12 per request. Any unknown name fails the whole request with 400.","schema":{"type":"string"},"example":"medianIncome,homeValue","x-max-fields":12,"x-allowed-values":["unemploymentBls","medianIncome","povertyRate","unemployment","gdpPerCapita","federalSpendingPerCapita","medianEarnings","pctProfessional","avgAGI","avgCreditScore","pctWorkFromHome","pctUnder18","pctSingleHouseholds","creditFinanceCount","homeValue","medianHomeValueCensus","rent","propertyTaxRate","propertyTaxAmt","buildingPermitsSF","buildingPermitsTotal","medianYearBuilt","housingPctPost2010","housingPctPre1940","housingVacancyRate","redfinMedianDom","redfinSaleToList","redfinMonthsSupply","redfinSoldAboveList","mathScore","readingScore","hsDiplomaCount","bachelorsCount","hsCompletionPct","perPupilSpend","crimeRate","firearmFatalityRate","homicideRate","drugOverdoseRate","trafficFatalities","lifeExpectancy","hospitalRating","foodInsecurityPct","foodEnvironmentIndex","restaurantsPer1000","hpsaPrimaryCare","hpsaMentalHealth","hpsaDental","healthcareShortageComposite","healthcareOfficeCount","childcareCostBurden","childcareCentersRate","amenityScale","sunScore","winterWarmth","avgTempF","avgMaxTempF","avgMinTempF","medianAqi","daysGoodAir","daysUnhealthy","annualPrecipitation","stormEventsAvg","stormDamageAvg","daysOzone","droughtIndex","downloadMbps","uploadMbps","fixedDownload2026","mobileDownload2026","mobileUpload2026","mobileLatency2026","broadband100MbpsPct","workFromHomeCount","commutePublicTransit","commuteWalk","commuteLong","domesticMigrationNet","irsMigrationNet","irsMigrationWealthPremium","incomeMobilityP25","voterTurnoutPct","volunteeringRate","incomeInequality","nonprofitCount","usdaFarmCount","usdaFarmlandAcres","evChargingStations","evFastChargers","evLevel2Chargers","heatingDegreeDays","coolingDegreeDays","hddNormal","cddNormal","npsUnits","nrhpProperties","faaAirportCount","faaAirportsOnly","breweryCount","microbreweryCount","brewpubCount","collegeCount","nursingCareCount","groceryStoreCount","artsEntertainmentCount","accommodationCount","recreationEstabCount","professionalServicesCount","avgMortgageBalance","avgStudentLoanBalance","avgCreditCardBalance","delinquencyRate","inventorRatePct","tornadoAvgAnnual","floodEventsAvg","hailEventsAvg","hurricaneEventsAvg","wildfireEventsAvg","winterStormAvg","heatEventsAvg","avgCommuteMins","rentStudio","rent2BR","rent3BR","monthlyOwnerCosts","pctRentBurdened","pctMortgageBurdened","pctHousingCostBurdened","income20thPct","income80thPct","income95thPct","pctBachelorOrHigher","pctLessThanHS","pctKnowledgeEconomy","dependencyRatio","medicarePerCapita","ssBenefitsPerCapita","pctVeterans","pctMarried","pctNeverMarried","pctDivorced","religiousOrgCount","brfssObesityPct","brfssSmokingPct","brfssPoorHealthPct","brfssPhysicalInactivity","brfssHighBP","childcareCount","privateSchoolCount","veterinaryCount","realEstateCount","medianHHIWhite","medianHHIBlack","medianHHIHispanic","povertyRateBlack","povertyRateHispanic","educationWagePremium","earningsBachelors","earningsGraduate","earningsHSDiploma","pctPublicAssistance","housingPer1000","racialIncomeGapRatio","racialPovertyGapRatio","pctMovedFromDiffState","pctMovedFromAbroad","pctBikeCommute","pctWalkCommute","pctCellularOnly","museumCount","pctAsian","pctNativeAmerican","politicalMargin","fmr2BR","hpiAnnualChange","homeValueToIncome","costBurdenedOver50","homeownershipPct","zillowMedianSalePrice","zillowPriceCutPct","nriRiskScore","nriResilience","disasterDeclarations","pm25","sviOverall","overdoseDeathRate2024","suicideRate","physiciansActive","nursingHomeRating","medicareErVisits","medicareCostPerBeneficiary","uninsuredUnder65","depressionPct","fixedUpload2026","avgAnnualWage","professionalLq","popGrowthRate","socialAssociations","fedJobs","fedJobShare","fedResidentShare","fedCivilianEarningsShare","contractObligations","contractToWages","contractTopAwardShare","oilGasJobShare","oilGasJobs","oilGasEarningsShare","aiExposureIndex","computerMathShare","plannedGenerationMw","hostingEstablishments","hostingEmployment"]}],"responses":{"200":{"description":"Column arrays","headers":{"Cache-Control":{"schema":{"type":"string"},"description":"public, s-maxage=43200, stale-while-revalidate=86400"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountyColumnsResponse"}}}},"400":{"description":"`fields is required`, `at most 12 fields per request`, or `unknown fields: ...`","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/api/v1/county/by-state/{fips}":{"get":{"tags":["county"],"operationId":"getCountiesByState","summary":"Every cached county in one state","description":"All rows in the county cache for a state, as stored: each row carries `fips`, `geoId`, `name` (with the state suffix), `stateName`, `stateAbbr`, `population`, `ingestedAt` and the full `data` record keyed by county field name. Unlike /county/all, `data` here is the raw stored record, not range-sanitized. One database query, no upstream calls. Served with `Cache-Control: public, s-maxage=43200, stale-while-revalidate=86400`.","parameters":[{"name":"fips","in":"path","required":true,"description":"2-digit state FIPS code, e.g. 48 for Texas, 06 for California, 11 for DC.","schema":{"type":"string","pattern":"^\\d{2}$"},"example":"48"}],"responses":{"200":{"description":"County rows","headers":{"Cache-Control":{"schema":{"type":"string"},"description":"public, s-maxage=43200, stale-while-revalidate=86400"}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CountiesByStateResponse"}}}},"400":{"description":"`fips must be a 2-digit string` or `Unknown state FIPS`","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/api/v1/county/filter":{"post":{"tags":["county"],"operationId":"filterCounties","summary":"Counties matching numeric thresholds","description":"Find counties where every filter holds (filters are ANDed), optionally inside one state, and get back the requested attribute slugs for each match. This endpoint queries the upstream data spine on each call, so it is rate limited: 10 requests per minute per IP, 429 with `Retry-After` and `X-RateLimit-Remaining` headers when exceeded. `limit` defaults to 50 and is clamped to 1..200. Only these 11 attribute slugs are accepted, for both filters and returned slugs: median_household_income, zhvi_county, median_rent_2br, chr_violent_crime_rate, chr_life_expectancy, chr_math_scores, cms_hospital_avg_star_rating, ookla_avg_download_mbps, noaa_avg_temp_f, presidential_margin_2024, chr_childcare_cost_burden_pct. Note these are source slugs (snake_case), not the camelCase field names used by the GET endpoints.","x-rate-limit":{"requests":10,"windowSeconds":60,"per":"ip"},"requestBody":{"required":true,"content":{"application/json":{"schema":{"$ref":"#/components/schemas/FilterRequest"},"example":{"filters":[{"attribute":"chr_life_expectancy","operator":"gte","value":80}],"stateFips":"48","slugs":["chr_life_expectancy","median_household_income"],"limit":25}}}},"responses":{"200":{"description":"Matching counties","content":{"application/json":{"schema":{"$ref":"#/components/schemas/FilterResponse"}}}},"400":{"description":"`At least one filter required`, `Invalid operator: ...`, `'between' operator requires value2`, `Invalid attribute: ...`, `Invalid slug: ...`, or `stateFips must be a 2-digit string`","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"429":{"description":"Rate limit exceeded (10 per minute per IP)","headers":{"Retry-After":{"schema":{"type":"integer"},"description":"Seconds until the window resets"},"X-RateLimit-Remaining":{"schema":{"type":"integer"}}},"content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}},"500":{"description":"Upstream failure (`Internal error`)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}},"/api/v1/state/{abbr}":{"get":{"tags":["state"],"operationId":"getState","summary":"One state, DC or territory by postal abbreviation","description":"The state profile the site renders: `staticData` holds taxes (income, property, sales, retirement, estate, capital gains), politics, gun laws, cost of living and, for states, crime, healthcare, education, housing, transportation, childcare, utilities, social policy, environment and more. `attrs` adds 26 enrichment figures (graduation rate, electricity rate, renewable share, food insecurity, voter turnout, job openings rate and others) or is null if that source did not answer. `meta.sources` lists what answered: `static` always, then `dataspine_profile` and `dataspine_attrs`. Case-insensitive. Cached 1 hour.","parameters":[{"name":"abbr","in":"path","required":true,"description":"Two-letter postal abbreviation: 50 states, DC, and the territories PR, GU, VI, AS, MP.","schema":{"type":"string","pattern":"^[A-Za-z]{2}$"},"example":"TX"}],"responses":{"200":{"description":"State profile","content":{"application/json":{"schema":{"$ref":"#/components/schemas/StateResponse"}}}},"404":{"description":"Unknown abbreviation (`State not found`)","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Error"}}}}}}}},"components":{"schemas":{"Error":{"type":"object","required":["error"],"properties":{"error":{"type":"string"}}},"CountyData":{"type":"object","description":"Flat record keyed by county field name (camelCase). Each value is a number or null; null means the source does not report it for this county or the value fell outside the plausible range. The 213 keys, with label, section, unit and source, are listed under x-county-fields at the top level of this document.","additionalProperties":{"type":["number","null"]}},"CountyResponse":{"type":"object","required":["fips","name","stateName","data","zillow","meta"],"properties":{"fips":{"type":"string","pattern":"^\\d{5}$"},"name":{"type":["string","null"],"description":"County name as the source reports it, e.g. Harris County, Texas"},"stateName":{"type":["string","null"],"description":"Filled from Zillow when present; may be null"},"data":{"oneOf":[{"$ref":"#/components/schemas/CountyData"},{"type":"null"}]},"zillow":{"type":["object","null"],"description":"Zillow Research county figures; null when Zillow does not cover the county","properties":{"zhvi":{"type":["number","null"],"description":"Zillow Home Value Index, dollars"},"zori":{"type":["number","null"],"description":"Zillow Observed Rent Index, dollars per month"},"medianSalePrice":{"type":["number","null"]},"inventory":{"type":["number","null"]},"newListings":{"type":["number","null"]},"priceCutPct":{"type":["number","null"]},"saleToList":{"type":["number","null"]},"pctSoldAboveList":{"type":["number","null"]},"daysToClose":{"type":["number","null"]}}},"meta":{"type":"object","required":["sources","fetchedAt","fips"],"properties":{"sources":{"type":"array","items":{"type":"string","enum":["dataspine","zillow_db"]}},"fetchedAt":{"type":"string","format":"date-time"},"fips":{"type":"string"}}}}},"CountyColumnsResponse":{"type":"object","required":["count","fips","names","states","population","columns"],"properties":{"count":{"type":"integer","description":"Number of counties; every array below has this length"},"fips":{"type":"array","items":{"type":"string"}},"names":{"type":"array","items":{"type":"string"},"description":"County name without the state suffix"},"states":{"type":"array","items":{"type":"string"},"description":"Two-letter state abbreviation"},"population":{"type":"array","items":{"type":["number","null"]}},"columns":{"type":"object","description":"One array per requested field, in the order requested, index-aligned with fips","additionalProperties":{"type":"array","items":{"type":["number","null"]}}}}},"CountyCacheRow":{"type":"object","required":["fips","data"],"properties":{"fips":{"type":"string","pattern":"^\\d{5}$"},"geoId":{"type":["string","null"],"description":"Upstream geography id"},"name":{"type":["string","null"],"description":"County name with state suffix, e.g. Harris County, Texas"},"stateName":{"type":["string","null"]},"stateAbbr":{"type":["string","null"]},"data":{"$ref":"#/components/schemas/CountyData"},"population":{"type":["integer","null"]},"ingestedAt":{"type":["string","null"],"format":"date-time","description":"When this row was last written"}}},"CountiesByStateResponse":{"type":"object","required":["counties","count"],"properties":{"counties":{"type":"array","items":{"$ref":"#/components/schemas/CountyCacheRow"}},"count":{"type":"integer"}}},"Filter":{"type":"object","required":["attribute","operator","value"],"properties":{"attribute":{"type":"string","enum":["median_household_income","zhvi_county","median_rent_2br","chr_violent_crime_rate","chr_life_expectancy","chr_math_scores","cms_hospital_avg_star_rating","ookla_avg_download_mbps","noaa_avg_temp_f","presidential_margin_2024","chr_childcare_cost_burden_pct"]},"operator":{"type":"string","enum":["gt","gte","lt","lte","eq","between"]},"value":{"type":"number"},"value2":{"type":"number","description":"Upper bound; required when operator is between"}}},"FilterRequest":{"type":"object","required":["filters"],"properties":{"filters":{"type":"array","minItems":1,"items":{"$ref":"#/components/schemas/Filter"},"description":"All filters must hold"},"stateFips":{"type":"string","pattern":"^\\d{2}$","description":"Restrict to one state by 2-digit FIPS"},"slugs":{"type":"array","items":{"type":"string","enum":["median_household_income","zhvi_county","median_rent_2br","chr_violent_crime_rate","chr_life_expectancy","chr_math_scores","cms_hospital_avg_star_rating","ookla_avg_download_mbps","noaa_avg_temp_f","presidential_margin_2024","chr_childcare_cost_burden_pct"]},"description":"Attributes to return on each match. Default: median_household_income, chr_violent_crime_rate, chr_life_expectancy, chr_math_scores, noaa_avg_temp_f, ookla_avg_download_mbps"},"limit":{"type":"integer","minimum":1,"maximum":200,"default":50,"description":"Clamped to 1..200"}}},"FilterResponse":{"type":"object","required":["count","filters","stateFips","results"],"properties":{"count":{"type":"integer"},"filters":{"type":"array","items":{"$ref":"#/components/schemas/Filter"},"description":"The filters as applied"},"stateFips":{"type":["string","null"]},"results":{"type":"array","items":{"type":"object","required":["fips","name","stateFips","population","data"],"properties":{"fips":{"type":"string","description":"Upstream geo id for the county"},"name":{"type":"string"},"stateFips":{"type":"string"},"population":{"type":["integer","null"]},"data":{"type":"object","additionalProperties":{"type":["number","null"]},"description":"Keyed by the requested snake_case slugs"}}}}}},"StateResponse":{"type":"object","required":["abbr","name","slug","staticData","attrs","meta"],"properties":{"abbr":{"type":"string","description":"Upper-cased postal abbreviation"},"name":{"type":"string"},"slug":{"type":"string","description":"URL slug; the state page is https://liveordiehere.com/{slug}"},"staticData":{"type":"object","description":"The site's state profile. Always present: name, abbr, slug, incomeTax, propertyTax, salesTax, retirement, estateTax, capitalGains, politics, gunLaws, costOfLiving. Present for states, often absent for territories: crime, healthcare, education, housing, transportation, childcare, utilities, social, environment, quirks, airports, culture. Territories carry isTerritory: true and territoryNotes.","properties":{"name":{"type":"string"},"abbr":{"type":"string"},"slug":{"type":"string"},"isTerritory":{"type":"boolean"},"incomeTax":{"type":"object","properties":{"hasIncomeTax":{"type":"boolean"},"type":{"type":"string","enum":["none","flat","graduated"]},"topRate":{"type":"number"},"notes":{"type":"string"}}},"propertyTax":{"type":"object","properties":{"effectiveRate":{"type":"number","description":"Annual percent of home value"}}},"salesTax":{"type":"object","properties":{"stateRate":{"type":"number"},"avgCombined":{"type":"number"},"notes":{"type":"string"}}},"retirement":{"type":"object","properties":{"socialSecurityTaxed":{"type":"boolean"},"pensionExempt":{"type":"string","enum":["full","partial","none"]},"notes":{"type":"string"}}},"estateTax":{"type":"object","properties":{"hasEstateTax":{"type":"boolean"},"hasInheritanceTax":{"type":"boolean"},"exemptionMillions":{"type":"number"},"topRate":{"type":"number"},"notes":{"type":"string"}}},"capitalGains":{"type":"object","properties":{"taxedAsIncome":{"type":"boolean"},"specialRate":{"type":"number"},"notes":{"type":"string"}}},"politics":{"type":"object","properties":{"lean":{"type":"string","enum":["R","D","swing"]},"margin2024":{"type":"number"}}},"gunLaws":{"type":"object","properties":{"grade":{"type":"string"},"permitToPurchase":{"type":"boolean"},"carryPermit":{"type":"string","enum":["permitless","shall-issue","may-issue"]}}},"costOfLiving":{"type":"object","properties":{"index":{"type":"number","description":"100 = US average"}}}},"additionalProperties":true},"attrs":{"type":["object","null"],"description":"26 enrichment figures, each number or null; null as a whole when the source did not answer","properties":{"graduationRate":{"type":["number","null"]},"pupilTeacherRatio":{"type":["number","null"]},"electricityRate":{"type":["number","null"]},"renewablePct":{"type":["number","null"]},"solarPct":{"type":["number","null"]},"windPct":{"type":["number","null"]},"wfhCount":{"type":["number","null"]},"foodInsecurityPct":{"type":["number","null"]},"childcareCostBurden":{"type":["number","null"]},"firearmFatalityRate":{"type":["number","null"]},"annualPrecipitation":{"type":["number","null"]},"evChargingStations":{"type":["number","null"]},"federalSpendingPerCapita":{"type":["number","null"]},"avgCreditScore":{"type":["number","null"]},"buildingPermitsTotal":{"type":["number","null"]},"voterTurnoutPct":{"type":["number","null"]},"incomeInequality":{"type":["number","null"]},"jobOpeningsRate":{"type":["number","null"]},"quitsRate":{"type":["number","null"]},"mortgage90DaysLatePct":{"type":["number","null"]},"collegeCompletionPct":{"type":["number","null"]},"collegeCostAttendance":{"type":["number","null"]},"volunteeringPct":{"type":["number","null"]},"localVotingPct":{"type":["number","null"]},"gridCo2Rate":{"type":["number","null"]},"regionalPriceParity":{"type":["number","null"]}}},"meta":{"type":"object","required":["sources","fetchedAt"],"properties":{"sources":{"type":"array","items":{"type":"string","enum":["static","dataspine_profile","dataspine_attrs"]}},"fetchedAt":{"type":"string","format":"date-time"}}}}}}},"x-county-fields":[{"field":"unemploymentBls","label":"Unemployment Rate (BLS)","section":"economy","source":"BLS","higherIsBetter":false},{"field":"medianIncome","label":"Median Household Income","section":"economy","source":"Census ACS 2022"},{"field":"povertyRate","label":"Poverty Rate","section":"economy","source":"Census 2023","higherIsBetter":false},{"field":"unemployment","label":"Unemployment Rate","section":"economy","source":"Census ACS","higherIsBetter":false},{"field":"gdpPerCapita","label":"GDP per Capita","section":"economy","source":"BEA"},{"field":"federalSpendingPerCapita","label":"Federal Spending per Capita","section":"economy","source":"USASpending.gov"},{"field":"medianEarnings","label":"Median Individual Earnings","section":"economy","source":"Census ACS"},{"field":"pctProfessional","label":"Professional/Management Workers","section":"economy","source":"Census ACS"},{"field":"avgAGI","label":"Average Adjusted Gross Income","section":"economy","source":"IRS SOI"},{"field":"avgCreditScore","label":"Avg Credit Score","section":"economy","source":"Opportunity Insights"},{"field":"pctWorkFromHome","label":"Work From Home %","section":"economy","source":"Census ACS 2022"},{"field":"pctUnder18","label":"Population Under 18","section":"economy","source":"Census ACS"},{"field":"pctSingleHouseholds","label":"Single-Person Households","section":"economy","source":"Census ACS"},{"field":"creditFinanceCount","label":"Banks & Finance Firms","section":"economy","source":"Census CBP"},{"field":"homeValue","label":"Median Home Value","section":"housing","source":"Zillow ZHVI 2024"},{"field":"medianHomeValueCensus","label":"Median Home Value (Census)","section":"housing","source":"Census ACS"},{"field":"rent","label":"Median Gross Rent","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"propertyTaxRate","label":"Property Tax Rate","section":"housing","source":"Tax Foundation 2023","higherIsBetter":false},{"field":"propertyTaxAmt","label":"Annual Property Tax","section":"housing","source":"Tax Foundation 2023","higherIsBetter":false},{"field":"buildingPermitsSF","label":"Single-Family Permits","section":"housing","unit":"/yr","source":"Census Building Permits Survey"},{"field":"buildingPermitsTotal","label":"Total Building Permits","section":"housing","unit":"/yr","source":"Census Building Permits Survey"},{"field":"medianYearBuilt","label":"Median Year Built","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"housingPctPost2010","label":"New Housing (post-2010)","section":"housing","source":"Census ACS"},{"field":"housingPctPre1940","label":"Old Housing (pre-1940)","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"housingVacancyRate","label":"Housing Vacancy Rate","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"redfinMedianDom","label":"Days on Market","section":"market","source":"Redfin","higherIsBetter":false},{"field":"redfinSaleToList","label":"Sale-to-List Ratio","section":"market","source":"Redfin"},{"field":"redfinMonthsSupply","label":"Months of Supply","section":"market","source":"Redfin","higherIsBetter":false},{"field":"redfinSoldAboveList","label":"Sold Above List","section":"market","source":"Redfin"},{"field":"mathScore","label":"Math Test Scores","section":"education","source":"SEDA via County Health Rankings 2024 (3.0 = at grade level; not a Z-score)"},{"field":"readingScore","label":"Reading Test Scores","section":"education","source":"SEDA via County Health Rankings 2024 (3.0 = at grade level; not a Z-score)"},{"field":"hsDiplomaCount","label":"HS Diploma Holders","section":"education","source":"Census ACS"},{"field":"bachelorsCount","label":"Bachelor's Degree Holders","section":"education","source":"Census ACS"},{"field":"hsCompletionPct","label":"HS Completion Rate","section":"education","source":"County Health Rankings 2024"},{"field":"perPupilSpend","label":"Spending per Student","section":"education","source":"NCES 2022"},{"field":"crimeRate","label":"Violent Crime Rate","section":"safety","unit":"per 1,000","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"firearmFatalityRate","label":"Firearm Fatality Rate","section":"safety","unit":"per 100K","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"homicideRate","label":"Homicide Rate","section":"safety","unit":"per 100K","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"drugOverdoseRate","label":"Drug Overdose Rate","section":"safety","unit":"per 100K","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"trafficFatalities","label":"Traffic Fatalities","section":"safety","unit":"per year","source":"NHTSA","higherIsBetter":false},{"field":"lifeExpectancy","label":"Life Expectancy","section":"health","source":"County Health Rankings 2024"},{"field":"hospitalRating","label":"Hospital Rating","section":"health","source":"CMS 2024"},{"field":"foodInsecurityPct","label":"Food Insecurity","section":"health","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"foodEnvironmentIndex","label":"Food Environment Index","section":"health","source":"County Health Rankings 2024"},{"field":"restaurantsPer1000","label":"Full-Service Restaurants","section":"lifestyle","source":"USDA Food Environment Atlas"},{"field":"hpsaPrimaryCare","label":"Primary Care Shortage Score","section":"health","source":"HRSA HPSA","higherIsBetter":false},{"field":"hpsaMentalHealth","label":"Mental Health Shortage Score","section":"health","source":"HRSA HPSA","higherIsBetter":false},{"field":"hpsaDental","label":"Dental Care Shortage Score","section":"health","source":"HRSA HPSA","higherIsBetter":false},{"field":"healthcareShortageComposite","label":"Healthcare Shortage Score","section":"health","source":"HRSA composite","higherIsBetter":false},{"field":"healthcareOfficeCount","label":"Healthcare Offices","section":"health","source":"Census CBP"},{"field":"childcareCostBurden","label":"Childcare Cost Burden","section":"childcare","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"childcareCentersRate","label":"Childcare Centers","section":"childcare","source":"County Health Rankings 2024"},{"field":"amenityScale","label":"Natural Amenity Scale","section":"climate","source":"USDA Natural Amenities Scale"},{"field":"sunScore","label":"January Sunshine","section":"climate","source":"USDA Natural Amenities Scale (Z-score)"},{"field":"winterWarmth","label":"January Temperature","section":"climate","source":"USDA Natural Amenities Scale (Z-score)"},{"field":"avgTempF","label":"Average Temp","section":"climate","source":"NOAA Climate Normals"},{"field":"avgMaxTempF","label":"Avg High Temp","section":"climate","source":"NOAA Climate Normals"},{"field":"avgMinTempF","label":"Avg Low Temp","section":"climate","source":"NOAA Climate Normals"},{"field":"medianAqi","label":"Median AQI","section":"climate","source":"EPA AQI","higherIsBetter":false},{"field":"daysGoodAir","label":"Good Air Days","section":"climate","unit":"days/yr","source":"EPA AQI"},{"field":"daysUnhealthy","label":"Unhealthy Air Days","section":"climate","unit":"days/yr","source":"EPA AQI","higherIsBetter":false},{"field":"annualPrecipitation","label":"Annual Precipitation","section":"climate","unit":"in/yr","source":"NOAA Climate Normals"},{"field":"stormEventsAvg","label":"Avg Storm Events","section":"climate","unit":"storms/yr","source":"NOAA Storm Events Database","higherIsBetter":false},{"field":"stormDamageAvg","label":"Avg Annual Storm Damage","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"daysOzone","label":"Ozone Days","section":"climate","source":"EPA AQS","higherIsBetter":false},{"field":"droughtIndex","label":"Drought Index (2022)","section":"climate","source":"NOAA PDSI","higherIsBetter":false},{"field":"downloadMbps","label":"Download Speed","section":"internet","unit":"Mbps","source":"Ookla Speedtest Intelligence"},{"field":"uploadMbps","label":"Upload Speed","section":"internet","unit":"Mbps","source":"Ookla Speedtest Intelligence"},{"field":"fixedDownload2026","label":"Fixed Internet (Q1 2026)","section":"internet","source":"Ookla Q1 2026"},{"field":"mobileDownload2026","label":"Mobile Internet (Q1 2026)","section":"internet","source":"Ookla Q1 2026"},{"field":"mobileUpload2026","label":"Mobile Upload (Q1 2026)","section":"internet","source":"Ookla Q1 2026"},{"field":"mobileLatency2026","label":"Mobile Latency (Q1 2026)","section":"internet","source":"Ookla Q1 2026","higherIsBetter":false},{"field":"broadband100MbpsPct","label":"Households with 100Mbps+","section":"internet","source":"FCC 2023"},{"field":"workFromHomeCount","label":"Remote Workers","section":"commute","source":"Census ACS"},{"field":"commutePublicTransit","label":"Public Transit Commuters","section":"commute","source":"Census ACS"},{"field":"commuteWalk","label":"Walk to Work (workers)","section":"commute","source":"Census ACS"},{"field":"commuteLong","label":"Extreme Commutes (90+ min)","section":"commute","source":"Census ACS","higherIsBetter":false},{"field":"domesticMigrationNet","label":"Net Domestic Migration 2023","section":"migration","source":"Census 2023"},{"field":"irsMigrationNet","label":"IRS Migration Net","section":"migration","source":"IRS SOI Tax Stats"},{"field":"irsMigrationWealthPremium","label":"IRS Wealth Migration","section":"migration","source":"IRS SOI Tax Stats"},{"field":"incomeMobilityP25","label":"Economic Mobility","section":"mobility","source":"Opportunity Insights"},{"field":"voterTurnoutPct","label":"Voter Turnout","section":"civic","source":"County Health Rankings 2024"},{"field":"volunteeringRate","label":"Volunteering Rate","section":"civic","source":"Opportunity Insights"},{"field":"incomeInequality","label":"Income Inequality (Gini)","section":"civic","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"nonprofitCount","label":"Nonprofit Organizations","section":"civic","source":"IRS EO"},{"field":"usdaFarmCount","label":"Farms","section":"agriculture","source":"USDA Census of Agriculture"},{"field":"usdaFarmlandAcres","label":"Farmland","section":"agriculture","source":"USDA Census of Agriculture"},{"field":"evChargingStations","label":"EV Charging Stations","section":"ev","source":"DOE AFDC"},{"field":"evFastChargers","label":"DC Fast Chargers","section":"ev","source":"DOE AFDC"},{"field":"evLevel2Chargers","label":"Level 2 EV Chargers","section":"ev","source":"AFDC"},{"field":"heatingDegreeDays","label":"Heating Degree Days","section":"climate","unit":"HDD/yr","source":"NOAA Climate Normals","higherIsBetter":false},{"field":"coolingDegreeDays","label":"Cooling Degree Days","section":"climate","unit":"CDD/yr","source":"NOAA Climate Normals","higherIsBetter":false},{"field":"hddNormal","label":"Heating Degree Days (1901–2000 Baseline)","section":"climate","unit":"HDD/yr","source":"NOAA Long-Term Climate Normals","higherIsBetter":false},{"field":"cddNormal","label":"Cooling Degree Days (1901–2000 Baseline)","section":"climate","unit":"CDD/yr","source":"NOAA Long-Term Climate Normals","higherIsBetter":false},{"field":"npsUnits","label":"National Park Units","section":"recreation","source":"National Park Service"},{"field":"nrhpProperties","label":"Historic Places (NRHP)","section":"recreation","source":"National Register of Historic Places"},{"field":"faaAirportCount","label":"FAA-Registered Airports","section":"recreation","source":"FAA Airport Database"},{"field":"faaAirportsOnly","label":"Airports (excl. heliports)","section":"recreation","source":"FAA Airport Database"},{"field":"breweryCount","label":"Total Breweries","section":"breweries","source":"Open Brewery DB"},{"field":"microbreweryCount","label":"Microbreweries","section":"breweries","source":"Open Brewery DB"},{"field":"brewpubCount","label":"Brewpubs","section":"breweries","source":"Open Brewery DB"},{"field":"collegeCount","label":"Colleges & Universities","section":"lifestyle","source":"IPEDS"},{"field":"nursingCareCount","label":"Nursing & Care Facilities","section":"lifestyle","source":"Census CBP"},{"field":"groceryStoreCount","label":"Grocery Stores","section":"lifestyle","source":"Census CBP"},{"field":"artsEntertainmentCount","label":"Arts & Entertainment Venues","section":"lifestyle","source":"Census CBP"},{"field":"accommodationCount","label":"Hotels & Lodging","section":"lifestyle","source":"Census CBP"},{"field":"recreationEstabCount","label":"Recreation Businesses","section":"lifestyle","source":"Census CBP"},{"field":"professionalServicesCount","label":"Professional Services Firms","section":"lifestyle","source":"Census CBP"},{"field":"avgMortgageBalance","label":"Avg Mortgage Balance","section":"debt","source":"Opportunity Insights","higherIsBetter":false},{"field":"avgStudentLoanBalance","label":"Avg Student Loan Balance","section":"debt","source":"Opportunity Insights","higherIsBetter":false},{"field":"avgCreditCardBalance","label":"Avg Credit Card Balance","section":"debt","source":"Opportunity Insights","higherIsBetter":false},{"field":"delinquencyRate","label":"Loan Delinquency Rate","section":"debt","source":"Opportunity Insights","higherIsBetter":false},{"field":"inventorRatePct","label":"Inventor Rate","section":"innovation","source":"Opportunity Insights"},{"field":"tornadoAvgAnnual","label":"Avg Tornadoes / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"floodEventsAvg","label":"Avg Flood Events / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"hailEventsAvg","label":"Avg Hail Events / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"hurricaneEventsAvg","label":"Avg Hurricane Events / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"wildfireEventsAvg","label":"Avg Wildfire Events / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"winterStormAvg","label":"Avg Winter Storms / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"heatEventsAvg","label":"Avg Heat Events / Year","section":"climate","source":"NOAA Storm Events","higherIsBetter":false},{"field":"avgCommuteMins","label":"Avg Commute Time","section":"commute","source":"Census ACS","higherIsBetter":false},{"field":"rentStudio","label":"Studio Rent","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"rent2BR","label":"2-Bedroom Rent","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"rent3BR","label":"3+ Bedroom Rent","section":"housing","source":"Census ACS","higherIsBetter":false},{"field":"monthlyOwnerCosts","label":"Monthly Owner Costs","section":"housing","source":"Census ACS — PITI + utilities","higherIsBetter":false},{"field":"pctRentBurdened","label":"Rent-Burdened Households","section":"housing","source":"Census ACS — >30% income on rent","higherIsBetter":false},{"field":"pctMortgageBurdened","label":"Mortgage-Burdened Homeowners","section":"housing","source":"Census ACS — >30% income on mortgage","higherIsBetter":false},{"field":"pctHousingCostBurdened","label":"Housing Cost Burdened","section":"housing","source":"Census ACS — all tenures","higherIsBetter":false},{"field":"income20thPct","label":"Income (20th Percentile)","section":"economy","source":"Census ACS"},{"field":"income80thPct","label":"Income (80th Percentile)","section":"economy","source":"Census ACS"},{"field":"income95thPct","label":"Income (95th Percentile)","section":"economy","source":"Census ACS"},{"field":"pctBachelorOrHigher","label":"Bachelor's Degree or Higher","section":"economy","source":"Census ACS"},{"field":"pctLessThanHS","label":"Less Than High School","section":"economy","source":"Census ACS","higherIsBetter":false},{"field":"pctKnowledgeEconomy","label":"Knowledge Economy GDP %","section":"economy","source":"BEA — info + professional + finance sectors"},{"field":"dependencyRatio","label":"Dependency Ratio","section":"economy","source":"Census ACS — dependents per worker","higherIsBetter":false},{"field":"medicarePerCapita","label":"Medicare Spending / Person","section":"economy","source":"CMS","higherIsBetter":false},{"field":"ssBenefitsPerCapita","label":"SS Benefits / Person","section":"economy","source":"SSA","higherIsBetter":false},{"field":"pctVeterans","label":"Veterans Share","section":"civic","source":"Census ACS"},{"field":"pctMarried","label":"Married Adults","section":"civic","source":"Census ACS"},{"field":"pctNeverMarried","label":"Never-Married Adults","section":"civic","source":"Census ACS"},{"field":"pctDivorced","label":"Divorced Adults","section":"civic","source":"Census ACS"},{"field":"religiousOrgCount","label":"Religious Organizations","section":"civic","source":"Census CBP"},{"field":"brfssObesityPct","label":"Obesity Rate (BRFSS)","section":"health","source":"CDC BRFSS 2023","higherIsBetter":false},{"field":"brfssSmokingPct","label":"Smoking Rate (BRFSS)","section":"health","source":"CDC BRFSS 2023","higherIsBetter":false},{"field":"brfssPoorHealthPct","label":"Poor Health Rate (BRFSS)","section":"health","source":"CDC BRFSS 2023","higherIsBetter":false},{"field":"brfssPhysicalInactivity","label":"Physical Inactivity (BRFSS)","section":"health","source":"CDC BRFSS 2023","higherIsBetter":false},{"field":"brfssHighBP","label":"High Blood Pressure (BRFSS)","section":"health","source":"CDC BRFSS 2023","higherIsBetter":false},{"field":"childcareCount","label":"Childcare Facilities","section":"childcare","source":"Census CBP"},{"field":"privateSchoolCount","label":"Private Schools","section":"education","source":"NCES"},{"field":"veterinaryCount","label":"Veterinary Practices","section":"lifestyle","source":"Census CBP"},{"field":"realEstateCount","label":"Real Estate Firms","section":"lifestyle","source":"Census CBP"},{"field":"medianHHIWhite","label":"Median HHI (White)","section":"migration","source":"Census ACS"},{"field":"medianHHIBlack","label":"Median HHI (Black)","section":"migration","source":"Census ACS"},{"field":"medianHHIHispanic","label":"Median HHI (Hispanic)","section":"migration","source":"Census ACS"},{"field":"povertyRateBlack","label":"Poverty Rate (Black)","section":"migration","source":"Census ACS","higherIsBetter":false},{"field":"povertyRateHispanic","label":"Poverty Rate (Hispanic)","section":"migration","source":"Census ACS","higherIsBetter":false},{"field":"educationWagePremium","label":"Education Wage Premium","section":"economy","source":"Census ACS — bachelor's vs HS diploma earnings ratio"},{"field":"earningsBachelors","label":"Median Earnings (Bachelor's)","section":"economy","source":"Census ACS"},{"field":"earningsGraduate","label":"Median Earnings (Graduate)","section":"economy","source":"Census ACS"},{"field":"earningsHSDiploma","label":"Median Earnings (HS Diploma)","section":"economy","source":"Census ACS"},{"field":"pctPublicAssistance","label":"Public Assistance Recipients","section":"economy","source":"Census ACS","higherIsBetter":false},{"field":"housingPer1000","label":"Housing Units per 1,000 People","section":"housing","source":"Census ACS"},{"field":"racialIncomeGapRatio","label":"Racial Income Gap Ratio","section":"migration","source":"Census ACS — white to minority HHI ratio","higherIsBetter":false},{"field":"racialPovertyGapRatio","label":"Racial Poverty Gap Ratio","section":"migration","source":"Census ACS — minority to white poverty rate ratio","higherIsBetter":false},{"field":"pctMovedFromDiffState","label":"Recent Interstate Movers","section":"migration","source":"Census ACS — mobility signal"},{"field":"pctMovedFromAbroad","label":"Recent International Arrivals","section":"migration","source":"Census ACS"},{"field":"pctBikeCommute","label":"Bike Commuters","section":"commute","source":"Census ACS"},{"field":"pctWalkCommute","label":"Walk to Work","section":"commute","source":"Census ACS"},{"field":"pctCellularOnly","label":"Cellular-Only Internet","section":"internet","source":"Census ACS — digital divide signal","higherIsBetter":false},{"field":"museumCount","label":"Museums","section":"lifestyle","source":"IMLS"},{"field":"pctAsian","label":"Asian Population","section":"civic","source":"Census ACS"},{"field":"pctNativeAmerican","label":"Native American Population","section":"civic","source":"Census ACS"},{"field":"politicalMargin","label":"2024 Presidential Margin","section":"politics","source":"OpenElections 2024","higherIsBetter":false},{"field":"fmr2BR","label":"HUD Fair Market Rent (2BR)","section":"housing","source":"HUD Fair Market Rents FY2026","higherIsBetter":false},{"field":"hpiAnnualChange","label":"Home Price Change (1 yr)","section":"housing","source":"FHFA House Price Index 2025 — requires latest-vintage pick"},{"field":"homeValueToIncome","label":"Home Value to Income Ratio","section":"housing","source":"Derived from ACS 2022 home value / household income","higherIsBetter":false},{"field":"costBurdenedOver50","label":"Severely Cost-Burdened Households","section":"housing","source":"HUD CHAS 2017–2021 — >50% of income on housing","higherIsBetter":false},{"field":"homeownershipPct","label":"Homeownership Rate","section":"housing","source":"County Health Rankings 2024"},{"field":"zillowMedianSalePrice","label":"Median Sale Price","section":"market","source":"Zillow Research, monthly — requires latest-vintage pick"},{"field":"zillowPriceCutPct","label":"Listings with Price Cuts","section":"market","source":"Zillow Research, monthly — requires latest-vintage pick"},{"field":"nriRiskScore","label":"Natural Hazard Risk (FEMA)","section":"climate","source":"FEMA National Risk Index 2023 (0–100, all hazards)","higherIsBetter":false},{"field":"nriResilience","label":"Community Resilience (FEMA)","section":"climate","source":"FEMA National Risk Index 2023"},{"field":"disasterDeclarations","label":"Federal Disaster Declarations","section":"climate","source":"FEMA Disaster Declarations 1953–2026","higherIsBetter":false},{"field":"pm25","label":"Fine Particulate Pollution (PM2.5)","section":"climate","source":"CDC EPHT 2020","higherIsBetter":false},{"field":"sviOverall","label":"Social Vulnerability (CDC SVI)","section":"safety","source":"CDC/ATSDR SVI 2022 (national percentile)","higherIsBetter":false},{"field":"overdoseDeathRate2024","label":"Drug Overdose Deaths (2024)","section":"safety","unit":"per 100K","source":"CDC 2024","higherIsBetter":false},{"field":"suicideRate","label":"Suicide Rate","section":"safety","unit":"per 100K","source":"County Health Rankings 2024","higherIsBetter":false},{"field":"physiciansActive","label":"Active Physicians","section":"health","source":"HRSA Area Health Resources File 2023"},{"field":"nursingHomeRating","label":"Nursing Home Rating","section":"health","source":"CMS Nursing Home Compare 2026"},{"field":"medicareErVisits","label":"ER Visits per 1,000 Medicare Patients","section":"health","unit":"per 1,000","source":"CMS Medicare Geographic Variation 2024","higherIsBetter":false},{"field":"medicareCostPerBeneficiary","label":"Medicare Cost per Beneficiary","section":"health","source":"CMS Medicare Geographic Variation 2024 (standardized)","higherIsBetter":false},{"field":"uninsuredUnder65","label":"Uninsured (under 65)","section":"health","source":"Census SAHIE 2024","higherIsBetter":false},{"field":"depressionPct","label":"Adults with Depression","section":"health","source":"CDC PLACES 2023","higherIsBetter":false},{"field":"fixedUpload2026","label":"Fixed Upload Speed (Q1 2026)","section":"internet","unit":"Mbps","source":"Ookla Q1 2026"},{"field":"avgAnnualWage","label":"Average Annual Wage","section":"economy","source":"BLS QCEW 2024"},{"field":"professionalLq","label":"Professional Services Concentration","section":"economy","source":"BLS QCEW 2024 location quotient"},{"field":"popGrowthRate","label":"Population Growth (2022–23)","section":"migration","source":"Census Population Estimates 2023"},{"field":"socialAssociations","label":"Membership Associations","section":"civic","source":"County Health Rankings 2024"},{"field":"fedJobs","label":"Federal Government Jobs Located Here","section":"economy","source":"BLS QCEW 2025 annual average; civilian federal jobs incl. USPS, counted where the work is done, not where workers live"},{"field":"fedJobShare","label":"Federal Share of Jobs Located Here","section":"economy","source":"BLS QCEW 2025; federal jobs / all covered jobs in the county. The 2025 average still includes staff on paid deferred resignation through Sept 2025"},{"field":"fedResidentShare","label":"Residents Who Work for the Federal Government","section":"economy","source":"ACS 2020–2024 5-year, share of employed residents 16+, by where they live; small counties carry wide margins of error"},{"field":"fedCivilianEarningsShare","label":"Federal Civilian Share of Earnings","section":"economy","source":"BEA CAINC5N 2024, earnings by place of work"},{"field":"contractObligations","label":"Federal Contract Dollars Performed Here (FY2025)","section":"economy","source":"USAspending FY2025 prime contract obligations by place of performance; obligations, not outlays or payroll; one contractor-declared location per award"},{"field":"contractToWages","label":"Contract Dollars Relative to Local Wages","section":"economy","source":"FY2025 contract obligations / BLS QCEW 2025 total wages paid in the county; a scale for exposure, not a dependence measure"},{"field":"contractTopAwardShare","label":"Largest Award's Share of Contract Dollars","section":"economy","source":"USAspending FY2025; above 50% means a single award drives the county total"},{"field":"oilGasJobShare","label":"Oil and Gas Share of Private Jobs","section":"economy","source":"Census CBP 2023; NAICS 211 + 213111 + 213112 / all private employer jobs. Values are noise-infused by design; a component with fewer than 3 establishments is unpublished, so the share is a floor there"},{"field":"oilGasJobs","label":"Oil and Gas Extraction, Drilling and Support Jobs","section":"economy","source":"Census CBP 2023, private employers; excludes self-employed and government"},{"field":"oilGasEarningsShare","label":"Oil and Gas Share of Earnings (incl. proprietors)","section":"economy","source":"BEA CAINC5N 2024; oil and gas extraction + support activities for mining / earnings by place of work. Counts working-interest owners that employer data misses"},{"field":"aiExposureIndex","label":"AI Exposure of the Local Job Mix","section":"ai","source":"ACS 2020–2024 occupation mix of employed residents, weighted by Anthropic Economic Index observed exposure (Mar 2026). A composition index across 25 occupation groups, not a count of jobs at risk"},{"field":"computerMathShare","label":"Computer and Math Occupations","section":"ai","source":"ACS 2020–2024, share of employed residents"},{"field":"plannedGenerationMw","label":"Planned Power Plants Approved or Under Construction","section":"ai","source":"EIA-860M July 2026; nameplate MW of generators in this county planned to operate 2026–2030 with approvals pending or received, or under construction; all fuels incl. batteries. A grid build-out proxy, not data center load"},{"field":"hostingEstablishments","label":"Data Processing and Hosting Establishments","section":"ai","source":"Census CBP 2023, NAICS 518210; includes web hosts and data processors, not only large data centers"},{"field":"hostingEmployment","label":"Data Processing and Hosting Jobs","section":"ai","source":"Census CBP 2023, NAICS 518210, noise-infused employment"}]}