Playground
Pick an endpoint, set a coordinate, send it. The request runs from your browser against the live API, so what you see here is what your code will get.
GET
https://api.tenkinow.com/v1/weather/latest?lat=35.69&lon=139.70Not sent yet.
{
"station": { … },
"observation": { … }
}