ConsoleCatalog
Sign in
USAFacts logo

USAFacts

usafacts.orgResearchno auth

US government data - metrics, topics, state comparisons, and data reports.

Answer Details

ASYNCREADNo auth

Returns a country-level data answer with title, answer text, source, and dates.

ParametersFormJSON

URL slug of the answer metric page under /answers/{slug}/

Country geography slug in the answer URL path

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_usafacts_org_answer_detail_page",
    "params": {
      "answer_slug": "is-the-population-growing-or-shrinking",
      "country_slug": "united-states"
    }
  }'