{"name":"tld-info","description":"Returns registry info for any top-level domain: registry operator, type (gTLD / ccTLD / sTLD), country (for ccTLDs), introduction year, and notes. In-handler dictionary covers ~80 of the most common TLDs; falls back to a structural guess for unrecognized TLDs. Use it as a TLD registry lookup, ccTLD-vs-gTLD check, TLD introduction year lookup, or new gTLD registry reference.","price":"$0.005","method":"POST","input_schema":{"properties":{"tld":{"type":"string","description":"TLD without leading dot (e.g. 'ai', 'com', 'co.uk' uses just 'uk')."}},"required":["tld"]},"input_example":{"tld":"ai"},"output_example":{"tld":"ai","is_valid":true,"type":"ccTLD","registry":"Government of Anguilla","country":"Anguilla","intro_year":1995,"notes":null,"in_dictionary":true,"source":"in-handler IANA dictionary"},"x402_payment_required":true,"x402_facilitator":"https://api.cdp.coinbase.com/platform/v2/x402"}