Weather API के बारे में खास जानकारी
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
Weather API की मदद से, दुनिया भर की जगहों के लिए रीयल-टाइम में मौसम की सटीक जानकारी का अनुरोध किया जा सकता है. मौसम की जानकारी में तापमान, बारिश, नमी वगैरह शामिल होती है.
किसी जगह के अक्षांश और देशांतर के लिए, एपीआई ऐसे एंडपॉइंट उपलब्ध कराता है जिनकी मदद से ये क्वेरी की जा सकती हैं:
- मौसम की मौजूदा स्थितियां: मौसम की मौजूदा स्थितियां.
- हर घंटे के हिसाब से मौसम का पूर्वानुमान: सभी एलिमेंट के लिए, 240 घंटे तक के मौसम का पूर्वानुमान.
- हर दिन का पूर्वानुमान: सभी एलिमेंट के लिए, 10 दिनों तक के पूर्वानुमान की जानकारी.
- हर घंटे का इतिहास: इसमें सभी एलिमेंट के लिए, पिछले 24 घंटों की मौसम की जानकारी को कैश मेमोरी में सेव किया जाता है.
Weather API की सुविधाएं
Weather API के डेटा में यह जानकारी शामिल होती है:
- मौसम की स्थिति और आइकॉन: मौसम की मौजूदा स्थिति के बारे में जानकारी और उससे जुड़ा आइकॉन. उदाहरण के लिए, "बादल छाए हुए हैं" या "हल्की बर्फ़बारी हो रही है".
- तापमान: कम से कम, ज़्यादा से ज़्यादा, और महसूस होने वाला ("इतना महसूस हो रहा है") तापमान.
- बारिश: कुल बारिश और बारिश का टाइप (बर्फ़, बारिश, ओले, बारिश और बर्फ़बारी).
- हवा: हवा की वजह से महसूस होने वाली ठंड, हवा की दिशा, हवा की ज़्यादा से ज़्यादा रफ़्तार, और झोंका.
- बर्फ़ की मोटाई: बर्फ़ की मोटाई.
- हवा में नमी: ओसांक, हीट इंडेक्स, वेट-बल्ब तापमान, और रिलेटिव ह्यूमिडिटी.
- यूवी इंडेक्स: अल्ट्रावायलेट (यूवी) इंडेक्स.
- बिजली चमकने और गरजने के साथ बारिश होने की संभावना: बिजली चमकने और गरजने के साथ बारिश होने की संभावना का प्रतिशत.
- विज़िबिलिटी: वह दूरी जिस पर कोई ऑब्जेक्ट साफ़ तौर पर दिखता है.
- हवा का दबाव: समुद्र तल पर हवा का औसत दबाव.
- सूर्य और चंद्रमा से जुड़े इवेंट: सूर्योदय, सूर्यास्त, चंद्रोदय, और चंद्रास्त का समय.
- बादलों का कवरेज: इससे पता चलता है कि आसमान का कितना हिस्सा बादलों से ढका हुआ है.
Weather API का इस्तेमाल कैसे करें
आगे क्या करना है
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-09-04 (UTC) को अपडेट किया गया."],[],[],null,["# Weather API overview\n\nThe Weather API lets you request real-time, hyperlocal weather data for\nlocations around the world. Weather information includes temperature,\nprecipitation, humidity, and more.\n\nFor a location at a given latitude and longitude, the API provides endpoints\nthat let you query:\n\n- **Current conditions:** The current weather conditions.\n- **Hourly forecast:** Up to 240 hours of forecasted conditions for all elements.\n- **Daily forecast:** Up to 10 days of forecasted conditions for all elements.\n- **Hourly history:** Up to 24 hours of cached past conditions for all elements.\n\nFeatures of the Weather API\n---------------------------\n\nWeather API data includes the following:\n\n- **Weather conditions and icons:** A description and corresponding icon indicating the current weather conditions (for example, \"Cloudy\" or \"Scattered snow showers\").\n- **Temperature:** Minimum, maximum, and apparent (\"feels like\") temperatures.\n- **Precipitation:** Total precipitation and precipitation type (snow, rain, ice, mix).\n- **Wind:** Average windchill, wind direction, maximum speed, and gust.\n- **Ice thickness:** Thickness of ice.\n- **Humidity:** Dew point, heat index, wet-bulb temperature, and relative humidity.\n- **UV index:** Ultraviolet (UV) index.\n- **Thunderstorm probability:** The percent chance of a thunderstorm occurring.\n- **Visibility:** The distance at which an object is clearly visible.\n- **Air pressure:** The average sea level air pressure.\n- **Sun and moon events:** Sunrise, sunset, moonrise, and moonset times.\n- **Cloud cover:** The percentage of the sky covered by clouds.\n\nHow to use the Weather API\n--------------------------\n\n|---|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------|\n| 1 | **Get set up** | Start with [Set up your Google Cloud project](/maps/documentation/weather/cloud-setup) and complete the instructions that follow. |\n| 2 | **Get current conditions** | See [Get current conditions](/maps/documentation/weather/current-conditions). |\n| 3 | **Get hourly forecast** | See [Get hourly forecast](/maps/documentation/weather/hourly-forecast). |\n| 4 | **Get daily forecast** | See [Get daily forecast](/maps/documentation/weather/daily-forecast). |\n| 5 | **Get hourly history** | See [Get hourly history](/maps/documentation/weather/hourly-history). |\n\nWhat's next\n-----------\n\n- [Set up your Google Cloud project](/maps/documentation/weather/cloud-setup)\n- [Get current conditions](/maps/documentation/weather/current-conditions)\n- [Get hourly forecast](/maps/documentation/weather/hourly-forecast)\n- [Get daily forecast](/maps/documentation/weather/daily-forecast)\n- [Get hourly history](/maps/documentation/weather/hourly-history)"]]