Basic address format and structure checks. For full validation with geocoding and deliverability, use the API.
curl -s https://api.orbitcheck.io/v1/validate/address \ -H "Authorization: Bearer YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{ "street": "123 Main Street", "city": "Barcelona", "state": "Cataluña", "postal_code": "08001", "country": "ES" }'