Dark Sky Api returning wrong place with right coordinates

I’m using html geolocation to get my current longitude and latitude. Google maps api returns the right place! But Dark Sky Api always returns wrong place!

Here is the right place! Asia/Fukuoka! (I cant use links yet, so I’m just posting the coordinates)
latitude=33.5904768
longitude=130.3904256

But I’m getting this:
{
“latitude”: 33.5904768,
“longitude”: 130.3904256,
“timezone”: “Asia/Tokyo”,

Fukuoka is not available in Dark Sky API??

I have just realized that Dark Sky API doesn’t return some cities!
In japan it looks like only tokyo is available!