Open weather
This API will provide you with the details of the weather by using latitute and longitude, by using city name, state name and also the air pollution data.
253 subscribers
0.1/10 popularity
906 ms avg latency
4 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Open weather endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
GET weather by {lat} & {lon} /location/{lat}/{lon} |
fetch the details of the weather of a paticular place by lat and lon |
| GET |
GET weather update by {cityname} /weather/{cityname} |
search for any city and get the weather update for that particular city |
| GET |
GET air pollution data by {lat} and {lon} /airquality/{lat}/{lon} |
fetch the details of air pollution of a particular place by lat and lon. |
| GET |
GET a location info by {zipcode} /pincode/{countrynamecode}/{zipcode} |
fetch any location information of any country by giving the country short name code and zipcode. |
Open weather pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $10 / month | — |
|
| MEGA Recommended | $20 / month | — |
|