Open Weather Map is the most famous API to get Current weather and forecasts in your city with their open API.
Make GET request on this endpoint to one call api(dark sky api) with required parameters(if any required).
https://v1.nocodeapi.com//ow//oneCallAPI
| Object | Description |
|---|---|
lat |
[Required] latitude - Geographical coordinates. |
lon |
[Required] longitude - Geographical coordinates. |
Make GET request on this endpoint to by city name with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityName
| Object | Description |
|---|---|
q |
[Required] your city name query |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city id with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityID
| Object | Description |
|---|---|
cityId |
[Required] City ID |
lang |
[Optional] language code of the country. | >
Make GET request on this endpoint to by geographic coordinates with required parameters(if any required).
https://v1.nocodeapi.com//ow//byGeoCord
| Object | Description |
|---|---|
lat |
[Required] Latitude |
long |
[Optional] Longitude |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by zip code with required parameters(if any required).
https://v1.nocodeapi.com//ow//byZipCode
| Object | Description |
|---|---|
zipCode |
[Required] ZIP code of the city |
countryCode |
[Optional] Country Code and by default it will took 'US' |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to call for several city ids with required parameters(if any required).
https://v1.nocodeapi.com//ow//byMultiCity
| Object | Description |
|---|---|
cityIDs |
[Required] city IDs seprated by comma |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city name with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityName/threeHourForecast
| Object | Description |
|---|---|
q |
[Required] your city name query |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city id with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityID/threeHourForecast
| Object | Description |
|---|---|
cityId |
[Required] City ID |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by geographic coordinates with required parameters(if any required).
https://v1.nocodeapi.com//ow//byGeoCord/threeHourForecast
| Object | Description |
|---|---|
lat |
[Required] Latitude |
long |
[Required] Longitude |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by zip code with required parameters(if any required).
https://v1.nocodeapi.com//ow//byZipCode/threeHourForecast
| Object | Description |
|---|---|
zipCode |
[Required] ZIP code of the city |
countryCode |
[Optional] Country Code and by default it will took 'US' |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to call for several city ids with required parameters(if any required).
https://v1.nocodeapi.com//ow//byMultiCity/threeHourForecast
| Object | Description |
|---|---|
cityIDs |
[Required] city IDs seprated by comma |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city name with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityName/forecastHourly
| Object | Description |
|---|---|
q |
[Required] your city name query |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city id with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityID/forecastHourly
| Object | Description |
|---|---|
cityId |
[Required] City ID |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by geographic coordinates with required parameters(if any required).
https://v1.nocodeapi.com//ow//byGeoCord/forecastHourly
| Object | Description |
|---|---|
lat |
[Required] Latitude |
long |
[Required] Longitude |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by zip code with required parameters(if any required).
https://v1.nocodeapi.com//ow//byZipCode/forecastHourly
| Object | Description |
|---|---|
zipCode |
[Required] ZIP code of the city |
countryCode |
[Optional] Country Code and by default it will took 'US' |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to call for several city ids with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityName/forecastDaily
| Object | Description |
|---|---|
cityIDs |
[Required] city IDs seprated by comma |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city name with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityName/forecastHourly
| Object | Description |
|---|---|
q |
[Required] your city name query |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by city id with required parameters(if any required).
https://v1.nocodeapi.com//ow//byCityID/forecastDaily
| Object | Description |
|---|---|
cityId |
[Required] City ID |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by geographic coordinates with required parameters(if any required).
https://v1.nocodeapi.com//ow//byGeoCord/forecastDaily
| Object | Description |
|---|---|
lat |
[Required] Latitude |
long |
[Required] Longitude |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to by zip code with required parameters(if any required).
https://v1.nocodeapi.com//ow//byZipCode/forecastDaily
| Object | Description |
|---|---|
zipCode |
[Required] ZIP code of the city |
countryCode |
[Optional] Country Code and by default it will took 'US' |
lang |
[Optional] language code of the country. |
Make GET request on this endpoint to call for several city ids with required parameters(if any required).
https://v1.nocodeapi.com//ow//byMultiCity/forecastDaily
| Object | Description |
|---|---|
cityIDs |
[Required] city IDs seprated by comma |
lang |
[Optional] language code of the country. |