{"name":"visa-requirements","description":"Visa requirements / passport visa lookup / visa-free travel checker / e-visa + visa-on-arrival lookup / passport-index / travel eligibility / Schengen + ESTA-style entry rules. Given a passport country and destination, returns whether entry is visa-free, e-visa, visa-on-arrival, or visa-required, plus permitted stay in days and a human-readable status string. Pass full_matrix to get the entire 200x200 visa matrix for the passport. Backed by the public CC-BY passport-index-dataset.","price":"$0.005","method":"POST","input_schema":{"properties":{"passport":{"type":"string","description":"Passport country as ISO 3166-1 alpha-2 (e.g. 'US', 'GB', 'IN'). Case-insensitive."},"destination":{"type":"string","description":"Destination country as ISO 3166-1 alpha-2 (e.g. 'JP', 'FR'). Required unless full_matrix=true."},"full_matrix":{"type":"boolean","description":"If true, returns the full row of requirements for the passport country across all destinations instead of a single pair. Default false."}},"required":["passport"]},"input_example":{"passport":"US","destination":"JP"},"output_example":{"passport":"US","destination":"JP","requirement_raw":"90","status":"visa-free for 90 days","visa_free":true,"visa_free_days":90,"attribution":"Data: ilyankou/passport-index-dataset (CC-BY 4.0). https://github.com/ilyankou/passport-index-dataset"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}