@@ -29,16 +29,16 @@ Returns a JSON object with the following schema:
29
29
30
30
``` json
31
31
[
32
- {
33
- "technology" : " GoCache" ,
34
- "geo" : " Mexico" ,
35
- "date" : " 2023-06-01" ,
36
- "rank" : " ALL" ,
37
- "adoption" : {
38
- "mobile" : 19 ,
39
- "desktop" : 11
40
- }
41
- },
32
+ {
33
+ "technology" : " GoCache" ,
34
+ "geo" : " Mexico" ,
35
+ "date" : " 2023-06-01" ,
36
+ "rank" : " ALL" ,
37
+ "adoption" : {
38
+ "mobile" : 19 ,
39
+ "desktop" : 11
40
+ }
41
+ },
42
42
...
43
43
]
44
44
```
@@ -63,21 +63,29 @@ curl --request GET \
63
63
64
64
``` json
65
65
[
66
- {
67
- "technologies" : [
68
- " Arsys Domain Parking"
69
- ],
70
- "origins" : 11 ,
71
- "category" : " Domain parking"
72
- },
73
- {
74
- "technologies" : [
75
- " Jenkins" ,
76
- " TeamCity"
77
- ],
78
- "origins" : 20 ,
79
- "category" : " CI"
80
- }
66
+ {
67
+ "description" : " Solutions that redirect domains to a different location or page" ,
68
+ "technologies" : [
69
+ " Arsys Domain Parking"
70
+ ],
71
+ "origins" : {
72
+ "mobile" : 14 ,
73
+ "desktop" : 8
74
+ },
75
+ "category" : " Domain parking"
76
+ },
77
+ {
78
+ "description" : " Systems that automate building, testing, and deploying code" ,
79
+ "technologies" : [
80
+ " Jenkins" ,
81
+ " TeamCity"
82
+ ],
83
+ "origins" : {
84
+ "mobile" : 22 ,
85
+ "desktop" : 35
86
+ },
87
+ "category" : " CI"
88
+ }
81
89
]
82
90
```
83
91
@@ -88,12 +96,12 @@ curl --request GET \
88
96
89
97
``` json
90
98
[
91
- " Blogs" ,
92
- " LMS" ,
93
- " CI" ,
94
- " Cross border ecommerce" ,
95
- " Cart abandonment" ,
96
- " Domain parking" ,
99
+ " Blogs" ,
100
+ " LMS" ,
101
+ " CI" ,
102
+ " Cross border ecommerce" ,
103
+ " Cart abandonment" ,
104
+ " Domain parking" ,
97
105
...
98
106
]
99
107
@@ -121,26 +129,26 @@ curl --request GET \
121
129
122
130
``` json
123
131
[
124
- {
125
- "geo" : " Uruguay" ,
126
- "date" : " 2023-06-01" ,
127
- "rank" : " ALL" ,
128
- "technology" : " DomainFactory" ,
129
- "vitals" : [
130
- {
131
- "mobile" : {
132
- "good_number" : 1 ,
133
- "tested" : 4
134
- },
135
- "desktop" : {
136
- "good_number" : 0 ,
137
- "tested" : 2
138
- },
139
- "name" : " overall"
140
- },
132
+ {
133
+ "geo" : " Uruguay" ,
134
+ "date" : " 2023-06-01" ,
135
+ "rank" : " ALL" ,
136
+ "technology" : " DomainFactory" ,
137
+ "vitals" : [
138
+ {
139
+ "mobile" : {
140
+ "good_number" : 1 ,
141
+ "tested" : 4
142
+ },
143
+ "desktop" : {
144
+ "good_number" : 0 ,
145
+ "tested" : 2
146
+ },
147
+ "name" : " overall"
148
+ },
141
149
...
142
- ]
143
- }
150
+ ]
151
+ }
144
152
]
145
153
146
154
```
@@ -168,29 +176,29 @@ Returns a JSON object with the following schema:
168
176
169
177
``` json
170
178
[
171
- {
172
- "geo" : " Maldives" ,
173
- "date" : " 2023-06-01" ,
174
- "rank" : " ALL" ,
175
- "technology" : " Oracle HTTP Server" ,
176
- "lighthouse" : [
177
- {
178
- "mobile" : {
179
- "median_score" : 0.945
180
- },
181
- "desktop" : null ,
182
- "name" : " accessibility"
183
- },
184
- {
185
- "mobile" : {
186
- "median_score" : 0.915
187
- },
188
- "desktop" : null ,
189
- "name" : " best_practices"
190
- },
191
- ...
192
- ]
193
- }
179
+ {
180
+ "geo" : " Maldives" ,
181
+ "date" : " 2023-06-01" ,
182
+ "rank" : " ALL" ,
183
+ "technology" : " Oracle HTTP Server" ,
184
+ "lighthouse" : [
185
+ {
186
+ "mobile" : {
187
+ "median_score" : 0.945
188
+ },
189
+ "desktop" : null ,
190
+ "name" : " accessibility"
191
+ },
192
+ {
193
+ "mobile" : {
194
+ "median_score" : 0.915
195
+ },
196
+ "desktop" : null ,
197
+ "name" : " best_practices"
198
+ },
199
+ ...
200
+ ]
201
+ }
194
202
]
195
203
```
196
204
@@ -217,17 +225,17 @@ Returns a JSON object with the following schema:
217
225
218
226
``` json
219
227
[
220
- {
221
- "client" : " desktop" ,
222
- "date" : " 2023-07-01" ,
223
- "geo" : " ALL" ,
224
- "median_bytes_image" : " 1048110" ,
225
- "technology" : " WordPress" ,
226
- "median_bytes_total" : " 2600099" ,
227
- "median_bytes_js" : " 652651" ,
228
- "rank" : " ALL"
229
- }
230
- ...
228
+ {
229
+ "client" : " desktop" ,
230
+ "date" : " 2023-07-01" ,
231
+ "geo" : " ALL" ,
232
+ "median_bytes_image" : " 1048110" ,
233
+ "technology" : " WordPress" ,
234
+ "median_bytes_total" : " 2600099" ,
235
+ "median_bytes_js" : " 652651" ,
236
+ "rank" : " ALL"
237
+ }
238
+ ...
231
239
]
232
240
```
233
241
@@ -255,15 +263,13 @@ Returns a JSON object with the following schema:
255
263
256
264
``` json
257
265
[
258
- {
259
- "client" : " mobile" ,
260
- "similar_technologies" : null ,
261
- "date" : " 2022-02-01" ,
262
- "description" : " Smartsupp is a live chat tool that offers visitor recording feature." ,
263
- "technology" : " Smartsupp" ,
264
- "category" : " Live chat" ,
265
- "origins" : 16840
266
- },
267
- ...
266
+ {
267
+ "client" : " mobile" ,
268
+ "similar_technologies" : null ,
269
+ "description" : " Smartsupp is a live chat tool that offers visitor recording feature." ,
270
+ "origins" : 25649 ,
271
+ "technology" : " Smartsupp" ,
272
+ "category" : " Live chat"
273
+ }
268
274
]
269
- ```
275
+ ```
0 commit comments