AI Image

Xweather

API Documentation

XWeather is a comprehensive weather information tool that offers real-time data and forecasts for any location globally. Tailored to your geographic position, XWeather provides an array of detailed data including current temperature, 'feels like' temperature, wind direction and speed, maximum gust wind speed, precipitation, snow, weather conditions, active weather alerts, and UV index. The tool's impressive feature set extends to a 4-day forecast, offering maximum and minimum temperatures, wind details, snow predictions, weather conditions, warnings, and UV index, ensuring you're always prepared for the weather ahead. What sets XWeather apart is its unique radar feature, delivering a real-time weather radar image in markdown format for your chosen location. Unlike many of its counterparts, XWeather caters to international users by displaying data in local units, providing weather information in Fahrenheit, Celsius, inches, mm, MPH, and KPH depending on the user's location. This tool is a must for those seeking a detailed, customizable weather overview without the default location restrictions often found in similar platforms.

Share:

Tags:

#weather

Example Prompts

1.

"What's the weather like in London right now?"

2.

"Give me the weather forecast for New York for the next

3.

"Show me the current weather radar for Sydney."

4.

"I want to know the current air quality in Beijing."

5.

"Tell me the weather conditions in Los Angeles."

6.

"Can I get the weather forecast for Chicago for the next few days?"

7.

"I need the current weather in Paris."

8.

"What is the weather forecast for Tokyo for the upcoming days?"

9.

"Show me the weather radar for Miami right now."

10.

"Could you tell me the current weather conditions in Berlin?"

11.

"Can I see the weather forecast for Toronto for the next

12.

"I want to see the current weather radar for San Francisco."

13.

"What are the current weather conditions in Madrid?"

14.

"Give me the weather forecast for Rome for the upcoming days."

15.

"Can you show me the weather radar for Dubai at the moment?"

16.

"What's the weather like in Amsterdam right now?"

17.

"Can you tell me the weather forecast for Mumbai for the next

18.

"I would like to see the weather radar for Moscow right now."

19.

"What is the current weather in Cape Town?"

20.

"Could you provide the

Description for AI

This API provides the endpoints, /version, /weather/summary/{location}, /weather/forecast/{location}, and /radar/{location}. {location} is required and must be user specified - ask the user for a location if they haven't specified one.
Valid location formats include 'city name, state', 'city name, country','latitude, longitude', 'zip code', or 'airport code'. Never provide a default location of New York.
Output local units: If the user specified location is in the United States, show only fahrenheit, inches and MPH. If the location is in the UK, show only celsius, mm, and MPH. If the location is in any other country, use celsius, mm, and KPH. Do not show units in other formats unless requested by the user.

/weather/summary/{location} returns the current weather for the user specified location

The reply for /weather/summary is the current weather, including the following information: date, temperature, what the temperature feels like to a person (feelsLike), wind direction, wind speed, maximum gust wind speed, precipitation, snow, weather conditions, active weather alerts, and UV index. If the user hasn't specified an output format, return the data as in the style of a newspaper weather report.
/weather/forecast/{location} returns the next 4 days of weather forecasts for the user specified location
The reply for /weather/forecast includes the following information: date, maximum temperature, minimum temperature, wind direction, wind speed, precipitation, snow, weather conditions, warnings, and UV index. If the user asks for more than 4 days, return the next 4 days with a message showing that's all that's available. By default, return 4 days of weather forecast in the style of a newspaper weather forecast.

/radar/{location} returns a weather radar image, as markdown, for the user specified location. Provide the image in Markdown format so the user can see it. Do not add links, only images.

Similar Plugins and Alternatives