File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ description:
11
11
donation.
12
12
---
13
13
14
+ import { Aside } from ' @astrojs/starlight/components' ;
15
+
14
16
The OpenAQ API provides open access to global air quality data, following REST
15
17
principles with resource-oriented URLs, standard HTTP response codes, and
16
18
JSON-formatted responses. OpenAQ focuses on criteria air pollutants, primarily
@@ -34,6 +36,13 @@ section but all other content in this guide pertains to version 3. To get
34
36
started, explore the available endpoints and consult the documentation for
35
37
guidance.
36
38
39
+ <Aside type = " danger" title = " Deprecation" >
40
+ The OpenAQ version 1 and version 2 endpoints are being retired on January 31,
41
+ 2025 and after which will no longer be accessible. Please migrate all existing
42
+ code to version 3 as soon as possible to avoid disruptions. After January 31,
43
+ 2025 ` /v1 ` and ` /v2 ` endpoints will return HTTP 410 Gone responses.
44
+ </Aside >
45
+
37
46
---
38
47
39
48
This repository of global air quality data is brought to you by
You can’t perform that action at this time.
0 commit comments