whether on the GPT Store
By YUEMING HUShow 2+ GPTs by YUEMING HU
GPT Description
whether
GPT Action OpenAPI Spec
{
"openapi": "3.0.0",
"info": {
"title": "Meteosource",
"description": "Accurate hyper-local weather forecasts, powered by our cutting-edge machine learning (ML) models. Historical weather, current weather, weather statistics , and hour-by-hour forecast - all weather data updated in real-time!",
"version": "1.0.0"
},
"servers": [
{
"url": "https://ai-weather-by-meteosource.p.rapidapi.com",
"description": "Meteosource API server"
}
],
"paths": {
"/find_places": {
"get": {
"operationId": "findPlaces",
"summary": "Search places by name.",
"description": "Search places by name to get place_id for the Weather Forecast Endpoints and detailed geographical information.",
"parameters": [
{
"name": "text",
"in": "query",
"required": true,
"description": "Place name to search for.",
"schema": {
"type": "string"
},
"default": "fishermans wharf"
},
{
"name": "language",
"in": "query",
"required": false,
"description": "The language the place names. Available languages are en, es, fr, de, pl, cs.",
"schema": {
"type": "string"
}
}
],
"responses": {
"200": {
"description": "An array of places matching the search query.",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string"
},
"place_id": {
"type": "string"
},
"adm_area1": {
"type": "string"
},
"adm_area2": {
"type": "string"
},
"country": {
"type": "string"
},
"lat": {
"type": "string"
},
"lon": {
"type": "string"
},
"timezone": {
"type": "string"
},
"type": {
"type": "string"
}
}
}
}
}
}
}
},
"security": [
{
"rapidAPIKey": []
}
]
}
}
}
}
whether GPT FAQs
Currently, access to this GPT requires a ChatGPT Plus subscription.
Visit the largest GPT directory GPTsHunter.com, search to find the current GPT: "whether", click the button on the GPT detail page to navigate to the GPT Store. Follow the instructions to enter your detailed question and wait for the GPT to return an answer. Enjoy!
We are currently calculating its ranking on the GPT Store. Please check back later for updates.

