This endpoint allows you to check the availability of up to 20 domain names in a single request. This is ideal for bulk domain searches, letting you quickly determine which domains are available for registration and their corresponding prices for the specified number of years.Rate Limit: 10 requests every 30 minutes per client.
{"status":200,"message":"List of available domains","data":{"domains":[{"domainName":"example.com","status":"UNAVAILABLE","isPremiumDomain":false,"domainPrice":"12.99","renewPrice":"17.99"},{"domainName":"example1.com","status":"AVAILABLE","isPremiumDomain":false,"domainPrice":"11.50","renewPrice":"15.75"},{"domainName":"example2.com","status":"AVAILABLE","isPremiumDomain":true,"domainPrice":"89.99","renewPrice":"79.99"}],"total":3,"available":2,"unavailable":1}}