ConsoleCatalog
Sign in
Afar logo

Afar

afar.comTravelno auth

Travel destination guides, articles, and curated itineraries.

Country Destination Guide

ASYNCREADNo auth

Returns a country travel guide with overview and links to its regions.

ParametersFormJSON

URL slug for the destination country (e.g. united-states)

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_afar_destination_guide_ssr_country",
    "params": {
      "country_slug": "united-states"
    }
  }'