Enter the latitude and longitude to get the nearest AQI station and automatic weather station
Enter the latitude and longitude to get all AQI stations and automatic weather stations in the county
Instructions for use
1. After logging in as a member of the meteorological data open platform, click the LINKEDAPI link to enter the open link API online description document.
2. Select the data number tab. The sample code on the left has preset all filterable parameters of this data, which can be modified and deleted according to the needs of use.
3. Click the central arrow button to preview the data return result on the right.
4. Click COPY CURL in the upper right corner to get the API Request URL, which can be used in development programs.
5. For detailed parameter description, click the DOCS or SCHEMA tab on the right.
6. The upper limit of the length of this API is 3000, and the data will not be returned if it exceeds 3000. If necessary, it can be queried in batches.
inquiry mode
1. L-003 can obtain the observation data of the closest air quality measuring station and automatic weather station at the same time by specifying the longitude at longitude and the latitude at latitude (the default example is 120.635324, 24.030304).
2. L-004 integrates and queries aqi, station and other parameters, and can simultaneously obtain all air quality measuring stations and automatic weather station observation data of the county or city where the specified latitude and longitude is located.
3. In order to avoid the distortion of the observation data due to the long distance, if there is no measuring station within 100 kilometers of the latitude and longitude entered by L-003, or the latitude and longitude entered by L-004 does not belong to the Taiwan administrative region, the data will not be returned.
Update Date: | 2023/09/14 |