Skip to content

Commit 9924880

Browse files
committed
updated responses
1 parent de13e84 commit 9924880

File tree

1 file changed

+60
-38
lines changed

1 file changed

+60
-38
lines changed

README.md

Lines changed: 60 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Returns a JSON object with the following schema:
3939
"desktop": 11
4040
}
4141
},
42-
...
42+
...
4343
]
4444
```
4545

@@ -63,45 +63,46 @@ curl --request GET \
6363

6464
```json
6565
[
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
66+
{
67+
"description": "Systems that automate building, testing, and deploying code",
68+
"technologies": [
69+
"Jenkins",
70+
"TeamCity"
71+
],
72+
"origins": {
73+
"mobile": 22,
74+
"desktop": 35
75+
},
76+
"category": "CI"
8677
},
87-
"category": "CI"
88-
}
78+
{
79+
"description": "Solutions that redirect domains to a different location or page",
80+
"technologies": [
81+
"Cloudflare",
82+
"Arsys Domain Parking"
83+
],
84+
"origins": {
85+
"mobile": 14,
86+
"desktop": 8
87+
},
88+
"category": "Domain parking"
89+
}
8990
]
9091
```
9192

9293
```bash
9394
curl --request GET \
94-
--url 'https://{{HOST}}/v1/categories?onlyname=true'
95+
--url 'https://{{HOST}}/v1/categories?onlyname'
9596
```
9697

9798
```json
9899
[
99-
"Blogs",
100-
"LMS",
101-
"CI",
102-
"Cross border ecommerce",
103-
"Cart abandonment",
104-
"Domain parking",
100+
"A/B Testing",
101+
"Accessibility",
102+
"Accounting",
103+
"Advertising",
104+
"Affiliate programs",
105+
"Analytics",
105106
...
106107
]
107108

@@ -261,13 +262,34 @@ Returns a JSON object with the following schema:
261262

262263
```json
263264
[
264-
{
265-
"client": "mobile",
266-
"similar_technologies": null,
267-
"description": "Smartsupp is a live chat tool that offers visitor recording feature.",
268-
"origins": 25649,
269-
"technology": "Smartsupp",
270-
"category": "Live chat"
271-
}
265+
{
266+
"client": "mobile",
267+
"similar_technologies": null,
268+
"description": "Smartsupp is a live chat tool that offers visitor recording feature.",
269+
"origins": 25649,
270+
"technology": "Smartsupp",
271+
"category": "Live chat"
272+
}
272273
]
273274
```
275+
276+
```bash
277+
curl --request GET \
278+
--url 'https://{{HOST}}/v1/technologies?onlyname'
279+
```
280+
281+
Returns a JSON object with the following schema:
282+
283+
```json
284+
[
285+
"1C-Bitrix",
286+
"2B Advice",
287+
"33Across",
288+
"34SP.com",
289+
"4-Tell",
290+
"42stores",
291+
"51.LA",
292+
"5centsCDN",
293+
...
294+
}
295+
```

0 commit comments

Comments
 (0)