API Ninjas integration (Developer Tools, Data). Imported from open-connector.
https://api.api-ninjas.com/v1/geocoding
| Param | Type | Required | Description |
|---|---|---|---|
| city | string | required | City name to convert into geographic coordinates. |
| state | string | optional | State or province used to narrow the city-based lookup. |
| country | string | optional | Country name or ISO country code used to narrow the city-based lookup. |
| zipcode | string | optional | ZIP or postal code used to narrow the geocoding lookup. |
/v1/reversegeocoding
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | Latitude coordinate in decimal degrees between -90 and 90. |
| lon | number | required | Longitude coordinate in decimal degrees between -180 and 180. |
/v1/weather
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | Latitude coordinate in decimal degrees between -90 and 90. |
| lon | number | required | Longitude coordinate in decimal degrees between -180 and 180. |
/v1/weatherforecast
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | required | Latitude coordinate in decimal degrees between -90 and 90. |
| lon | number | required | Longitude coordinate in decimal degrees between -180 and 180. |
/v1/airquality
| Param | Type | Required | Description |
|---|---|---|---|
| lat | number | optional | Latitude coordinate in decimal degrees between -90 and 90. |
| lon | number | optional | Longitude coordinate in decimal degrees between -180 and 180. |
| city | string | optional | City name used to look up the requested location. |
| state | string | optional | State or province used to narrow the city-based lookup. |
| country | string | optional | Country name or ISO country code used to narrow the city-based lookup. |
/v1/timezone
| Param | Type | Required | Description |
|---|---|---|---|
| timezone | string | optional | IANA timezone identifier used by the free-tier lookup path. |
| lat | number | optional | Latitude coordinate in decimal degrees between -90 and 90. |
| lon | number | optional | Longitude coordinate in decimal degrees between -180 and 180. |
| city | string | optional | City name used to look up the requested location. |
| state | string | optional | State or province used to narrow the city-based lookup. |
| country | string | optional | Country name or ISO country code used to narrow the city-based lookup. |