Using Request Workflows
Number of APIs: 4
-
All Twitter Users by List GET https://api.twitter.com/2/users/by?usernames={{usernames}}&user.fields=created_at,description,entities,id,location,name,pinned_tweet_id,profile_image_url,protected,url,username,verified,withheld
-
Lat/Long from Location GET http://api.positionstack.com/v1/forward?access_key={{api-access-key}}&query={{location}}
-
Weather from Lat/Long GET https://api.openweathermap.org/data/2.5/weather?lat={{lat}}&lon={{lon}}&appid={{weather_api_key}}