Unable to resolve host

Am I just unlucky today? Is the DNS look up really having issues?

I have been trying to login via my Android code all day without luck. I just downloaded the new tinker app from GitHub and am getting the following error.

---- ERROR https://api.particle.io/oauth/token
09-17 15:30:50.764 22688-22754/io.particle.android.app D/Retrofit: java.net.UnknownHostException: Unable to resolve host “api.particle.io”: No address associated with hostname
at java.net.Inet6AddressImpl.lookupHostByName(Inet6AddressImpl.java:125)
at java.net.Inet6AddressImpl.lookupAllHostAddr(Inet6AddressImpl.java:74)
at java.net.InetAddress.getAllByName(InetAddress.java:752)
at com.squareup.okhttp.Dns$1.lookup(Dns.java:39)