Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "readyState": 4,
- "responseText": "{\"results\":1,\"data\":[{\"icao\":\"KJFK\",\"barometer\":{\"hg\":29.58,\"hpa\":1002.0,\"kpa\":100.17,\"mb\":1001.69},\"clouds\":[{\"code\":\"OVX\",\"text\":\"Vertical visibility\"}],\"conditions\":[{\"code\":\"RA\",\"text\":\"Heavy Rain\"},{\"code\":\"FG\",\"text\":\"Fog\"}],\"dewpoint\":{\"celsius\":13,\"fahrenheit\":55},\"elevation\":{\"feet\":10.0,\"meters\":3.0},\"flight_category\":\"LIFR\",\"humidity\":{\"percent\":94},\"observed\":\"2024-12-11T17:51:00\",\"station\":{\"geometry\":{\"coordinates\":[-73.779317,40.639447],\"type\":\"Point\"},\"location\":\"New York, New York, United States\",\"name\":\"John F Kennedy International Airport\",\"type\":\"Airport\"},\"temperature\":{\"celsius\":14,\"fahrenheit\":57},\"rain\":{\"inches\":0.02,\"millimeters\":0.51},\"raw_text\":\"KJFK 111751Z 19014KT 1/4SM R04R/2200V3000FT +RA FG VV002 14/13 A2958 RMK AO2 PK WND 19031/1652 SFC VIS 1/2 RAB44 SLP017 P0002 60002 T01390133 10161 20139 58043\",\"visibility\":{\"miles\":\"1/4\",\"miles_float\":0.25,\"meters\":\"400\",\"meters_float\":400.0},\"wind\":{\"degrees\":190,\"speed_kph\":26,\"speed_kts\":14,\"speed_mph\":16,\"speed_mps\":7}}]}",
- "responseJSON": {
- "results": 1,
- "data": [
- {
- "icao": "KJFK",
- "barometer": {
- "hg": 29.58,
- "hpa": 1002,
- "kpa": 100.17,
- "mb": 1001.69
- },
- "clouds": [
- {
- "code": "OVX",
- "text": "Vertical visibility"
- }
- ],
- "conditions": [
- {
- "code": "RA",
- "text": "Heavy Rain"
- },
- {
- "code": "FG",
- "text": "Fog"
- }
- ],
- "dewpoint": {
- "celsius": 13,
- "fahrenheit": 55
- },
- "elevation": {
- "feet": 10,
- "meters": 3
- },
- "flight_category": "LIFR",
- "humidity": {
- "percent": 94
- },
- "observed": "2024-12-11T17:51:00",
- "station": {
- "geometry": {
- "coordinates": [
- -73.779317,
- 40.639447
- ],
- "type": "Point"
- },
- "location": "New York, New York, United States",
- "name": "John F Kennedy International Airport",
- "type": "Airport"
- },
- "temperature": {
- "celsius": 14,
- "fahrenheit": 57
- },
- "rain": {
- "inches": 0.02,
- "millimeters": 0.51
- },
- "raw_text": "KJFK 111751Z 19014KT 1/4SM R04R/2200V3000FT +RA FG VV002 14/13 A2958 RMK AO2 PK WND 19031/1652 SFC VIS 1/2 RAB44 SLP017 P0002 60002 T01390133 10161 20139 58043",
- "visibility": {
- "miles": "1/4",
- "miles_float": 0.25,
- "meters": "400",
- "meters_float": 400
- },
- "wind": {
- "degrees": 190,
- "speed_kph": 26,
- "speed_kts": 14,
- "speed_mph": 16,
- "speed_mps": 7
- }
- }
- ]
- },
- "status": 200,
- "statusText": "success"
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement