GetAllReadings-Weather Data
Tested
GET
https://kfca.sa/IntAPI/api/WeatherStation/GetAllReadings
KFCA
Last modified:2024-09-13 14:01:03
Maintainer:IDA
Each entry in the JSON array includes:
id: A unique identifier for the weather data entry.
airTemperature: The current air temperature in degrees Celsius.
windSpeed: The current wind speed in meters per second.
humidity: The current humidity level as a percentage.
This API helps users access up-to-date weather information, including temperature, wind speed, and humidity, for monitoring and analysis purposes.
Request
Header Params
Cache-Control
string
optional
Example:
<calculated when request is sent>
Cookie
string
optional
Example:
<calculated when request is sent>
Host
string
optional
Example:
kfca.sa
User-Agent
string
optional
Example:
Apidog/1.0.0 (https://apidog.com)
Accept
string
optional
Example:
*/*
Accept-Encoding
string
optional
Example:
gzip, deflate, br
Connection
string
optional
Example:
keep-alive
Request samples
Responses
Modified at 2024-09-13 14:01:03