
WeatherWizard
Description
Get current weather information from around the world. Powered by WeatherAPI.
Details
https://weathergpt-bay-six.vercel.app/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_model": "WeatherWizard",
"name_for_human": "WeatherWizard",
"description_for_human": "Get current weather information from around the world. Powered by WeatherAPI.",
"description_for_model": "Use the WeatherWizard plugin to automatically fetch current weather information for a specific location when it's being generated. The plugin will return weather data, including temperature, wind speed, humidity, and other relevant information, as well as a link to a page that has all the information. Links will always be returned and should be shown to the user. The weather data can be used to provide users with up-to-date and accurate weather information for their desired location.",
"api": {
"type": "openapi",
"url": "https://weathergpt-bay-six.vercel.app/openapi.json",
"has_user_authentication": false
},
"auth": {
"type": "none"
},
"logo_url": "https://weathergpt-bay-six.vercel.app/logo.png",
"contact_email": "contact@weatherwizard.com",
"legal_info_url": "https://weathergpt-bay-six.vercel.app/legal"
}
https://weathergpt-bay-six.vercel.app/openapi.json
{
"openapi": "3.0.0",
"info": {
"title": "Weather API",
"version": "1.0.0"
},
"paths": {
"/api/weather": {
"get": {
"summary": "Get current weather information",
"operationId": "checkWeatherUsingGET",
"parameters": [
{
"name": "location",
"in": "query",
"required": true,
"description": "Location for which to retrieve weather information.",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "Current weather information",
"content": {
"application/json": {
"schema": {
"type": "object",
"properties": {
"location": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"region": {
"type": "string"
},
"country": {
"type": "string"
},
"lat": {
"type": "number"
},
"lon": {
"type": "number"
},
"tz_id": {
"type": "string"
},
"localtime_epoch": {
"type": "integer"
},
"localtime": {
"type": "string"
}
}
},
"current": {
"type": "object",
"properties": {
"last_updated": {
"type": "string",
"description": "Local time when the real time data was updated"
},
"last_updated_epoch": {
"type": "integer",
"description": "Local time when the real time data was updated in unix time"
},
"temp_c": {
"type": "number",
"description": "Temperature in celsius"
},
"temp_f": {
"type": "number",
"description": "Temperature in fahrenheit"
},
"is_day": {
"type": "integer",
"description": "1 = Yes 0 = No, Whether to show day condition icon or night icon"
},
"condition": {
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Weather condition text"
},
"icon": {
"type": "string",
"description": "Weather icon url"
},
"code": {
"type": "integer",
"description": "Weather condition unique code"
}
}
},
"wind_mph": {
"type": "number",
"description": "Wind speed in miles per hour"
},
"wind_kph": {
"type": "number",
"description": "Wind speed in kilometer per hour"
},
"wind_degree": {
"type": "integer",
"description": "Wind direction in degrees"
},
"wind_dir": {
"type": "string",
"description": "Wind direction as 16 point compass, e.g., NSW"
},
"pressure_mb": {
"type": "number",
"description": "Pressure in millibars"
},
"pressure_in": {
"type": "number",
"description": "Pressure in inches"
},
"precip_mm": {
"type": "number",
"description": "Precipitation amount in millimeters"
},
"precip_in": {
"type": "number",
"description": "Precipitation amount in inches"
},
"humidity": {
"type": "integer",
"description": "Humidity as percentage"
},
"cloud": {
"type": "integer",
"description": "Cloud cover as percentage"
},
"feelslike_c": {
"type": "number",
"description": "Feels like temperature in celsius"
},
"feelslike_f": {
"type": "number",
"description": "Feels like temperature in fahrenheit"
},
"vis_km": {
"type": "number",
"description": "Visibility in kilometers"
},
"vis_miles": {
"type": "number",
"description": "Visibility in miles"
},
"uv": {
"type": "number",
"description": "UV Index"
},
"gust_mph": {
"type": "number",
"description": "Wind gust in miles per hour"
},
"gust_kph": {
"type": "number",
"description": "Wind gust in kilometer per hour"
}
}
},
"infoLink": {
"type": "string",
"format": "uri",
"description": "A link to a page with more information about the location's weather in the format https://weathergpt-bay-six.vercel.app/{location}."
}
}
}
}
}
}
}
}
}
}
}
Discover other plugins from the weather category

Weather
Plugin for getting current weather information.
0 Comments

Weather Report Data
Current weather data for cities and airports using METAR aviation feeds.
0 Comments

Tomorrow.io Weather
Predicting, planning, and adapting to the weather forecast via contextualized chat-based insights.
0 Comments
Xweather
XWeather gives weather information for a location. Ask for the current weather, a 5-day forecast, or a radar image.
0 Comments

WeatherWhiz
WeatherWhiz: Accurate current weather and forecasts for any location.
0 Comments

Gimmee Air Quality
Planning something outdoors? Get the 2-day air quality forecast for any US zip code.
0 Comments

MixerBox Weather
Get real-time worldwide weather updates & forecasts, instantly!
0 Comments

Brainlox chat
Plugin that fetches weather forecast for a city. Submit a city name and receive the weather forecast.
0 Comments

Weather
Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.
0 Comments

Weather Meteosource
Accurate weather for chat-based insights - current, forecasted, and historical. Updated in real-time.
0 Comments