@nordsym/apiclaw 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +50 -33
- package/README.md +22 -12
- package/SOUL.md +60 -19
- package/STATUS.md +91 -169
- package/convex/_generated/api.d.ts +6 -0
- package/convex/directCall.ts +598 -0
- package/convex/providers.ts +341 -26
- package/convex/schema.ts +87 -0
- package/convex/usage.ts +260 -0
- package/convex/waitlist.ts +55 -0
- package/data/combined-02-26.json +22102 -0
- package/data/night-expansion-02-26-06-batch2.json +1898 -0
- package/data/night-expansion-02-26-06-batch3.json +1410 -0
- package/data/night-expansion-02-26-06.json +3146 -0
- package/data/night-expansion-02-26-full.json +9726 -0
- package/data/night-expansion-02-26-v2.json +330 -0
- package/data/night-expansion-02-26.json +171 -0
- package/dist/crypto.d.ts +7 -0
- package/dist/crypto.d.ts.map +1 -0
- package/dist/crypto.js +67 -0
- package/dist/crypto.js.map +1 -0
- package/dist/execute-dynamic.d.ts +116 -0
- package/dist/execute-dynamic.d.ts.map +1 -0
- package/dist/execute-dynamic.js +456 -0
- package/dist/execute-dynamic.js.map +1 -0
- package/dist/execute.d.ts +2 -1
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +35 -5
- package/dist/execute.js.map +1 -1
- package/dist/index.js +33 -4
- package/dist/index.js.map +1 -1
- package/dist/registry/apis.json +2081 -3
- package/docs/PRD-customer-key-passthrough.md +184 -0
- package/landing/public/badges/available-on-apiclaw.svg +14 -0
- package/landing/scripts/generate-stats.js +75 -4
- package/landing/src/app/admin/page.tsx +1 -1
- package/landing/src/app/api/auth/magic-link/route.ts +1 -1
- package/landing/src/app/api/auth/session/route.ts +1 -1
- package/landing/src/app/api/auth/verify/route.ts +1 -1
- package/landing/src/app/api/og/route.tsx +5 -3
- package/landing/src/app/docs/page.tsx +5 -4
- package/landing/src/app/earn/page.tsx +14 -11
- package/landing/src/app/globals.css +16 -15
- package/landing/src/app/layout.tsx +2 -2
- package/landing/src/app/page.tsx +425 -254
- package/landing/src/app/providers/dashboard/[apiId]/actions/[actionId]/edit/page.tsx +600 -0
- package/landing/src/app/providers/dashboard/[apiId]/actions/new/page.tsx +583 -0
- package/landing/src/app/providers/dashboard/[apiId]/actions/page.tsx +301 -0
- package/landing/src/app/providers/dashboard/[apiId]/direct-call/page.tsx +659 -0
- package/landing/src/app/providers/dashboard/[apiId]/page.tsx +381 -0
- package/landing/src/app/providers/dashboard/[apiId]/test/page.tsx +418 -0
- package/landing/src/app/providers/dashboard/layout.tsx +292 -0
- package/landing/src/app/providers/dashboard/page.tsx +353 -290
- package/landing/src/app/providers/register/page.tsx +87 -10
- package/landing/src/components/AiClientDropdown.tsx +85 -0
- package/landing/src/components/ConfigHelperModal.tsx +113 -0
- package/landing/src/components/HeroTabs.tsx +187 -0
- package/landing/src/components/ShareIntegrationModal.tsx +198 -0
- package/landing/src/hooks/useDashboardData.ts +53 -1
- package/landing/src/lib/apis.json +46554 -174
- package/landing/src/lib/convex-client.ts +22 -3
- package/landing/src/lib/stats.json +4 -4
- package/landing/tsconfig.tsbuildinfo +1 -1
- package/night-expansion-02-26-06-batch2.py +368 -0
- package/night-expansion-02-26-06-batch3.py +299 -0
- package/night-expansion-02-26-06.py +756 -0
- package/package.json +1 -1
- package/scripts/bulk-add-public-apis-v2.py +418 -0
- package/scripts/night-expansion-02-26-v2.py +296 -0
- package/scripts/night-expansion-02-26.py +890 -0
- package/scripts/seed-complete-api.js +181 -0
- package/scripts/seed-demo-api.sh +44 -0
- package/src/crypto.ts +75 -0
- package/src/execute-dynamic.ts +589 -0
- package/src/execute.ts +41 -5
- package/src/index.ts +38 -4
- package/src/registry/apis.json +2081 -3
|
@@ -0,0 +1,3146 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "acgclub",
|
|
4
|
+
"name": "AcgClub",
|
|
5
|
+
"description": "ACG-related aggregation services",
|
|
6
|
+
"category": "Entertainment",
|
|
7
|
+
"link": "https://github.com/Rabtman/AcgClub/wiki/",
|
|
8
|
+
"auth": "None"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"id": "anilist",
|
|
12
|
+
"name": "AniList",
|
|
13
|
+
"description": "Access to 500k+ anime and manga entries",
|
|
14
|
+
"category": "Entertainment",
|
|
15
|
+
"link": "https://github.com/AniList/ApiV2-GraphQL-Docs",
|
|
16
|
+
"auth": "OAuth"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"id": "kitsu",
|
|
20
|
+
"name": "Kitsu",
|
|
21
|
+
"description": "Modern anime discovery platform",
|
|
22
|
+
"category": "Entertainment",
|
|
23
|
+
"link": "https://kitsu.docs.apiary.io/",
|
|
24
|
+
"auth": "OAuth"
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
"id": "hitokoto",
|
|
28
|
+
"name": "hitokoto",
|
|
29
|
+
"description": "One-word service from anime",
|
|
30
|
+
"category": "Entertainment",
|
|
31
|
+
"link": "https://hitokoto.cn/api",
|
|
32
|
+
"auth": "None"
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"id": "blogger",
|
|
36
|
+
"name": "Blogger",
|
|
37
|
+
"description": "Create and manage blog posts",
|
|
38
|
+
"category": "Content",
|
|
39
|
+
"link": "https://developers.google.com/blogger/",
|
|
40
|
+
"auth": "OAuth"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "medium",
|
|
44
|
+
"name": "Medium",
|
|
45
|
+
"description": "Access Medium.com data",
|
|
46
|
+
"category": "Content",
|
|
47
|
+
"link": "https://github.com/Medium/medium-api-docs",
|
|
48
|
+
"auth": "OAuth"
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"id": "weebly-cloud",
|
|
52
|
+
"name": "Weebly Cloud",
|
|
53
|
+
"description": "Website builder API",
|
|
54
|
+
"category": "Development",
|
|
55
|
+
"link": "https://cloud-developer.weebly.com/",
|
|
56
|
+
"auth": "apiKey"
|
|
57
|
+
},
|
|
58
|
+
{
|
|
59
|
+
"id": "wordpress",
|
|
60
|
+
"name": "WordPress",
|
|
61
|
+
"description": "WordPress APIs",
|
|
62
|
+
"category": "Content",
|
|
63
|
+
"link": "https://codex.wordpress.org/WordPress_APIs",
|
|
64
|
+
"auth": "OAuth"
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"id": "telegraph",
|
|
68
|
+
"name": "Telegraph",
|
|
69
|
+
"description": "Telegram's publishing service",
|
|
70
|
+
"category": "Content",
|
|
71
|
+
"link": "http://telegra.ph/api",
|
|
72
|
+
"auth": "None"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"id": "an-api-of-ice-and-fire",
|
|
76
|
+
"name": "An API Of Ice And Fire",
|
|
77
|
+
"description": "Game of Thrones universe data",
|
|
78
|
+
"category": "Entertainment",
|
|
79
|
+
"link": "https://anapioficeandfire.com/",
|
|
80
|
+
"auth": "None"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"id": "open-library-books",
|
|
84
|
+
"name": "Open Library Books",
|
|
85
|
+
"description": "Open editable library catalog",
|
|
86
|
+
"category": "Books",
|
|
87
|
+
"link": "https://openlibrary.org/developers/api",
|
|
88
|
+
"auth": "None"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"id": "nypl-digital-collections",
|
|
92
|
+
"name": "NYPL Digital Collections",
|
|
93
|
+
"description": "New York Public Library digital collections",
|
|
94
|
+
"category": "Books",
|
|
95
|
+
"link": "http://api.repo.nypl.org/",
|
|
96
|
+
"auth": "apiKey"
|
|
97
|
+
},
|
|
98
|
+
{
|
|
99
|
+
"id": "bookshare",
|
|
100
|
+
"name": "Bookshare",
|
|
101
|
+
"description": "Books for print disabilities",
|
|
102
|
+
"category": "Books",
|
|
103
|
+
"link": "http://developer.bookshare.org/",
|
|
104
|
+
"auth": "apiKey"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"id": "airtable",
|
|
108
|
+
"name": "Airtable",
|
|
109
|
+
"description": "Database and spreadsheet hybrid",
|
|
110
|
+
"category": "Business",
|
|
111
|
+
"link": "https://airtable.com/api",
|
|
112
|
+
"auth": "apiKey"
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"id": "buffer",
|
|
116
|
+
"name": "Buffer",
|
|
117
|
+
"description": "Social media management",
|
|
118
|
+
"category": "Social",
|
|
119
|
+
"link": "https://buffer.com/developers/api",
|
|
120
|
+
"auth": "OAuth"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"id": "concur-labs",
|
|
124
|
+
"name": "Concur Labs",
|
|
125
|
+
"description": "Travel and expense management",
|
|
126
|
+
"category": "Business",
|
|
127
|
+
"link": "https://developer.concur.com/api-reference/",
|
|
128
|
+
"auth": "OAuth"
|
|
129
|
+
},
|
|
130
|
+
{
|
|
131
|
+
"id": "jotform",
|
|
132
|
+
"name": "JotForm",
|
|
133
|
+
"description": "Form builder API",
|
|
134
|
+
"category": "Business",
|
|
135
|
+
"link": "http://api.jotform.com/docs/",
|
|
136
|
+
"auth": "apiKey"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"id": "quip",
|
|
140
|
+
"name": "Quip",
|
|
141
|
+
"description": "Collaborative documents",
|
|
142
|
+
"category": "Business",
|
|
143
|
+
"link": "https://quip.com/api/",
|
|
144
|
+
"auth": "OAuth"
|
|
145
|
+
},
|
|
146
|
+
{
|
|
147
|
+
"id": "salesforce",
|
|
148
|
+
"name": "Salesforce",
|
|
149
|
+
"description": "CRM platform API",
|
|
150
|
+
"category": "Business",
|
|
151
|
+
"link": "https://developer.salesforce.com/page/Salesforce_APIs",
|
|
152
|
+
"auth": "OAuth"
|
|
153
|
+
},
|
|
154
|
+
{
|
|
155
|
+
"id": "square",
|
|
156
|
+
"name": "Square",
|
|
157
|
+
"description": "Payment processing",
|
|
158
|
+
"category": "Finance",
|
|
159
|
+
"link": "https://connect.squareup.com/",
|
|
160
|
+
"auth": "OAuth"
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"id": "google-calendar",
|
|
164
|
+
"name": "Google Calendar",
|
|
165
|
+
"description": "Calendar integration",
|
|
166
|
+
"category": "Productivity",
|
|
167
|
+
"link": "https://developers.google.com/google-apps/calendar/",
|
|
168
|
+
"auth": "OAuth"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"id": "outlook-calendar",
|
|
172
|
+
"name": "Outlook Calendar",
|
|
173
|
+
"description": "Microsoft calendar API",
|
|
174
|
+
"category": "Productivity",
|
|
175
|
+
"link": "https://docs.microsoft.com/en-us/graph/api/resources/calendar",
|
|
176
|
+
"auth": "OAuth"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"id": "lyft",
|
|
180
|
+
"name": "Lyft",
|
|
181
|
+
"description": "Rideshare API",
|
|
182
|
+
"category": "Transportation",
|
|
183
|
+
"link": "https://www.lyft.com/developers",
|
|
184
|
+
"auth": "OAuth"
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"id": "uber",
|
|
188
|
+
"name": "Uber",
|
|
189
|
+
"description": "Rideshare and delivery API",
|
|
190
|
+
"category": "Transportation",
|
|
191
|
+
"link": "https://developer.uber.com/",
|
|
192
|
+
"auth": "OAuth"
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
"id": "google-cloud-platform",
|
|
196
|
+
"name": "Google Cloud Platform",
|
|
197
|
+
"description": "Google cloud services",
|
|
198
|
+
"category": "Cloud",
|
|
199
|
+
"link": "https://cloud.google.com/apis/docs/overview",
|
|
200
|
+
"auth": "OAuth"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"id": "oracle-cloud",
|
|
204
|
+
"name": "Oracle Cloud",
|
|
205
|
+
"description": "Oracle cloud infrastructure",
|
|
206
|
+
"category": "Cloud",
|
|
207
|
+
"link": "https://cloud.oracle.com/home",
|
|
208
|
+
"auth": "apiKey"
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
"id": "tencent-cloud",
|
|
212
|
+
"name": "Tencent Cloud",
|
|
213
|
+
"description": "Tencent cloud services",
|
|
214
|
+
"category": "Cloud",
|
|
215
|
+
"link": "https://cloud.tencent.com/document/api",
|
|
216
|
+
"auth": "apiKey"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "amazon-cloud-drive",
|
|
220
|
+
"name": "Amazon Cloud Drive",
|
|
221
|
+
"description": "Amazon cloud storage",
|
|
222
|
+
"category": "Cloud",
|
|
223
|
+
"link": "https://developer.amazon.com/amazon-drive",
|
|
224
|
+
"auth": "OAuth"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"id": "box",
|
|
228
|
+
"name": "Box",
|
|
229
|
+
"description": "Enterprise file sharing",
|
|
230
|
+
"category": "Cloud",
|
|
231
|
+
"link": "https://developer.box.com/",
|
|
232
|
+
"auth": "OAuth"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"id": "digital-ocean-spaces",
|
|
236
|
+
"name": "Digital Ocean Spaces",
|
|
237
|
+
"description": "Object storage",
|
|
238
|
+
"category": "Cloud",
|
|
239
|
+
"link": "https://developers.digitalocean.com/",
|
|
240
|
+
"auth": "apiKey"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"id": "document-cloud",
|
|
244
|
+
"name": "Document Cloud",
|
|
245
|
+
"description": "Document storage and analysis",
|
|
246
|
+
"category": "Documents",
|
|
247
|
+
"link": "http://www.documentcloud.org/help/api",
|
|
248
|
+
"auth": "apiKey"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"id": "dropbox",
|
|
252
|
+
"name": "Dropbox",
|
|
253
|
+
"description": "Cloud file storage",
|
|
254
|
+
"category": "Cloud",
|
|
255
|
+
"link": "https://www.dropbox.com/developers",
|
|
256
|
+
"auth": "OAuth"
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": "google-drive",
|
|
260
|
+
"name": "Google Drive",
|
|
261
|
+
"description": "Google cloud storage",
|
|
262
|
+
"category": "Cloud",
|
|
263
|
+
"link": "https://developers.google.com/drive/",
|
|
264
|
+
"auth": "OAuth"
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"id": "onedrive",
|
|
268
|
+
"name": "OneDrive",
|
|
269
|
+
"description": "Microsoft cloud storage",
|
|
270
|
+
"category": "Cloud",
|
|
271
|
+
"link": "https://dev.onedrive.com/",
|
|
272
|
+
"auth": "OAuth"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "aramex",
|
|
276
|
+
"name": "Aramex",
|
|
277
|
+
"description": "Global shipping provider",
|
|
278
|
+
"category": "Shipping",
|
|
279
|
+
"link": "https://www.aramex.com/developers/aramex-apis",
|
|
280
|
+
"auth": "apiKey"
|
|
281
|
+
},
|
|
282
|
+
{
|
|
283
|
+
"id": "canada-post",
|
|
284
|
+
"name": "Canada Post",
|
|
285
|
+
"description": "Canadian postal service",
|
|
286
|
+
"category": "Shipping",
|
|
287
|
+
"link": "http://www.canadapost.ca/cpo/mc/business/productsservices/developers/",
|
|
288
|
+
"auth": "apiKey"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"id": "dhl",
|
|
292
|
+
"name": "DHL",
|
|
293
|
+
"description": "DHL shipping services",
|
|
294
|
+
"category": "Shipping",
|
|
295
|
+
"link": "http://www.dhl-usa.com/en/express/resource_center/integrated_shipping_solutions.html",
|
|
296
|
+
"auth": "apiKey"
|
|
297
|
+
},
|
|
298
|
+
{
|
|
299
|
+
"id": "fedex",
|
|
300
|
+
"name": "FedEx",
|
|
301
|
+
"description": "FedEx shipping integration",
|
|
302
|
+
"category": "Shipping",
|
|
303
|
+
"link": "https://www.fedex.com/us/developer/web-services/index.html",
|
|
304
|
+
"auth": "apiKey"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "ups",
|
|
308
|
+
"name": "UPS",
|
|
309
|
+
"description": "UPS shipping functionalities",
|
|
310
|
+
"category": "Shipping",
|
|
311
|
+
"link": "http://www.ups.com/content/us/en/resources/techsupport/developercenter.html",
|
|
312
|
+
"auth": "apiKey"
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"id": "dribbble",
|
|
316
|
+
"name": "Dribbble",
|
|
317
|
+
"description": "Designer portfolio platform",
|
|
318
|
+
"category": "Design",
|
|
319
|
+
"link": "http://developer.dribbble.com/v1/",
|
|
320
|
+
"auth": "OAuth"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"id": "behance",
|
|
324
|
+
"name": "Behance",
|
|
325
|
+
"description": "Creative portfolio platform",
|
|
326
|
+
"category": "Design",
|
|
327
|
+
"link": "https://www.behance.net/dev/api/endpoints/",
|
|
328
|
+
"auth": "apiKey"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"id": "deviantart",
|
|
332
|
+
"name": "deviantART",
|
|
333
|
+
"description": "Art community platform",
|
|
334
|
+
"category": "Art",
|
|
335
|
+
"link": "https://www.deviantart.com/developers/",
|
|
336
|
+
"auth": "OAuth"
|
|
337
|
+
},
|
|
338
|
+
{
|
|
339
|
+
"id": "artik-cloud",
|
|
340
|
+
"name": "ARTIK Cloud",
|
|
341
|
+
"description": "IoT cloud platform",
|
|
342
|
+
"category": "IoT",
|
|
343
|
+
"link": "https://developer.artik.cloud/documentation/api-reference/",
|
|
344
|
+
"auth": "OAuth"
|
|
345
|
+
},
|
|
346
|
+
{
|
|
347
|
+
"id": "at-t-m2x",
|
|
348
|
+
"name": "AT&T M2X",
|
|
349
|
+
"description": "IoT time-series data",
|
|
350
|
+
"category": "IoT",
|
|
351
|
+
"link": "https://m2x.att.com/developer/documentation/v2/overview",
|
|
352
|
+
"auth": "apiKey"
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"id": "bitbucket",
|
|
356
|
+
"name": "Bitbucket",
|
|
357
|
+
"description": "Git repository hosting",
|
|
358
|
+
"category": "Development",
|
|
359
|
+
"link": "https://developer.atlassian.com/cloud/bitbucket/",
|
|
360
|
+
"auth": "OAuth"
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"id": "bitly",
|
|
364
|
+
"name": "bitly",
|
|
365
|
+
"description": "URL shortening",
|
|
366
|
+
"category": "Tools",
|
|
367
|
+
"link": "https://dev.bitly.com/",
|
|
368
|
+
"auth": "OAuth"
|
|
369
|
+
},
|
|
370
|
+
{
|
|
371
|
+
"id": "buddy",
|
|
372
|
+
"name": "Buddy",
|
|
373
|
+
"description": "CI/CD platform",
|
|
374
|
+
"category": "Development",
|
|
375
|
+
"link": "https://buddy.works/api/reference/getting-started/overview",
|
|
376
|
+
"auth": "OAuth"
|
|
377
|
+
},
|
|
378
|
+
{
|
|
379
|
+
"id": "circleci",
|
|
380
|
+
"name": "CircleCI",
|
|
381
|
+
"description": "CI/CD platform",
|
|
382
|
+
"category": "Development",
|
|
383
|
+
"link": "https://circleci.com/docs/api/v1-reference/",
|
|
384
|
+
"auth": "apiKey"
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
"id": "github",
|
|
388
|
+
"name": "GitHub",
|
|
389
|
+
"description": "Software development platform",
|
|
390
|
+
"category": "Development",
|
|
391
|
+
"link": "https://developer.github.com/v3/",
|
|
392
|
+
"auth": "OAuth"
|
|
393
|
+
},
|
|
394
|
+
{
|
|
395
|
+
"id": "gitlab",
|
|
396
|
+
"name": "GitLab",
|
|
397
|
+
"description": "DevOps platform",
|
|
398
|
+
"category": "Development",
|
|
399
|
+
"link": "https://docs.gitlab.com/ee/api/README.html",
|
|
400
|
+
"auth": "OAuth"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"id": "gitter",
|
|
404
|
+
"name": "Gitter",
|
|
405
|
+
"description": "Chat for GitHub",
|
|
406
|
+
"category": "Communication",
|
|
407
|
+
"link": "https://developer.gitter.im/docs/welcome",
|
|
408
|
+
"auth": "OAuth"
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"id": "google-play-developer",
|
|
412
|
+
"name": "Google Play Developer",
|
|
413
|
+
"description": "Android app publishing",
|
|
414
|
+
"category": "Development",
|
|
415
|
+
"link": "https://developers.google.com/android-publisher/",
|
|
416
|
+
"auth": "OAuth"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"id": "ipinfo-io",
|
|
420
|
+
"name": "IPInfo.io",
|
|
421
|
+
"description": "IP geolocation",
|
|
422
|
+
"category": "Tools",
|
|
423
|
+
"link": "https://ipinfo.io/developers",
|
|
424
|
+
"auth": "apiKey"
|
|
425
|
+
},
|
|
426
|
+
{
|
|
427
|
+
"id": "openhab",
|
|
428
|
+
"name": "openHAB",
|
|
429
|
+
"description": "Home automation",
|
|
430
|
+
"category": "IoT",
|
|
431
|
+
"link": "https://github.com/openhab/openhab1-addons/wiki/REST-API",
|
|
432
|
+
"auth": "None"
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
"id": "particle",
|
|
436
|
+
"name": "Particle",
|
|
437
|
+
"description": "IoT platform",
|
|
438
|
+
"category": "IoT",
|
|
439
|
+
"link": "https://docs.particle.io/reference/api/",
|
|
440
|
+
"auth": "OAuth"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "proxycrawl",
|
|
444
|
+
"name": "ProxyCrawl",
|
|
445
|
+
"description": "Web scraping proxy",
|
|
446
|
+
"category": "Tools",
|
|
447
|
+
"link": "https://proxycrawl.com",
|
|
448
|
+
"auth": "apiKey"
|
|
449
|
+
},
|
|
450
|
+
{
|
|
451
|
+
"id": "qr-code-generator",
|
|
452
|
+
"name": "QR Code Generator",
|
|
453
|
+
"description": "Generate QR codes",
|
|
454
|
+
"category": "Tools",
|
|
455
|
+
"link": "http://goqr.me/api/",
|
|
456
|
+
"auth": "None"
|
|
457
|
+
},
|
|
458
|
+
{
|
|
459
|
+
"id": "scraper-api",
|
|
460
|
+
"name": "Scraper API",
|
|
461
|
+
"description": "Web scraping service",
|
|
462
|
+
"category": "Tools",
|
|
463
|
+
"link": "https://www.scraperapi.com/documentation",
|
|
464
|
+
"auth": "apiKey"
|
|
465
|
+
},
|
|
466
|
+
{
|
|
467
|
+
"id": "stackexchange",
|
|
468
|
+
"name": "StackExchange",
|
|
469
|
+
"description": "Q&A network",
|
|
470
|
+
"category": "Development",
|
|
471
|
+
"link": "https://api.stackexchange.com/docs",
|
|
472
|
+
"auth": "OAuth"
|
|
473
|
+
},
|
|
474
|
+
{
|
|
475
|
+
"id": "travisci",
|
|
476
|
+
"name": "TravisCI",
|
|
477
|
+
"description": "CI platform",
|
|
478
|
+
"category": "Development",
|
|
479
|
+
"link": "https://docs.travis-ci.com/api/",
|
|
480
|
+
"auth": "apiKey"
|
|
481
|
+
},
|
|
482
|
+
{
|
|
483
|
+
"id": "w3c",
|
|
484
|
+
"name": "W3C",
|
|
485
|
+
"description": "Web standards data",
|
|
486
|
+
"category": "Development",
|
|
487
|
+
"link": "https://github.com/w3c/w3c-api",
|
|
488
|
+
"auth": "None"
|
|
489
|
+
},
|
|
490
|
+
{
|
|
491
|
+
"id": "zenhub",
|
|
492
|
+
"name": "ZenHub",
|
|
493
|
+
"description": "Project management for GitHub",
|
|
494
|
+
"category": "Development",
|
|
495
|
+
"link": "https://github.com/ZenHubIO/API",
|
|
496
|
+
"auth": "apiKey"
|
|
497
|
+
},
|
|
498
|
+
{
|
|
499
|
+
"id": "context-io",
|
|
500
|
+
"name": "Context.IO",
|
|
501
|
+
"description": "Email data API",
|
|
502
|
+
"category": "Email",
|
|
503
|
+
"link": "http://context.io/",
|
|
504
|
+
"auth": "OAuth"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"id": "inbox-by-nylas",
|
|
508
|
+
"name": "Inbox by Nylas",
|
|
509
|
+
"description": "Email infrastructure",
|
|
510
|
+
"category": "Email",
|
|
511
|
+
"link": "https://www.nylas.com/",
|
|
512
|
+
"auth": "OAuth"
|
|
513
|
+
},
|
|
514
|
+
{
|
|
515
|
+
"id": "mandrill",
|
|
516
|
+
"name": "Mandrill",
|
|
517
|
+
"description": "Transactional email",
|
|
518
|
+
"category": "Email",
|
|
519
|
+
"link": "https://mandrillapp.com/api/docs/",
|
|
520
|
+
"auth": "apiKey"
|
|
521
|
+
},
|
|
522
|
+
{
|
|
523
|
+
"id": "outlook-mail",
|
|
524
|
+
"name": "Outlook Mail",
|
|
525
|
+
"description": "Microsoft email API",
|
|
526
|
+
"category": "Email",
|
|
527
|
+
"link": "https://docs.microsoft.com/en-us/graph/api/resources/mail-api-overview",
|
|
528
|
+
"auth": "OAuth"
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
"id": "fitbit",
|
|
532
|
+
"name": "Fitbit",
|
|
533
|
+
"description": "Fitness tracker data",
|
|
534
|
+
"category": "Health",
|
|
535
|
+
"link": "https://dev.fitbit.com/",
|
|
536
|
+
"auth": "OAuth"
|
|
537
|
+
},
|
|
538
|
+
{
|
|
539
|
+
"id": "jawbone-up",
|
|
540
|
+
"name": "Jawbone UP",
|
|
541
|
+
"description": "Activity tracking",
|
|
542
|
+
"category": "Health",
|
|
543
|
+
"link": "https://jawbone.com/up/developer",
|
|
544
|
+
"auth": "OAuth"
|
|
545
|
+
},
|
|
546
|
+
{
|
|
547
|
+
"id": "misfit",
|
|
548
|
+
"name": "Misfit",
|
|
549
|
+
"description": "Wearable activity tracking",
|
|
550
|
+
"category": "Health",
|
|
551
|
+
"link": "https://build.misfit.com/",
|
|
552
|
+
"auth": "OAuth"
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "nike",
|
|
556
|
+
"name": "Nike+",
|
|
557
|
+
"description": "Nike fitness data",
|
|
558
|
+
"category": "Health",
|
|
559
|
+
"link": "https://developer.nike.com/",
|
|
560
|
+
"auth": "OAuth"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"id": "strava",
|
|
564
|
+
"name": "Strava",
|
|
565
|
+
"description": "Athletic activities",
|
|
566
|
+
"category": "Sports",
|
|
567
|
+
"link": "https://strava.github.io/api/",
|
|
568
|
+
"auth": "OAuth"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"id": "withings",
|
|
572
|
+
"name": "Withings",
|
|
573
|
+
"description": "Health device data",
|
|
574
|
+
"category": "Health",
|
|
575
|
+
"link": "http://www.withings.com/us/en/developers",
|
|
576
|
+
"auth": "OAuth"
|
|
577
|
+
},
|
|
578
|
+
{
|
|
579
|
+
"id": "1forge",
|
|
580
|
+
"name": "1Forge",
|
|
581
|
+
"description": "Forex and crypto quotes",
|
|
582
|
+
"category": "Finance",
|
|
583
|
+
"link": "https://1forge.com/",
|
|
584
|
+
"auth": "apiKey"
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"id": "eve-online",
|
|
588
|
+
"name": "EVE Online",
|
|
589
|
+
"description": "EVE Online game data",
|
|
590
|
+
"category": "Games",
|
|
591
|
+
"link": "https://developers.eveonline.com/",
|
|
592
|
+
"auth": "OAuth"
|
|
593
|
+
},
|
|
594
|
+
{
|
|
595
|
+
"id": "facebook-games",
|
|
596
|
+
"name": "Facebook Games",
|
|
597
|
+
"description": "Facebook gaming services",
|
|
598
|
+
"category": "Games",
|
|
599
|
+
"link": "https://developers.facebook.com/docs/games",
|
|
600
|
+
"auth": "OAuth"
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"id": "google-play-games",
|
|
604
|
+
"name": "Google Play Games",
|
|
605
|
+
"description": "Google gaming services",
|
|
606
|
+
"category": "Games",
|
|
607
|
+
"link": "https://developers.google.com/games/",
|
|
608
|
+
"auth": "OAuth"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"id": "steam-web-api",
|
|
612
|
+
"name": "Steam Web API",
|
|
613
|
+
"description": "Steam game data",
|
|
614
|
+
"category": "Games",
|
|
615
|
+
"link": "https://steamcommunity.com/dev",
|
|
616
|
+
"auth": "apiKey"
|
|
617
|
+
},
|
|
618
|
+
{
|
|
619
|
+
"id": "guild-wars-2",
|
|
620
|
+
"name": "Guild Wars 2",
|
|
621
|
+
"description": "Guild Wars 2 game data",
|
|
622
|
+
"category": "Games",
|
|
623
|
+
"link": "https://wiki.guildwars2.com/wiki/API:Main",
|
|
624
|
+
"auth": "None"
|
|
625
|
+
},
|
|
626
|
+
{
|
|
627
|
+
"id": "automatic",
|
|
628
|
+
"name": "Automatic",
|
|
629
|
+
"description": "Connected car platform",
|
|
630
|
+
"category": "IoT",
|
|
631
|
+
"link": "https://developer.automatic.com/",
|
|
632
|
+
"auth": "OAuth"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"id": "amazon-alexa",
|
|
636
|
+
"name": "Amazon Alexa",
|
|
637
|
+
"description": "Voice assistant API",
|
|
638
|
+
"category": "IoT",
|
|
639
|
+
"link": "https://developer.amazon.com/alexa",
|
|
640
|
+
"auth": "OAuth"
|
|
641
|
+
},
|
|
642
|
+
{
|
|
643
|
+
"id": "google-assistant",
|
|
644
|
+
"name": "Google Assistant",
|
|
645
|
+
"description": "Google voice assistant",
|
|
646
|
+
"category": "IoT",
|
|
647
|
+
"link": "https://developers.google.com/actions/",
|
|
648
|
+
"auth": "OAuth"
|
|
649
|
+
},
|
|
650
|
+
{
|
|
651
|
+
"id": "home8",
|
|
652
|
+
"name": "Home8",
|
|
653
|
+
"description": "Smart home security",
|
|
654
|
+
"category": "IoT",
|
|
655
|
+
"link": "https://developer.home8systems.com/",
|
|
656
|
+
"auth": "apiKey"
|
|
657
|
+
},
|
|
658
|
+
{
|
|
659
|
+
"id": "homey",
|
|
660
|
+
"name": "Homey",
|
|
661
|
+
"description": "Smart home hub",
|
|
662
|
+
"category": "IoT",
|
|
663
|
+
"link": "https://developers.athom.com/api/",
|
|
664
|
+
"auth": "OAuth"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"id": "lifx",
|
|
668
|
+
"name": "LIFX",
|
|
669
|
+
"description": "Smart lighting",
|
|
670
|
+
"category": "IoT",
|
|
671
|
+
"link": "https://api.developer.lifx.com/",
|
|
672
|
+
"auth": "OAuth"
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
"id": "philips-hue",
|
|
676
|
+
"name": "Philips Hue",
|
|
677
|
+
"description": "Smart lighting system",
|
|
678
|
+
"category": "IoT",
|
|
679
|
+
"link": "https://developers.meethue.com/",
|
|
680
|
+
"auth": "OAuth"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"id": "smartthings",
|
|
684
|
+
"name": "SmartThings",
|
|
685
|
+
"description": "Smart home platform",
|
|
686
|
+
"category": "IoT",
|
|
687
|
+
"link": "https://developer-preview.smartthings.com/",
|
|
688
|
+
"auth": "OAuth"
|
|
689
|
+
},
|
|
690
|
+
{
|
|
691
|
+
"id": "yeelight",
|
|
692
|
+
"name": "Yeelight",
|
|
693
|
+
"description": "Smart LED products",
|
|
694
|
+
"category": "IoT",
|
|
695
|
+
"link": "http://www.yeelight.com/en_US/developer",
|
|
696
|
+
"auth": "None"
|
|
697
|
+
},
|
|
698
|
+
{
|
|
699
|
+
"id": "amazon-ml",
|
|
700
|
+
"name": "Amazon ML",
|
|
701
|
+
"description": "AWS machine learning",
|
|
702
|
+
"category": "AI",
|
|
703
|
+
"link": "https://aws.amazon.com/machine-learning/",
|
|
704
|
+
"auth": "apiKey"
|
|
705
|
+
},
|
|
706
|
+
{
|
|
707
|
+
"id": "bigml",
|
|
708
|
+
"name": "BigML",
|
|
709
|
+
"description": "ML platform",
|
|
710
|
+
"category": "AI",
|
|
711
|
+
"link": "https://bigml.com/api",
|
|
712
|
+
"auth": "apiKey"
|
|
713
|
+
},
|
|
714
|
+
{
|
|
715
|
+
"id": "diffbot",
|
|
716
|
+
"name": "Diffbot",
|
|
717
|
+
"description": "AI data extraction",
|
|
718
|
+
"category": "AI",
|
|
719
|
+
"link": "https://www.diffbot.com/dev/docs/",
|
|
720
|
+
"auth": "apiKey"
|
|
721
|
+
},
|
|
722
|
+
{
|
|
723
|
+
"id": "google-cloud-prediction",
|
|
724
|
+
"name": "Google Cloud Prediction",
|
|
725
|
+
"description": "ML prediction API",
|
|
726
|
+
"category": "AI",
|
|
727
|
+
"link": "https://cloud.google.com/prediction/docs/",
|
|
728
|
+
"auth": "OAuth"
|
|
729
|
+
},
|
|
730
|
+
{
|
|
731
|
+
"id": "ibm-watson",
|
|
732
|
+
"name": "IBM Watson",
|
|
733
|
+
"description": "AI and ML services",
|
|
734
|
+
"category": "AI",
|
|
735
|
+
"link": "https://developer.ibm.com/watson/",
|
|
736
|
+
"auth": "apiKey"
|
|
737
|
+
},
|
|
738
|
+
{
|
|
739
|
+
"id": "azure-ml",
|
|
740
|
+
"name": "Azure ML",
|
|
741
|
+
"description": "Microsoft ML platform",
|
|
742
|
+
"category": "AI",
|
|
743
|
+
"link": "https://azure.microsoft.com/en-us/services/cognitive-services/",
|
|
744
|
+
"auth": "apiKey"
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
"id": "google-maps",
|
|
748
|
+
"name": "Google Maps",
|
|
749
|
+
"description": "Google mapping services",
|
|
750
|
+
"category": "Maps",
|
|
751
|
+
"link": "https://developers.google.com/maps/",
|
|
752
|
+
"auth": "apiKey"
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
"id": "cisco-spark",
|
|
756
|
+
"name": "Cisco Spark",
|
|
757
|
+
"description": "Team collaboration",
|
|
758
|
+
"category": "Communication",
|
|
759
|
+
"link": "https://developer.ciscospark.com/",
|
|
760
|
+
"auth": "OAuth"
|
|
761
|
+
},
|
|
762
|
+
{
|
|
763
|
+
"id": "fleep",
|
|
764
|
+
"name": "Fleep",
|
|
765
|
+
"description": "Team messaging",
|
|
766
|
+
"category": "Communication",
|
|
767
|
+
"link": "https://fleep.io/fleepapi/",
|
|
768
|
+
"auth": "apiKey"
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
"id": "groupme",
|
|
772
|
+
"name": "GroupMe",
|
|
773
|
+
"description": "Group messaging",
|
|
774
|
+
"category": "Communication",
|
|
775
|
+
"link": "https://dev.groupme.com/docs/v3",
|
|
776
|
+
"auth": "apiKey"
|
|
777
|
+
},
|
|
778
|
+
{
|
|
779
|
+
"id": "line",
|
|
780
|
+
"name": "LINE",
|
|
781
|
+
"description": "Messaging platform",
|
|
782
|
+
"category": "Communication",
|
|
783
|
+
"link": "https://developers.line.me/",
|
|
784
|
+
"auth": "OAuth"
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"id": "messagebird",
|
|
788
|
+
"name": "MessageBird",
|
|
789
|
+
"description": "SMS and voice",
|
|
790
|
+
"category": "Communication",
|
|
791
|
+
"link": "https://developers.messagebird.com/",
|
|
792
|
+
"auth": "apiKey"
|
|
793
|
+
},
|
|
794
|
+
{
|
|
795
|
+
"id": "slack",
|
|
796
|
+
"name": "Slack",
|
|
797
|
+
"description": "Team collaboration",
|
|
798
|
+
"category": "Communication",
|
|
799
|
+
"link": "https://api.slack.com/",
|
|
800
|
+
"auth": "OAuth"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"id": "telegram",
|
|
804
|
+
"name": "Telegram",
|
|
805
|
+
"description": "Messaging platform",
|
|
806
|
+
"category": "Communication",
|
|
807
|
+
"link": "https://core.telegram.org/api",
|
|
808
|
+
"auth": "apiKey"
|
|
809
|
+
},
|
|
810
|
+
{
|
|
811
|
+
"id": "deezer",
|
|
812
|
+
"name": "Deezer",
|
|
813
|
+
"description": "Music streaming",
|
|
814
|
+
"category": "Music",
|
|
815
|
+
"link": "https://developers.deezer.com/",
|
|
816
|
+
"auth": "OAuth"
|
|
817
|
+
},
|
|
818
|
+
{
|
|
819
|
+
"id": "musicgraph",
|
|
820
|
+
"name": "MusicGraph",
|
|
821
|
+
"description": "Music knowledge engine",
|
|
822
|
+
"category": "Music",
|
|
823
|
+
"link": "https://developer.musicgraph.com/",
|
|
824
|
+
"auth": "apiKey"
|
|
825
|
+
},
|
|
826
|
+
{
|
|
827
|
+
"id": "spotify",
|
|
828
|
+
"name": "Spotify",
|
|
829
|
+
"description": "Music streaming",
|
|
830
|
+
"category": "Music",
|
|
831
|
+
"link": "https://developer.spotify.com/web-api/",
|
|
832
|
+
"auth": "OAuth"
|
|
833
|
+
},
|
|
834
|
+
{
|
|
835
|
+
"id": "feedly",
|
|
836
|
+
"name": "feedly",
|
|
837
|
+
"description": "RSS aggregator",
|
|
838
|
+
"category": "News",
|
|
839
|
+
"link": "https://developer.feedly.com/",
|
|
840
|
+
"auth": "OAuth"
|
|
841
|
+
},
|
|
842
|
+
{
|
|
843
|
+
"id": "genius",
|
|
844
|
+
"name": "Genius",
|
|
845
|
+
"description": "Song lyrics and annotations",
|
|
846
|
+
"category": "Music",
|
|
847
|
+
"link": "https://docs.genius.com/",
|
|
848
|
+
"auth": "OAuth"
|
|
849
|
+
},
|
|
850
|
+
{
|
|
851
|
+
"id": "goodreads",
|
|
852
|
+
"name": "goodreads",
|
|
853
|
+
"description": "Book reviews",
|
|
854
|
+
"category": "Books",
|
|
855
|
+
"link": "https://www.goodreads.com/api",
|
|
856
|
+
"auth": "apiKey"
|
|
857
|
+
},
|
|
858
|
+
{
|
|
859
|
+
"id": "hackernews",
|
|
860
|
+
"name": "HackerNews",
|
|
861
|
+
"description": "Tech news",
|
|
862
|
+
"category": "News",
|
|
863
|
+
"link": "https://github.com/HackerNews/API",
|
|
864
|
+
"auth": "None"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"id": "instapaper",
|
|
868
|
+
"name": "Instapaper",
|
|
869
|
+
"description": "Read later service",
|
|
870
|
+
"category": "Productivity",
|
|
871
|
+
"link": "https://www.instapaper.com/api",
|
|
872
|
+
"auth": "OAuth"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"id": "pocket",
|
|
876
|
+
"name": "Pocket",
|
|
877
|
+
"description": "Save for later",
|
|
878
|
+
"category": "Productivity",
|
|
879
|
+
"link": "https://getpocket.com/developer/",
|
|
880
|
+
"auth": "OAuth"
|
|
881
|
+
},
|
|
882
|
+
{
|
|
883
|
+
"id": "product-hunt",
|
|
884
|
+
"name": "Product Hunt",
|
|
885
|
+
"description": "Product discovery",
|
|
886
|
+
"category": "Technology",
|
|
887
|
+
"link": "https://api.producthunt.com/v1/docs",
|
|
888
|
+
"auth": "OAuth"
|
|
889
|
+
},
|
|
890
|
+
{
|
|
891
|
+
"id": "ny-times",
|
|
892
|
+
"name": "NY Times",
|
|
893
|
+
"description": "News articles",
|
|
894
|
+
"category": "News",
|
|
895
|
+
"link": "https://developer.nytimes.com/",
|
|
896
|
+
"auth": "apiKey"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"id": "usa-today",
|
|
900
|
+
"name": "USA TODAY",
|
|
901
|
+
"description": "News API",
|
|
902
|
+
"category": "News",
|
|
903
|
+
"link": "https://developer.usatoday.com/docs/",
|
|
904
|
+
"auth": "apiKey"
|
|
905
|
+
},
|
|
906
|
+
{
|
|
907
|
+
"id": "evernote",
|
|
908
|
+
"name": "Evernote",
|
|
909
|
+
"description": "Note taking",
|
|
910
|
+
"category": "Productivity",
|
|
911
|
+
"link": "https://dev.evernote.com/doc/",
|
|
912
|
+
"auth": "OAuth"
|
|
913
|
+
},
|
|
914
|
+
{
|
|
915
|
+
"id": "onenote",
|
|
916
|
+
"name": "OneNote",
|
|
917
|
+
"description": "Microsoft notes",
|
|
918
|
+
"category": "Productivity",
|
|
919
|
+
"link": "https://docs.microsoft.com/en-us/graph/api/resources/onenote-api-overview",
|
|
920
|
+
"auth": "OAuth"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"id": "paypal",
|
|
924
|
+
"name": "PayPal",
|
|
925
|
+
"description": "Online payments",
|
|
926
|
+
"category": "Finance",
|
|
927
|
+
"link": "https://developer.paypal.com/docs/api/",
|
|
928
|
+
"auth": "OAuth"
|
|
929
|
+
},
|
|
930
|
+
{
|
|
931
|
+
"id": "paymill",
|
|
932
|
+
"name": "Paymill",
|
|
933
|
+
"description": "Payment gateway",
|
|
934
|
+
"category": "Finance",
|
|
935
|
+
"link": "https://developers.paymill.com/",
|
|
936
|
+
"auth": "apiKey"
|
|
937
|
+
},
|
|
938
|
+
{
|
|
939
|
+
"id": "wepay",
|
|
940
|
+
"name": "WePay",
|
|
941
|
+
"description": "Payment platform",
|
|
942
|
+
"category": "Finance",
|
|
943
|
+
"link": "https://www.wepay.com/",
|
|
944
|
+
"auth": "OAuth"
|
|
945
|
+
},
|
|
946
|
+
{
|
|
947
|
+
"id": "500px",
|
|
948
|
+
"name": "500px",
|
|
949
|
+
"description": "Photography community",
|
|
950
|
+
"category": "Photography",
|
|
951
|
+
"link": "https://github.com/500px/api-documentation",
|
|
952
|
+
"auth": "OAuth"
|
|
953
|
+
},
|
|
954
|
+
{
|
|
955
|
+
"id": "giphy",
|
|
956
|
+
"name": "Giphy",
|
|
957
|
+
"description": "GIF library",
|
|
958
|
+
"category": "Media",
|
|
959
|
+
"link": "https://developers.giphy.com/docs/",
|
|
960
|
+
"auth": "apiKey"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"id": "imgur",
|
|
964
|
+
"name": "Imgur",
|
|
965
|
+
"description": "Image hosting",
|
|
966
|
+
"category": "Media",
|
|
967
|
+
"link": "https://api.imgur.com/",
|
|
968
|
+
"auth": "OAuth"
|
|
969
|
+
},
|
|
970
|
+
{
|
|
971
|
+
"id": "pixabay",
|
|
972
|
+
"name": "Pixabay",
|
|
973
|
+
"description": "Free stock photos",
|
|
974
|
+
"category": "Photography",
|
|
975
|
+
"link": "https://pixabay.com/api/docs/",
|
|
976
|
+
"auth": "apiKey"
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"id": "unsplash",
|
|
980
|
+
"name": "Unsplash",
|
|
981
|
+
"description": "High-quality photos",
|
|
982
|
+
"category": "Photography",
|
|
983
|
+
"link": "https://unsplash.com/documentation",
|
|
984
|
+
"auth": "apiKey"
|
|
985
|
+
},
|
|
986
|
+
{
|
|
987
|
+
"id": "yelp",
|
|
988
|
+
"name": "Yelp",
|
|
989
|
+
"description": "Local business reviews",
|
|
990
|
+
"category": "Places",
|
|
991
|
+
"link": "https://www.yelp.com/developers/documentation/v2/overview",
|
|
992
|
+
"auth": "OAuth"
|
|
993
|
+
},
|
|
994
|
+
{
|
|
995
|
+
"id": "zomato",
|
|
996
|
+
"name": "Zomato",
|
|
997
|
+
"description": "Restaurant information",
|
|
998
|
+
"category": "Food",
|
|
999
|
+
"link": "https://developers.zomato.com/api",
|
|
1000
|
+
"auth": "apiKey"
|
|
1001
|
+
},
|
|
1002
|
+
{
|
|
1003
|
+
"id": "disqus",
|
|
1004
|
+
"name": "Disqus",
|
|
1005
|
+
"description": "Comment platform",
|
|
1006
|
+
"category": "Social",
|
|
1007
|
+
"link": "https://disqus.com/api/docs/",
|
|
1008
|
+
"auth": "OAuth"
|
|
1009
|
+
},
|
|
1010
|
+
{
|
|
1011
|
+
"id": "facebook",
|
|
1012
|
+
"name": "Facebook",
|
|
1013
|
+
"description": "Social network",
|
|
1014
|
+
"category": "Social",
|
|
1015
|
+
"link": "https://developers.facebook.com/docs/",
|
|
1016
|
+
"auth": "OAuth"
|
|
1017
|
+
},
|
|
1018
|
+
{
|
|
1019
|
+
"id": "flickr",
|
|
1020
|
+
"name": "Flickr",
|
|
1021
|
+
"description": "Photo sharing",
|
|
1022
|
+
"category": "Photography",
|
|
1023
|
+
"link": "https://www.flickr.com/services/api/",
|
|
1024
|
+
"auth": "OAuth"
|
|
1025
|
+
},
|
|
1026
|
+
{
|
|
1027
|
+
"id": "foursquare",
|
|
1028
|
+
"name": "Foursquare",
|
|
1029
|
+
"description": "Location platform",
|
|
1030
|
+
"category": "Places",
|
|
1031
|
+
"link": "https://developer.foursquare.com/",
|
|
1032
|
+
"auth": "OAuth"
|
|
1033
|
+
},
|
|
1034
|
+
{
|
|
1035
|
+
"id": "instagram",
|
|
1036
|
+
"name": "Instagram",
|
|
1037
|
+
"description": "Photo sharing",
|
|
1038
|
+
"category": "Social",
|
|
1039
|
+
"link": "https://www.instagram.com/developer/",
|
|
1040
|
+
"auth": "OAuth"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"id": "linkedin",
|
|
1044
|
+
"name": "LinkedIn",
|
|
1045
|
+
"description": "Professional network",
|
|
1046
|
+
"category": "Social",
|
|
1047
|
+
"link": "https://developer.linkedin.com/",
|
|
1048
|
+
"auth": "OAuth"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"id": "pinterest",
|
|
1052
|
+
"name": "Pinterest",
|
|
1053
|
+
"description": "Visual discovery",
|
|
1054
|
+
"category": "Social",
|
|
1055
|
+
"link": "https://developers.pinterest.com/",
|
|
1056
|
+
"auth": "OAuth"
|
|
1057
|
+
},
|
|
1058
|
+
{
|
|
1059
|
+
"id": "reddit",
|
|
1060
|
+
"name": "Reddit",
|
|
1061
|
+
"description": "Social news",
|
|
1062
|
+
"category": "Social",
|
|
1063
|
+
"link": "https://www.reddit.com/dev/api/",
|
|
1064
|
+
"auth": "OAuth"
|
|
1065
|
+
},
|
|
1066
|
+
{
|
|
1067
|
+
"id": "tumblr",
|
|
1068
|
+
"name": "Tumblr",
|
|
1069
|
+
"description": "Microblogging",
|
|
1070
|
+
"category": "Social",
|
|
1071
|
+
"link": "https://www.tumblr.com/docs/en/api/v2",
|
|
1072
|
+
"auth": "OAuth"
|
|
1073
|
+
},
|
|
1074
|
+
{
|
|
1075
|
+
"id": "twitter",
|
|
1076
|
+
"name": "Twitter",
|
|
1077
|
+
"description": "Social network",
|
|
1078
|
+
"category": "Social",
|
|
1079
|
+
"link": "https://dev.twitter.com/",
|
|
1080
|
+
"auth": "OAuth"
|
|
1081
|
+
},
|
|
1082
|
+
{
|
|
1083
|
+
"id": "amazon-product-advertising",
|
|
1084
|
+
"name": "Amazon Product Advertising",
|
|
1085
|
+
"description": "Amazon product data",
|
|
1086
|
+
"category": "E-commerce",
|
|
1087
|
+
"link": "https://affiliate-program.amazon.com/",
|
|
1088
|
+
"auth": "apiKey"
|
|
1089
|
+
},
|
|
1090
|
+
{
|
|
1091
|
+
"id": "best-buy",
|
|
1092
|
+
"name": "Best Buy",
|
|
1093
|
+
"description": "Electronics retailer",
|
|
1094
|
+
"category": "E-commerce",
|
|
1095
|
+
"link": "https://developer.bestbuy.com/",
|
|
1096
|
+
"auth": "apiKey"
|
|
1097
|
+
},
|
|
1098
|
+
{
|
|
1099
|
+
"id": "ebay",
|
|
1100
|
+
"name": "eBay",
|
|
1101
|
+
"description": "Online marketplace",
|
|
1102
|
+
"category": "E-commerce",
|
|
1103
|
+
"link": "https://go.developer.ebay.com/",
|
|
1104
|
+
"auth": "OAuth"
|
|
1105
|
+
},
|
|
1106
|
+
{
|
|
1107
|
+
"id": "home-depot",
|
|
1108
|
+
"name": "Home Depot",
|
|
1109
|
+
"description": "Home improvement retailer",
|
|
1110
|
+
"category": "E-commerce",
|
|
1111
|
+
"link": "https://developer.homedepot.com/",
|
|
1112
|
+
"auth": "apiKey"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "semantics3",
|
|
1116
|
+
"name": "Semantics3",
|
|
1117
|
+
"description": "Product data API",
|
|
1118
|
+
"category": "E-commerce",
|
|
1119
|
+
"link": "http://docs.semantics3.com/reference",
|
|
1120
|
+
"auth": "apiKey"
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"id": "asana",
|
|
1124
|
+
"name": "Asana",
|
|
1125
|
+
"description": "Project management",
|
|
1126
|
+
"category": "Productivity",
|
|
1127
|
+
"link": "https://asana.com/guide/help/api/api",
|
|
1128
|
+
"auth": "OAuth"
|
|
1129
|
+
},
|
|
1130
|
+
{
|
|
1131
|
+
"id": "join-me",
|
|
1132
|
+
"name": "join.me",
|
|
1133
|
+
"description": "Online meetings",
|
|
1134
|
+
"category": "Communication",
|
|
1135
|
+
"link": "https://developer.join.me/",
|
|
1136
|
+
"auth": "OAuth"
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"id": "teambition",
|
|
1140
|
+
"name": "Teambition",
|
|
1141
|
+
"description": "Project collaboration",
|
|
1142
|
+
"category": "Productivity",
|
|
1143
|
+
"link": "https://www.teambition.com/developer/open-platform",
|
|
1144
|
+
"auth": "OAuth"
|
|
1145
|
+
},
|
|
1146
|
+
{
|
|
1147
|
+
"id": "trello",
|
|
1148
|
+
"name": "Trello",
|
|
1149
|
+
"description": "Project management",
|
|
1150
|
+
"category": "Productivity",
|
|
1151
|
+
"link": "https://developers.trello.com/",
|
|
1152
|
+
"auth": "OAuth"
|
|
1153
|
+
},
|
|
1154
|
+
{
|
|
1155
|
+
"id": "text-analytics-api",
|
|
1156
|
+
"name": "Text Analytics API",
|
|
1157
|
+
"description": "Microsoft NLP",
|
|
1158
|
+
"category": "AI",
|
|
1159
|
+
"link": "https://azure.microsoft.com/en-us/services/cognitive-services/text-analytics/",
|
|
1160
|
+
"auth": "apiKey"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"id": "watson-nlu",
|
|
1164
|
+
"name": "Watson NLU",
|
|
1165
|
+
"description": "IBM NLP",
|
|
1166
|
+
"category": "AI",
|
|
1167
|
+
"link": "https://cloud.ibm.com/docs/natural-language-understanding",
|
|
1168
|
+
"auth": "apiKey"
|
|
1169
|
+
},
|
|
1170
|
+
{
|
|
1171
|
+
"id": "beeminder",
|
|
1172
|
+
"name": "Beeminder",
|
|
1173
|
+
"description": "Goal tracking",
|
|
1174
|
+
"category": "Productivity",
|
|
1175
|
+
"link": "https://www.beeminder.com/api",
|
|
1176
|
+
"auth": "OAuth"
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"id": "todoist",
|
|
1180
|
+
"name": "Todoist",
|
|
1181
|
+
"description": "Task management",
|
|
1182
|
+
"category": "Productivity",
|
|
1183
|
+
"link": "https://developer.todoist.com/",
|
|
1184
|
+
"auth": "OAuth"
|
|
1185
|
+
},
|
|
1186
|
+
{
|
|
1187
|
+
"id": "toodledo",
|
|
1188
|
+
"name": "Toodledo",
|
|
1189
|
+
"description": "Task management",
|
|
1190
|
+
"category": "Productivity",
|
|
1191
|
+
"link": "https://api.toodledo.com/3/",
|
|
1192
|
+
"auth": "OAuth"
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"id": "google-translate",
|
|
1196
|
+
"name": "Google Translate",
|
|
1197
|
+
"description": "Translation service",
|
|
1198
|
+
"category": "Language",
|
|
1199
|
+
"link": "https://cloud.google.com/translate/docs/",
|
|
1200
|
+
"auth": "apiKey"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"id": "microsoft-translator",
|
|
1204
|
+
"name": "Microsoft Translator",
|
|
1205
|
+
"description": "Translation service",
|
|
1206
|
+
"category": "Language",
|
|
1207
|
+
"link": "https://www.microsoft.com/en-us/translator/",
|
|
1208
|
+
"auth": "apiKey"
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"id": "oxford-dictionaries",
|
|
1212
|
+
"name": "Oxford Dictionaries",
|
|
1213
|
+
"description": "Dictionary API",
|
|
1214
|
+
"category": "Language",
|
|
1215
|
+
"link": "https://developer.oxforddictionaries.com/",
|
|
1216
|
+
"auth": "apiKey"
|
|
1217
|
+
},
|
|
1218
|
+
{
|
|
1219
|
+
"id": "yandex-translate",
|
|
1220
|
+
"name": "Yandex Translate",
|
|
1221
|
+
"description": "Translation service",
|
|
1222
|
+
"category": "Language",
|
|
1223
|
+
"link": "https://tech.yandex.com/translate/",
|
|
1224
|
+
"auth": "apiKey"
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"id": "dailymotion",
|
|
1228
|
+
"name": "Dailymotion",
|
|
1229
|
+
"description": "Video platform",
|
|
1230
|
+
"category": "Video",
|
|
1231
|
+
"link": "https://developer.dailymotion.com/api",
|
|
1232
|
+
"auth": "OAuth"
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"id": "rotten-tomatoes",
|
|
1236
|
+
"name": "Rotten Tomatoes",
|
|
1237
|
+
"description": "Movie reviews",
|
|
1238
|
+
"category": "Entertainment",
|
|
1239
|
+
"link": "https://developer.fandango.com/Rotten_Tomatoes",
|
|
1240
|
+
"auth": "apiKey"
|
|
1241
|
+
},
|
|
1242
|
+
{
|
|
1243
|
+
"id": "tmdb",
|
|
1244
|
+
"name": "TMDB",
|
|
1245
|
+
"description": "Movie database",
|
|
1246
|
+
"category": "Entertainment",
|
|
1247
|
+
"link": "https://developers.themoviedb.org",
|
|
1248
|
+
"auth": "apiKey"
|
|
1249
|
+
},
|
|
1250
|
+
{
|
|
1251
|
+
"id": "tvmaze",
|
|
1252
|
+
"name": "TVmaze",
|
|
1253
|
+
"description": "TV show database",
|
|
1254
|
+
"category": "Entertainment",
|
|
1255
|
+
"link": "https://www.tvmaze.com/api",
|
|
1256
|
+
"auth": "None"
|
|
1257
|
+
},
|
|
1258
|
+
{
|
|
1259
|
+
"id": "vimeo",
|
|
1260
|
+
"name": "Vimeo",
|
|
1261
|
+
"description": "Video platform",
|
|
1262
|
+
"category": "Video",
|
|
1263
|
+
"link": "https://developer.vimeo.com/",
|
|
1264
|
+
"auth": "OAuth"
|
|
1265
|
+
},
|
|
1266
|
+
{
|
|
1267
|
+
"id": "youtube",
|
|
1268
|
+
"name": "YouTube",
|
|
1269
|
+
"description": "Video platform",
|
|
1270
|
+
"category": "Video",
|
|
1271
|
+
"link": "https://developers.google.com/youtube/",
|
|
1272
|
+
"auth": "OAuth"
|
|
1273
|
+
},
|
|
1274
|
+
{
|
|
1275
|
+
"id": "cloud-speech-api",
|
|
1276
|
+
"name": "Cloud Speech API",
|
|
1277
|
+
"description": "Google speech recognition",
|
|
1278
|
+
"category": "AI",
|
|
1279
|
+
"link": "https://cloud.google.com/speech/",
|
|
1280
|
+
"auth": "apiKey"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"id": "cloud-vision-api",
|
|
1284
|
+
"name": "Cloud Vision API",
|
|
1285
|
+
"description": "Google image analysis",
|
|
1286
|
+
"category": "AI",
|
|
1287
|
+
"link": "https://cloud.google.com/vision/",
|
|
1288
|
+
"auth": "apiKey"
|
|
1289
|
+
},
|
|
1290
|
+
{
|
|
1291
|
+
"id": "computer-vision-api",
|
|
1292
|
+
"name": "Computer Vision API",
|
|
1293
|
+
"description": "Microsoft image analysis",
|
|
1294
|
+
"category": "AI",
|
|
1295
|
+
"link": "https://azure.microsoft.com/en-us/services/cognitive-services/computer-vision/",
|
|
1296
|
+
"auth": "apiKey"
|
|
1297
|
+
},
|
|
1298
|
+
{
|
|
1299
|
+
"id": "face",
|
|
1300
|
+
"name": "Face++",
|
|
1301
|
+
"description": "Face recognition",
|
|
1302
|
+
"category": "AI",
|
|
1303
|
+
"link": "https://www.faceplusplus.com/",
|
|
1304
|
+
"auth": "apiKey"
|
|
1305
|
+
},
|
|
1306
|
+
{
|
|
1307
|
+
"id": "watson-visual-recognition",
|
|
1308
|
+
"name": "Watson Visual Recognition",
|
|
1309
|
+
"description": "IBM image analysis",
|
|
1310
|
+
"category": "AI",
|
|
1311
|
+
"link": "https://cloud.ibm.com/catalog/services/visual-recognition",
|
|
1312
|
+
"auth": "apiKey"
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"id": "aeris-weather",
|
|
1316
|
+
"name": "Aeris Weather",
|
|
1317
|
+
"description": "Weather API",
|
|
1318
|
+
"category": "Weather",
|
|
1319
|
+
"link": "http://www.aerisweather.com/develop/",
|
|
1320
|
+
"auth": "apiKey"
|
|
1321
|
+
},
|
|
1322
|
+
{
|
|
1323
|
+
"id": "weather-underground",
|
|
1324
|
+
"name": "Weather Underground",
|
|
1325
|
+
"description": "Weather data",
|
|
1326
|
+
"category": "Weather",
|
|
1327
|
+
"link": "https://www.wunderground.com/weather/api/",
|
|
1328
|
+
"auth": "apiKey"
|
|
1329
|
+
},
|
|
1330
|
+
{
|
|
1331
|
+
"id": "yahoo-weather",
|
|
1332
|
+
"name": "Yahoo Weather",
|
|
1333
|
+
"description": "Weather data",
|
|
1334
|
+
"category": "Weather",
|
|
1335
|
+
"link": "https://developer.yahoo.com/weather/",
|
|
1336
|
+
"auth": "None"
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"id": "amazon-mobile-ads",
|
|
1340
|
+
"name": "Amazon Mobile Ads",
|
|
1341
|
+
"description": "Mobile ad monetization",
|
|
1342
|
+
"category": "Advertising",
|
|
1343
|
+
"link": "https://developer.amazon.com/mobile-ads",
|
|
1344
|
+
"auth": "apiKey"
|
|
1345
|
+
},
|
|
1346
|
+
{
|
|
1347
|
+
"id": "facebook-marketing-api",
|
|
1348
|
+
"name": "Facebook Marketing API",
|
|
1349
|
+
"description": "Ad campaign management",
|
|
1350
|
+
"category": "Marketing",
|
|
1351
|
+
"link": "https://developers.facebook.com/docs/marketing-apis",
|
|
1352
|
+
"auth": "OAuth"
|
|
1353
|
+
},
|
|
1354
|
+
{
|
|
1355
|
+
"id": "google-adsense",
|
|
1356
|
+
"name": "Google AdSense",
|
|
1357
|
+
"description": "Website monetization",
|
|
1358
|
+
"category": "Advertising",
|
|
1359
|
+
"link": "https://developers.google.com/adsense/",
|
|
1360
|
+
"auth": "OAuth"
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"id": "google-adwords",
|
|
1364
|
+
"name": "Google AdWords",
|
|
1365
|
+
"description": "Ad campaign management",
|
|
1366
|
+
"category": "Advertising",
|
|
1367
|
+
"link": "https://developers.google.com/adwords/api/",
|
|
1368
|
+
"auth": "OAuth"
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
"id": "kevel-ad-apis",
|
|
1372
|
+
"name": "Kevel Ad APIs",
|
|
1373
|
+
"description": "Build your own ad server",
|
|
1374
|
+
"category": "Advertising",
|
|
1375
|
+
"link": "https://dev.kevel.co",
|
|
1376
|
+
"auth": "apiKey"
|
|
1377
|
+
},
|
|
1378
|
+
{
|
|
1379
|
+
"id": "microsoft-ads",
|
|
1380
|
+
"name": "Microsoft Ads",
|
|
1381
|
+
"description": "Bing advertising",
|
|
1382
|
+
"category": "Advertising",
|
|
1383
|
+
"link": "https://docs.microsoft.com/en-us/advertising/",
|
|
1384
|
+
"auth": "OAuth"
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"id": "amazon-mobile-analytics",
|
|
1388
|
+
"name": "Amazon Mobile Analytics",
|
|
1389
|
+
"description": "App usage analytics",
|
|
1390
|
+
"category": "Analytics",
|
|
1391
|
+
"link": "https://aws.amazon.com/documentation/mobileanalytics/",
|
|
1392
|
+
"auth": "apiKey"
|
|
1393
|
+
},
|
|
1394
|
+
{
|
|
1395
|
+
"id": "clicky",
|
|
1396
|
+
"name": "Clicky",
|
|
1397
|
+
"description": "Website traffic analytics",
|
|
1398
|
+
"category": "Analytics",
|
|
1399
|
+
"link": "https://clicky.com/help/api",
|
|
1400
|
+
"auth": "apiKey"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"id": "ditchcarbon",
|
|
1404
|
+
"name": "DitchCarbon",
|
|
1405
|
+
"description": "Carbon emissions data",
|
|
1406
|
+
"category": "Environment",
|
|
1407
|
+
"link": "https://docs.ditchcarbon.com/",
|
|
1408
|
+
"auth": "apiKey"
|
|
1409
|
+
},
|
|
1410
|
+
{
|
|
1411
|
+
"id": "matomo",
|
|
1412
|
+
"name": "Matomo",
|
|
1413
|
+
"description": "Web analytics platform",
|
|
1414
|
+
"category": "Analytics",
|
|
1415
|
+
"link": "https://matomo.org/docs/analytics-api/",
|
|
1416
|
+
"auth": "apiKey"
|
|
1417
|
+
},
|
|
1418
|
+
{
|
|
1419
|
+
"id": "mixpanel",
|
|
1420
|
+
"name": "MixPanel",
|
|
1421
|
+
"description": "Product analytics",
|
|
1422
|
+
"category": "Analytics",
|
|
1423
|
+
"link": "https://developer.mixpanel.com/",
|
|
1424
|
+
"auth": "apiKey"
|
|
1425
|
+
},
|
|
1426
|
+
{
|
|
1427
|
+
"id": "open-web-analytics",
|
|
1428
|
+
"name": "Open Web Analytics",
|
|
1429
|
+
"description": "Open source analytics",
|
|
1430
|
+
"category": "Analytics",
|
|
1431
|
+
"link": "https://github.com/padams/Open-Web-Analytics/wiki/Data-Access-API",
|
|
1432
|
+
"auth": "None"
|
|
1433
|
+
},
|
|
1434
|
+
{
|
|
1435
|
+
"id": "ticksel",
|
|
1436
|
+
"name": "Ticksel",
|
|
1437
|
+
"description": "Human-friendly analytics",
|
|
1438
|
+
"category": "Analytics",
|
|
1439
|
+
"link": "https://ticksel.com",
|
|
1440
|
+
"auth": "apiKey"
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"id": "woopra",
|
|
1444
|
+
"name": "Woopra",
|
|
1445
|
+
"description": "Real-time analytics",
|
|
1446
|
+
"category": "Analytics",
|
|
1447
|
+
"link": "https://www.woopra.com/docs/developer/analytics-api/",
|
|
1448
|
+
"auth": "apiKey"
|
|
1449
|
+
},
|
|
1450
|
+
{
|
|
1451
|
+
"id": "zoho-reports",
|
|
1452
|
+
"name": "Zoho Reports",
|
|
1453
|
+
"description": "BI and reporting",
|
|
1454
|
+
"category": "Analytics",
|
|
1455
|
+
"link": "https://www.zoho.com/analytics/api/",
|
|
1456
|
+
"auth": "apiKey"
|
|
1457
|
+
},
|
|
1458
|
+
{
|
|
1459
|
+
"id": "vuforia",
|
|
1460
|
+
"name": "Vuforia",
|
|
1461
|
+
"description": "AR development SDK",
|
|
1462
|
+
"category": "AR/VR",
|
|
1463
|
+
"link": "https://library.vuforia.com/",
|
|
1464
|
+
"auth": "apiKey"
|
|
1465
|
+
},
|
|
1466
|
+
{
|
|
1467
|
+
"id": "wikitude",
|
|
1468
|
+
"name": "Wikitude",
|
|
1469
|
+
"description": "AR solutions",
|
|
1470
|
+
"category": "AR/VR",
|
|
1471
|
+
"link": "http://www.wikitude.com/download/",
|
|
1472
|
+
"auth": "apiKey"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"id": "dynamic-qr-code",
|
|
1476
|
+
"name": "Dynamic QR Code",
|
|
1477
|
+
"description": "QR code generation",
|
|
1478
|
+
"category": "Tools",
|
|
1479
|
+
"link": "https://rapidapi.com/qr-code-dynamic-and-static1/api",
|
|
1480
|
+
"auth": "apiKey"
|
|
1481
|
+
},
|
|
1482
|
+
{
|
|
1483
|
+
"id": "google-barcode",
|
|
1484
|
+
"name": "Google Barcode",
|
|
1485
|
+
"description": "Barcode detection",
|
|
1486
|
+
"category": "Tools",
|
|
1487
|
+
"link": "https://developers.google.com/vision/barcodes-overview",
|
|
1488
|
+
"auth": "apiKey"
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"id": "ean-search",
|
|
1492
|
+
"name": "EAN-Search",
|
|
1493
|
+
"description": "Product barcode lookup",
|
|
1494
|
+
"category": "E-commerce",
|
|
1495
|
+
"link": "https://www.ean-search.org/ean-database-api.html",
|
|
1496
|
+
"auth": "apiKey"
|
|
1497
|
+
},
|
|
1498
|
+
{
|
|
1499
|
+
"id": "google-charts",
|
|
1500
|
+
"name": "Google Charts",
|
|
1501
|
+
"description": "Data visualization",
|
|
1502
|
+
"category": "Analytics",
|
|
1503
|
+
"link": "https://developers.google.com/chart/",
|
|
1504
|
+
"auth": "None"
|
|
1505
|
+
},
|
|
1506
|
+
{
|
|
1507
|
+
"id": "mongodb",
|
|
1508
|
+
"name": "MongoDB",
|
|
1509
|
+
"description": "NoSQL database",
|
|
1510
|
+
"category": "Database",
|
|
1511
|
+
"link": "https://www.mongodb.com/docs/",
|
|
1512
|
+
"auth": "apiKey"
|
|
1513
|
+
},
|
|
1514
|
+
{
|
|
1515
|
+
"id": "linkeddata-center",
|
|
1516
|
+
"name": "LinkedData Center",
|
|
1517
|
+
"description": "RDF graph database",
|
|
1518
|
+
"category": "Database",
|
|
1519
|
+
"link": "http://linkeddata.center/",
|
|
1520
|
+
"auth": "apiKey"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"id": "bitcoin",
|
|
1524
|
+
"name": "Bitcoin",
|
|
1525
|
+
"description": "Bitcoin development",
|
|
1526
|
+
"category": "Cryptocurrency",
|
|
1527
|
+
"link": "https://developer.bitcoin.org/",
|
|
1528
|
+
"auth": "None"
|
|
1529
|
+
},
|
|
1530
|
+
{
|
|
1531
|
+
"id": "bitcoincharts",
|
|
1532
|
+
"name": "Bitcoincharts",
|
|
1533
|
+
"description": "Bitcoin market data",
|
|
1534
|
+
"category": "Cryptocurrency",
|
|
1535
|
+
"link": "https://bitcoincharts.com/about/markets-api/",
|
|
1536
|
+
"auth": "None"
|
|
1537
|
+
},
|
|
1538
|
+
{
|
|
1539
|
+
"id": "bitpay",
|
|
1540
|
+
"name": "BitPay",
|
|
1541
|
+
"description": "Bitcoin payments",
|
|
1542
|
+
"category": "Cryptocurrency",
|
|
1543
|
+
"link": "https://bitpay.com/developers",
|
|
1544
|
+
"auth": "apiKey"
|
|
1545
|
+
},
|
|
1546
|
+
{
|
|
1547
|
+
"id": "block",
|
|
1548
|
+
"name": "Block",
|
|
1549
|
+
"description": "Crypto wallet",
|
|
1550
|
+
"category": "Cryptocurrency",
|
|
1551
|
+
"link": "https://block.io/",
|
|
1552
|
+
"auth": "apiKey"
|
|
1553
|
+
},
|
|
1554
|
+
{
|
|
1555
|
+
"id": "blockcypher",
|
|
1556
|
+
"name": "BlockCypher",
|
|
1557
|
+
"description": "Blockchain infrastructure",
|
|
1558
|
+
"category": "Cryptocurrency",
|
|
1559
|
+
"link": "https://www.blockcypher.com/",
|
|
1560
|
+
"auth": "apiKey"
|
|
1561
|
+
},
|
|
1562
|
+
{
|
|
1563
|
+
"id": "blockfacts",
|
|
1564
|
+
"name": "BlockFacts",
|
|
1565
|
+
"description": "Digital asset data",
|
|
1566
|
+
"category": "Cryptocurrency",
|
|
1567
|
+
"link": "https://blockfacts.io/",
|
|
1568
|
+
"auth": "apiKey"
|
|
1569
|
+
},
|
|
1570
|
+
{
|
|
1571
|
+
"id": "coinbase",
|
|
1572
|
+
"name": "Coinbase",
|
|
1573
|
+
"description": "Cryptocurrency exchange",
|
|
1574
|
+
"category": "Cryptocurrency",
|
|
1575
|
+
"link": "https://developers.coinbase.com/",
|
|
1576
|
+
"auth": "OAuth"
|
|
1577
|
+
},
|
|
1578
|
+
{
|
|
1579
|
+
"id": "coindesk",
|
|
1580
|
+
"name": "CoinDesk",
|
|
1581
|
+
"description": "Bitcoin Price Index",
|
|
1582
|
+
"category": "Cryptocurrency",
|
|
1583
|
+
"link": "http://www.coindesk.com/api/",
|
|
1584
|
+
"auth": "None"
|
|
1585
|
+
},
|
|
1586
|
+
{
|
|
1587
|
+
"id": "coinlore",
|
|
1588
|
+
"name": "Coinlore",
|
|
1589
|
+
"description": "Crypto tick data",
|
|
1590
|
+
"category": "Cryptocurrency",
|
|
1591
|
+
"link": "https://www.coinlore.com/cryptocurrency-data-api",
|
|
1592
|
+
"auth": "None"
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1595
|
+
"id": "cryptonator",
|
|
1596
|
+
"name": "Cryptonator",
|
|
1597
|
+
"description": "Exchange rates",
|
|
1598
|
+
"category": "Cryptocurrency",
|
|
1599
|
+
"link": "https://www.cryptonator.com/api/",
|
|
1600
|
+
"auth": "None"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "coinigy",
|
|
1604
|
+
"name": "Coinigy",
|
|
1605
|
+
"description": "Trading platform",
|
|
1606
|
+
"category": "Cryptocurrency",
|
|
1607
|
+
"link": "https://coinigy.docs.apiary.io",
|
|
1608
|
+
"auth": "apiKey"
|
|
1609
|
+
},
|
|
1610
|
+
{
|
|
1611
|
+
"id": "covalent",
|
|
1612
|
+
"name": "Covalent",
|
|
1613
|
+
"description": "Blockchain data",
|
|
1614
|
+
"category": "Cryptocurrency",
|
|
1615
|
+
"link": "https://www.covalenthq.com/docs/api/",
|
|
1616
|
+
"auth": "apiKey"
|
|
1617
|
+
},
|
|
1618
|
+
{
|
|
1619
|
+
"id": "poloniex",
|
|
1620
|
+
"name": "Poloniex",
|
|
1621
|
+
"description": "Crypto exchange",
|
|
1622
|
+
"category": "Cryptocurrency",
|
|
1623
|
+
"link": "https://poloniex.com/support/api/",
|
|
1624
|
+
"auth": "apiKey"
|
|
1625
|
+
},
|
|
1626
|
+
{
|
|
1627
|
+
"id": "shapeshift",
|
|
1628
|
+
"name": "ShapeShift",
|
|
1629
|
+
"description": "Crypto exchange",
|
|
1630
|
+
"category": "Cryptocurrency",
|
|
1631
|
+
"link": "https://shapeshift.io/",
|
|
1632
|
+
"auth": "None"
|
|
1633
|
+
},
|
|
1634
|
+
{
|
|
1635
|
+
"id": "technical-analysis",
|
|
1636
|
+
"name": "Technical Analysis",
|
|
1637
|
+
"description": "Crypto technical analysis",
|
|
1638
|
+
"category": "Cryptocurrency",
|
|
1639
|
+
"link": "https://technical-analysis-api.com",
|
|
1640
|
+
"auth": "apiKey"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"id": "calendarindex",
|
|
1644
|
+
"name": "CalendarIndex",
|
|
1645
|
+
"description": "Holidays and working days",
|
|
1646
|
+
"category": "Productivity",
|
|
1647
|
+
"link": "https://www.calendarindex.com",
|
|
1648
|
+
"auth": "apiKey"
|
|
1649
|
+
},
|
|
1650
|
+
{
|
|
1651
|
+
"id": "digidates",
|
|
1652
|
+
"name": "DigiDates",
|
|
1653
|
+
"description": "Date calculations",
|
|
1654
|
+
"category": "Tools",
|
|
1655
|
+
"link": "https://digidates.de/en/",
|
|
1656
|
+
"auth": "None"
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"id": "openholidays",
|
|
1660
|
+
"name": "OpenHolidays",
|
|
1661
|
+
"description": "European holidays",
|
|
1662
|
+
"category": "Productivity",
|
|
1663
|
+
"link": "https://www.openholidaysapi.org/",
|
|
1664
|
+
"auth": "None"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"id": "anti-captcha",
|
|
1668
|
+
"name": "Anti-Captcha",
|
|
1669
|
+
"description": "Captcha solving",
|
|
1670
|
+
"category": "Tools",
|
|
1671
|
+
"link": "https://anti-captcha.com/apidoc",
|
|
1672
|
+
"auth": "apiKey"
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"id": "recaptcha",
|
|
1676
|
+
"name": "reCAPTCHA",
|
|
1677
|
+
"description": "Spam protection",
|
|
1678
|
+
"category": "Security",
|
|
1679
|
+
"link": "https://developers.google.com/recaptcha/",
|
|
1680
|
+
"auth": "apiKey"
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"id": "facebook-check-in",
|
|
1684
|
+
"name": "Facebook Check-In",
|
|
1685
|
+
"description": "Location check-ins",
|
|
1686
|
+
"category": "Social",
|
|
1687
|
+
"link": "https://developers.facebook.com/docs/graph-api/reference/checkin",
|
|
1688
|
+
"auth": "OAuth"
|
|
1689
|
+
},
|
|
1690
|
+
{
|
|
1691
|
+
"id": "google-places",
|
|
1692
|
+
"name": "Google Places",
|
|
1693
|
+
"description": "Places database",
|
|
1694
|
+
"category": "Places",
|
|
1695
|
+
"link": "https://developers.google.com/places/",
|
|
1696
|
+
"auth": "apiKey"
|
|
1697
|
+
},
|
|
1698
|
+
{
|
|
1699
|
+
"id": "foursquare-check-in",
|
|
1700
|
+
"name": "Foursquare Check-In",
|
|
1701
|
+
"description": "Location check-ins",
|
|
1702
|
+
"category": "Places",
|
|
1703
|
+
"link": "https://developer.foursquare.com/",
|
|
1704
|
+
"auth": "OAuth"
|
|
1705
|
+
},
|
|
1706
|
+
{
|
|
1707
|
+
"id": "commerce-layer",
|
|
1708
|
+
"name": "Commerce Layer",
|
|
1709
|
+
"description": "Headless commerce",
|
|
1710
|
+
"category": "E-commerce",
|
|
1711
|
+
"link": "https://docs.commercelayer.io/api/",
|
|
1712
|
+
"auth": "OAuth"
|
|
1713
|
+
},
|
|
1714
|
+
{
|
|
1715
|
+
"id": "envoice",
|
|
1716
|
+
"name": "envoice",
|
|
1717
|
+
"description": "Invoicing API",
|
|
1718
|
+
"category": "Finance",
|
|
1719
|
+
"link": "https://www.envoice.in/reference/api/docs",
|
|
1720
|
+
"auth": "apiKey"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"id": "koomalooma",
|
|
1724
|
+
"name": "koomalooma",
|
|
1725
|
+
"description": "Loyalty program",
|
|
1726
|
+
"category": "E-commerce",
|
|
1727
|
+
"link": "http://business.koomalooma.com",
|
|
1728
|
+
"auth": "apiKey"
|
|
1729
|
+
},
|
|
1730
|
+
{
|
|
1731
|
+
"id": "moltin",
|
|
1732
|
+
"name": "Moltin",
|
|
1733
|
+
"description": "E-commerce API",
|
|
1734
|
+
"category": "E-commerce",
|
|
1735
|
+
"link": "https://www.moltin.com/developers",
|
|
1736
|
+
"auth": "OAuth"
|
|
1737
|
+
},
|
|
1738
|
+
{
|
|
1739
|
+
"id": "stripe",
|
|
1740
|
+
"name": "Stripe",
|
|
1741
|
+
"description": "Payment processing",
|
|
1742
|
+
"category": "Finance",
|
|
1743
|
+
"link": "https://stripe.com/docs/api",
|
|
1744
|
+
"auth": "apiKey"
|
|
1745
|
+
},
|
|
1746
|
+
{
|
|
1747
|
+
"id": "braintree",
|
|
1748
|
+
"name": "Braintree",
|
|
1749
|
+
"description": "Payment platform",
|
|
1750
|
+
"category": "Finance",
|
|
1751
|
+
"link": "https://developers.braintreepayments.com",
|
|
1752
|
+
"auth": "apiKey"
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"id": "africa-s-talking",
|
|
1756
|
+
"name": "Africa's Talking",
|
|
1757
|
+
"description": "African telco services",
|
|
1758
|
+
"category": "Communication",
|
|
1759
|
+
"link": "https://africastalking.com/",
|
|
1760
|
+
"auth": "apiKey"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"id": "ip1sms",
|
|
1764
|
+
"name": "iP1sms",
|
|
1765
|
+
"description": "SMS worldwide",
|
|
1766
|
+
"category": "Communication",
|
|
1767
|
+
"link": "https://www.ip1sms.com/en/developer/",
|
|
1768
|
+
"auth": "apiKey"
|
|
1769
|
+
},
|
|
1770
|
+
{
|
|
1771
|
+
"id": "eqivo",
|
|
1772
|
+
"name": "Eqivo",
|
|
1773
|
+
"description": "Programmable voice",
|
|
1774
|
+
"category": "Communication",
|
|
1775
|
+
"link": "https://eqivo.org",
|
|
1776
|
+
"auth": "apiKey"
|
|
1777
|
+
},
|
|
1778
|
+
{
|
|
1779
|
+
"id": "mailgun",
|
|
1780
|
+
"name": "MailGun",
|
|
1781
|
+
"description": "Transactional email",
|
|
1782
|
+
"category": "Email",
|
|
1783
|
+
"link": "https://mailgun.com",
|
|
1784
|
+
"auth": "apiKey"
|
|
1785
|
+
},
|
|
1786
|
+
{
|
|
1787
|
+
"id": "nexmo",
|
|
1788
|
+
"name": "Nexmo",
|
|
1789
|
+
"description": "SMS and voice",
|
|
1790
|
+
"category": "Communication",
|
|
1791
|
+
"link": "https://developer.nexmo.com",
|
|
1792
|
+
"auth": "apiKey"
|
|
1793
|
+
},
|
|
1794
|
+
{
|
|
1795
|
+
"id": "sakari",
|
|
1796
|
+
"name": "Sakari",
|
|
1797
|
+
"description": "SMS API",
|
|
1798
|
+
"category": "Communication",
|
|
1799
|
+
"link": "https://developer.sakari.io",
|
|
1800
|
+
"auth": "apiKey"
|
|
1801
|
+
},
|
|
1802
|
+
{
|
|
1803
|
+
"id": "telnyx",
|
|
1804
|
+
"name": "Telnyx",
|
|
1805
|
+
"description": "Communications platform",
|
|
1806
|
+
"category": "Communication",
|
|
1807
|
+
"link": "https://developers.telnyx.com/",
|
|
1808
|
+
"auth": "apiKey"
|
|
1809
|
+
},
|
|
1810
|
+
{
|
|
1811
|
+
"id": "the-sms-works",
|
|
1812
|
+
"name": "The SMS Works",
|
|
1813
|
+
"description": "SMS API",
|
|
1814
|
+
"category": "Communication",
|
|
1815
|
+
"link": "https://thesmsworks.co.uk/sms-api",
|
|
1816
|
+
"auth": "apiKey"
|
|
1817
|
+
},
|
|
1818
|
+
{
|
|
1819
|
+
"id": "twilio",
|
|
1820
|
+
"name": "Twilio",
|
|
1821
|
+
"description": "Communications APIs",
|
|
1822
|
+
"category": "Communication",
|
|
1823
|
+
"link": "https://www.twilio.com/docs",
|
|
1824
|
+
"auth": "apiKey"
|
|
1825
|
+
},
|
|
1826
|
+
{
|
|
1827
|
+
"id": "fruits-api",
|
|
1828
|
+
"name": "Fruits API",
|
|
1829
|
+
"description": "Fruit tree data",
|
|
1830
|
+
"category": "Food",
|
|
1831
|
+
"link": "https://github.com/Franqsanz/fruits-api",
|
|
1832
|
+
"auth": "None"
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"id": "jokes-api",
|
|
1836
|
+
"name": "Jokes API",
|
|
1837
|
+
"description": "Jokes database",
|
|
1838
|
+
"category": "Entertainment",
|
|
1839
|
+
"link": "https://jokes.one/api/joke/",
|
|
1840
|
+
"auth": "apiKey"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"id": "perfect-tense",
|
|
1844
|
+
"name": "Perfect Tense",
|
|
1845
|
+
"description": "Grammar checking",
|
|
1846
|
+
"category": "Language",
|
|
1847
|
+
"link": "https://www.perfecttense.com/developers",
|
|
1848
|
+
"auth": "apiKey"
|
|
1849
|
+
},
|
|
1850
|
+
{
|
|
1851
|
+
"id": "random-data-generator",
|
|
1852
|
+
"name": "Random Data Generator",
|
|
1853
|
+
"description": "Generate test data",
|
|
1854
|
+
"category": "Tools",
|
|
1855
|
+
"link": "https://randommer.io/randommer-api",
|
|
1856
|
+
"auth": "apiKey"
|
|
1857
|
+
},
|
|
1858
|
+
{
|
|
1859
|
+
"id": "random-facts",
|
|
1860
|
+
"name": "Random Facts",
|
|
1861
|
+
"description": "Random facts",
|
|
1862
|
+
"category": "Entertainment",
|
|
1863
|
+
"link": "https://fungenerators.com/api/facts/",
|
|
1864
|
+
"auth": "apiKey"
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
"id": "today-in-history",
|
|
1868
|
+
"name": "Today in History",
|
|
1869
|
+
"description": "Historical events",
|
|
1870
|
+
"category": "Education",
|
|
1871
|
+
"link": "https://history.muffinlabs.com/",
|
|
1872
|
+
"auth": "None"
|
|
1873
|
+
},
|
|
1874
|
+
{
|
|
1875
|
+
"id": "exchangeratesapi",
|
|
1876
|
+
"name": "ExchangeRatesAPI",
|
|
1877
|
+
"description": "Foreign exchange",
|
|
1878
|
+
"category": "Finance",
|
|
1879
|
+
"link": "https://exchangeratesapi.io/",
|
|
1880
|
+
"auth": "apiKey"
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"id": "fixer-io",
|
|
1884
|
+
"name": "Fixer.io",
|
|
1885
|
+
"description": "Exchange rates",
|
|
1886
|
+
"category": "Finance",
|
|
1887
|
+
"link": "http://fixer.io/",
|
|
1888
|
+
"auth": "apiKey"
|
|
1889
|
+
},
|
|
1890
|
+
{
|
|
1891
|
+
"id": "pexels",
|
|
1892
|
+
"name": "Pexels",
|
|
1893
|
+
"description": "Stock photos",
|
|
1894
|
+
"category": "Photography",
|
|
1895
|
+
"link": "https://www.pexels.com/api/",
|
|
1896
|
+
"auth": "apiKey"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"id": "agarathi",
|
|
1900
|
+
"name": "Agarathi",
|
|
1901
|
+
"description": "Tamil dictionary",
|
|
1902
|
+
"category": "Language",
|
|
1903
|
+
"link": "https://agarathi.com/api/dictionary",
|
|
1904
|
+
"auth": "apiKey"
|
|
1905
|
+
},
|
|
1906
|
+
{
|
|
1907
|
+
"id": "cambridge-dictionaries",
|
|
1908
|
+
"name": "Cambridge Dictionaries",
|
|
1909
|
+
"description": "Dictionary API",
|
|
1910
|
+
"category": "Language",
|
|
1911
|
+
"link": "http://dictionary.cambridge.org/license.html",
|
|
1912
|
+
"auth": "apiKey"
|
|
1913
|
+
},
|
|
1914
|
+
{
|
|
1915
|
+
"id": "free-dictionary",
|
|
1916
|
+
"name": "Free Dictionary",
|
|
1917
|
+
"description": "Word definitions",
|
|
1918
|
+
"category": "Language",
|
|
1919
|
+
"link": "https://dictionaryapi.dev/",
|
|
1920
|
+
"auth": "None"
|
|
1921
|
+
},
|
|
1922
|
+
{
|
|
1923
|
+
"id": "wiktionary",
|
|
1924
|
+
"name": "Wiktionary",
|
|
1925
|
+
"description": "Multilingual dictionary",
|
|
1926
|
+
"category": "Language",
|
|
1927
|
+
"link": "https://en.wiktionary.org/w/api.php",
|
|
1928
|
+
"auth": "None"
|
|
1929
|
+
},
|
|
1930
|
+
{
|
|
1931
|
+
"id": "bob-s-burgers-api",
|
|
1932
|
+
"name": "Bob's Burgers API",
|
|
1933
|
+
"description": "TV show data",
|
|
1934
|
+
"category": "Entertainment",
|
|
1935
|
+
"link": "https://www.bobsburgersapi.com/documentation",
|
|
1936
|
+
"auth": "None"
|
|
1937
|
+
},
|
|
1938
|
+
{
|
|
1939
|
+
"id": "breaking-bad-api",
|
|
1940
|
+
"name": "Breaking Bad API",
|
|
1941
|
+
"description": "TV show data",
|
|
1942
|
+
"category": "Entertainment",
|
|
1943
|
+
"link": "https://breakingbadapi.com/documentation",
|
|
1944
|
+
"auth": "None"
|
|
1945
|
+
},
|
|
1946
|
+
{
|
|
1947
|
+
"id": "cat-as-a-service",
|
|
1948
|
+
"name": "Cat as a Service",
|
|
1949
|
+
"description": "Cat images",
|
|
1950
|
+
"category": "Entertainment",
|
|
1951
|
+
"link": "https://cataas.com/",
|
|
1952
|
+
"auth": "None"
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"id": "danbooru",
|
|
1956
|
+
"name": "Danbooru",
|
|
1957
|
+
"description": "Image board",
|
|
1958
|
+
"category": "Entertainment",
|
|
1959
|
+
"link": "https://danbooru.donmai.us/posts?tags=help%3Aapi",
|
|
1960
|
+
"auth": "apiKey"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"id": "dune-api",
|
|
1964
|
+
"name": "Dune API",
|
|
1965
|
+
"description": "Dune universe data",
|
|
1966
|
+
"category": "Entertainment",
|
|
1967
|
+
"link": "https://github.com/ywalia01/dune-api",
|
|
1968
|
+
"auth": "None"
|
|
1969
|
+
},
|
|
1970
|
+
{
|
|
1971
|
+
"id": "final-space-api",
|
|
1972
|
+
"name": "Final Space API",
|
|
1973
|
+
"description": "TV show data",
|
|
1974
|
+
"category": "Entertainment",
|
|
1975
|
+
"link": "https://finalspaceapi.com/docs/",
|
|
1976
|
+
"auth": "None"
|
|
1977
|
+
},
|
|
1978
|
+
{
|
|
1979
|
+
"id": "fun-translations",
|
|
1980
|
+
"name": "Fun Translations",
|
|
1981
|
+
"description": "Language translations",
|
|
1982
|
+
"category": "Entertainment",
|
|
1983
|
+
"link": "https://funtranslations.com/api/",
|
|
1984
|
+
"auth": "apiKey"
|
|
1985
|
+
},
|
|
1986
|
+
{
|
|
1987
|
+
"id": "lord-of-the-rings-api",
|
|
1988
|
+
"name": "Lord of the Rings API",
|
|
1989
|
+
"description": "LOTR data",
|
|
1990
|
+
"category": "Entertainment",
|
|
1991
|
+
"link": "https://the-one-api.dev/documentation",
|
|
1992
|
+
"auth": "apiKey"
|
|
1993
|
+
},
|
|
1994
|
+
{
|
|
1995
|
+
"id": "marvel",
|
|
1996
|
+
"name": "Marvel",
|
|
1997
|
+
"description": "Marvel comics data",
|
|
1998
|
+
"category": "Entertainment",
|
|
1999
|
+
"link": "https://developer.marvel.com/",
|
|
2000
|
+
"auth": "apiKey"
|
|
2001
|
+
},
|
|
2002
|
+
{
|
|
2003
|
+
"id": "jikan",
|
|
2004
|
+
"name": "Jikan",
|
|
2005
|
+
"description": "My Anime List unofficial",
|
|
2006
|
+
"category": "Entertainment",
|
|
2007
|
+
"link": "https://jikan.moe/",
|
|
2008
|
+
"auth": "None"
|
|
2009
|
+
},
|
|
2010
|
+
{
|
|
2011
|
+
"id": "owen-wilson-wow",
|
|
2012
|
+
"name": "Owen Wilson Wow",
|
|
2013
|
+
"description": "Movie quotes",
|
|
2014
|
+
"category": "Entertainment",
|
|
2015
|
+
"link": "https://owen-wilson-wow-api.onrender.com/",
|
|
2016
|
+
"auth": "None"
|
|
2017
|
+
},
|
|
2018
|
+
{
|
|
2019
|
+
"id": "pokeapi",
|
|
2020
|
+
"name": "PokeAPI",
|
|
2021
|
+
"description": "Pokemon data",
|
|
2022
|
+
"category": "Games",
|
|
2023
|
+
"link": "https://pokeapi.co/",
|
|
2024
|
+
"auth": "None"
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"id": "riddles-api",
|
|
2028
|
+
"name": "Riddles API",
|
|
2029
|
+
"description": "Random riddles",
|
|
2030
|
+
"category": "Entertainment",
|
|
2031
|
+
"link": "https://riddles-api.vercel.app/",
|
|
2032
|
+
"auth": "None"
|
|
2033
|
+
},
|
|
2034
|
+
{
|
|
2035
|
+
"id": "stapi",
|
|
2036
|
+
"name": "STAPI",
|
|
2037
|
+
"description": "Star Trek data",
|
|
2038
|
+
"category": "Entertainment",
|
|
2039
|
+
"link": "https://stapi.co/api-documentation",
|
|
2040
|
+
"auth": "None"
|
|
2041
|
+
},
|
|
2042
|
+
{
|
|
2043
|
+
"id": "swapi",
|
|
2044
|
+
"name": "SWAPI",
|
|
2045
|
+
"description": "Star Wars data",
|
|
2046
|
+
"category": "Entertainment",
|
|
2047
|
+
"link": "https://www.swapi.tech/",
|
|
2048
|
+
"auth": "None"
|
|
2049
|
+
},
|
|
2050
|
+
{
|
|
2051
|
+
"id": "studio-ghibli",
|
|
2052
|
+
"name": "Studio Ghibli",
|
|
2053
|
+
"description": "Ghibli films data",
|
|
2054
|
+
"category": "Entertainment",
|
|
2055
|
+
"link": "https://ghibliapi.vercel.app/",
|
|
2056
|
+
"auth": "None"
|
|
2057
|
+
},
|
|
2058
|
+
{
|
|
2059
|
+
"id": "picatic",
|
|
2060
|
+
"name": "Picatic",
|
|
2061
|
+
"description": "Event ticketing",
|
|
2062
|
+
"category": "Events",
|
|
2063
|
+
"link": "http://developer.picatic.com/",
|
|
2064
|
+
"auth": "OAuth"
|
|
2065
|
+
},
|
|
2066
|
+
{
|
|
2067
|
+
"id": "kairos",
|
|
2068
|
+
"name": "Kairos",
|
|
2069
|
+
"description": "Face recognition",
|
|
2070
|
+
"category": "AI",
|
|
2071
|
+
"link": "https://www.kairos.com/",
|
|
2072
|
+
"auth": "apiKey"
|
|
2073
|
+
},
|
|
2074
|
+
{
|
|
2075
|
+
"id": "amazon-s3",
|
|
2076
|
+
"name": "Amazon S3",
|
|
2077
|
+
"description": "Cloud storage",
|
|
2078
|
+
"category": "Cloud",
|
|
2079
|
+
"link": "https://aws.amazon.com/s3/",
|
|
2080
|
+
"auth": "apiKey"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"id": "cloudinary",
|
|
2084
|
+
"name": "Cloudinary",
|
|
2085
|
+
"description": "Image and video management",
|
|
2086
|
+
"category": "Media",
|
|
2087
|
+
"link": "http://cloudinary.com/documentation",
|
|
2088
|
+
"auth": "apiKey"
|
|
2089
|
+
},
|
|
2090
|
+
{
|
|
2091
|
+
"id": "microsoft-graph",
|
|
2092
|
+
"name": "Microsoft Graph",
|
|
2093
|
+
"description": "Microsoft cloud files",
|
|
2094
|
+
"category": "Cloud",
|
|
2095
|
+
"link": "https://graph.microsoft.io/",
|
|
2096
|
+
"auth": "OAuth"
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
"id": "pdf-blocks",
|
|
2100
|
+
"name": "PDF Blocks",
|
|
2101
|
+
"description": "PDF manipulation",
|
|
2102
|
+
"category": "Documents",
|
|
2103
|
+
"link": "https://www.pdfblocks.com/docs/api/",
|
|
2104
|
+
"auth": "apiKey"
|
|
2105
|
+
},
|
|
2106
|
+
{
|
|
2107
|
+
"id": "signnow",
|
|
2108
|
+
"name": "SignNow",
|
|
2109
|
+
"description": "eSignature API",
|
|
2110
|
+
"category": "Documents",
|
|
2111
|
+
"link": "https://docs.signnow.com/",
|
|
2112
|
+
"auth": "OAuth"
|
|
2113
|
+
},
|
|
2114
|
+
{
|
|
2115
|
+
"id": "smash",
|
|
2116
|
+
"name": "Smash",
|
|
2117
|
+
"description": "Large file upload",
|
|
2118
|
+
"category": "Cloud",
|
|
2119
|
+
"link": "https://api.fromsmash.com/",
|
|
2120
|
+
"auth": "apiKey"
|
|
2121
|
+
},
|
|
2122
|
+
{
|
|
2123
|
+
"id": "vector-express",
|
|
2124
|
+
"name": "Vector Express",
|
|
2125
|
+
"description": "Vector file processing",
|
|
2126
|
+
"category": "Design",
|
|
2127
|
+
"link": "https://github.com/smidyo/vectorexpress-api",
|
|
2128
|
+
"auth": "apiKey"
|
|
2129
|
+
},
|
|
2130
|
+
{
|
|
2131
|
+
"id": "vertopal",
|
|
2132
|
+
"name": "Vertopal",
|
|
2133
|
+
"description": "File conversion",
|
|
2134
|
+
"category": "Tools",
|
|
2135
|
+
"link": "https://www.vertopal.com/en/developer/api/",
|
|
2136
|
+
"auth": "apiKey"
|
|
2137
|
+
},
|
|
2138
|
+
{
|
|
2139
|
+
"id": "atom-finance",
|
|
2140
|
+
"name": "Atom Finance",
|
|
2141
|
+
"description": "Market and earnings data",
|
|
2142
|
+
"category": "Finance",
|
|
2143
|
+
"link": "https://docs.atom.finance/",
|
|
2144
|
+
"auth": "apiKey"
|
|
2145
|
+
},
|
|
2146
|
+
{
|
|
2147
|
+
"id": "ibanapi",
|
|
2148
|
+
"name": "IBANAPI",
|
|
2149
|
+
"description": "IBAN validation",
|
|
2150
|
+
"category": "Finance",
|
|
2151
|
+
"link": "https://ibanapi.com/get-api",
|
|
2152
|
+
"auth": "apiKey"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"id": "parqet-logo-api",
|
|
2156
|
+
"name": "Parqet Logo API",
|
|
2157
|
+
"description": "Company logos",
|
|
2158
|
+
"category": "Finance",
|
|
2159
|
+
"link": "https://developers.parqet.com/docs/assets/logos",
|
|
2160
|
+
"auth": "None"
|
|
2161
|
+
},
|
|
2162
|
+
{
|
|
2163
|
+
"id": "healthgraph",
|
|
2164
|
+
"name": "HealthGraph",
|
|
2165
|
+
"description": "RunKeeper data",
|
|
2166
|
+
"category": "Health",
|
|
2167
|
+
"link": "https://runkeeper.com/developer/healthgraph/",
|
|
2168
|
+
"auth": "OAuth"
|
|
2169
|
+
},
|
|
2170
|
+
{
|
|
2171
|
+
"id": "vegancheck",
|
|
2172
|
+
"name": "VeganCheck",
|
|
2173
|
+
"description": "Product vegan check",
|
|
2174
|
+
"category": "Food",
|
|
2175
|
+
"link": "https://jokenetwork.de/vegancheck-api",
|
|
2176
|
+
"auth": "None"
|
|
2177
|
+
},
|
|
2178
|
+
{
|
|
2179
|
+
"id": "google-bigquery",
|
|
2180
|
+
"name": "Google BigQuery",
|
|
2181
|
+
"description": "Data analytics",
|
|
2182
|
+
"category": "Analytics",
|
|
2183
|
+
"link": "https://cloud.google.com/bigquery/docs/reference/rest/",
|
|
2184
|
+
"auth": "OAuth"
|
|
2185
|
+
},
|
|
2186
|
+
{
|
|
2187
|
+
"id": "google-classroom",
|
|
2188
|
+
"name": "Google Classroom",
|
|
2189
|
+
"description": "Education platform",
|
|
2190
|
+
"category": "Education",
|
|
2191
|
+
"link": "https://developers.google.com/classroom/",
|
|
2192
|
+
"auth": "OAuth"
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"id": "google-custom-search",
|
|
2196
|
+
"name": "Google Custom Search",
|
|
2197
|
+
"description": "Search API",
|
|
2198
|
+
"category": "Search",
|
|
2199
|
+
"link": "https://developers.google.com/custom-search/",
|
|
2200
|
+
"auth": "apiKey"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"id": "google-fitness",
|
|
2204
|
+
"name": "Google Fitness",
|
|
2205
|
+
"description": "Fitness data",
|
|
2206
|
+
"category": "Health",
|
|
2207
|
+
"link": "https://developers.google.com/fit/",
|
|
2208
|
+
"auth": "OAuth"
|
|
2209
|
+
},
|
|
2210
|
+
{
|
|
2211
|
+
"id": "google-genomics",
|
|
2212
|
+
"name": "Google Genomics",
|
|
2213
|
+
"description": "Genomics data",
|
|
2214
|
+
"category": "Science",
|
|
2215
|
+
"link": "https://cloud.google.com/genomics/reference/rest/",
|
|
2216
|
+
"auth": "OAuth"
|
|
2217
|
+
},
|
|
2218
|
+
{
|
|
2219
|
+
"id": "google-identity",
|
|
2220
|
+
"name": "Google Identity",
|
|
2221
|
+
"description": "Authentication",
|
|
2222
|
+
"category": "Security",
|
|
2223
|
+
"link": "https://developers.google.com/identity/",
|
|
2224
|
+
"auth": "OAuth"
|
|
2225
|
+
},
|
|
2226
|
+
{
|
|
2227
|
+
"id": "google-monitoring",
|
|
2228
|
+
"name": "Google Monitoring",
|
|
2229
|
+
"description": "Cloud monitoring",
|
|
2230
|
+
"category": "DevOps",
|
|
2231
|
+
"link": "https://cloud.google.com/monitoring/api/v3/",
|
|
2232
|
+
"auth": "OAuth"
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"id": "blockscore",
|
|
2236
|
+
"name": "BlockScore",
|
|
2237
|
+
"description": "Identity verification",
|
|
2238
|
+
"category": "Security",
|
|
2239
|
+
"link": "https://docs.blockscore.com/",
|
|
2240
|
+
"auth": "apiKey"
|
|
2241
|
+
},
|
|
2242
|
+
{
|
|
2243
|
+
"id": "cognito",
|
|
2244
|
+
"name": "Cognito",
|
|
2245
|
+
"description": "Identity verification",
|
|
2246
|
+
"category": "Security",
|
|
2247
|
+
"link": "https://cognitohq.com/docs",
|
|
2248
|
+
"auth": "apiKey"
|
|
2249
|
+
},
|
|
2250
|
+
{
|
|
2251
|
+
"id": "uk-government",
|
|
2252
|
+
"name": "UK Government",
|
|
2253
|
+
"description": "UK government APIs",
|
|
2254
|
+
"category": "Government",
|
|
2255
|
+
"link": "https://www.api.gov.uk/",
|
|
2256
|
+
"auth": "apiKey"
|
|
2257
|
+
},
|
|
2258
|
+
{
|
|
2259
|
+
"id": "eu-open-data",
|
|
2260
|
+
"name": "EU Open Data",
|
|
2261
|
+
"description": "European Union data",
|
|
2262
|
+
"category": "Government",
|
|
2263
|
+
"link": "https://data.europa.eu/en",
|
|
2264
|
+
"auth": "None"
|
|
2265
|
+
},
|
|
2266
|
+
{
|
|
2267
|
+
"id": "un-data",
|
|
2268
|
+
"name": "UN Data",
|
|
2269
|
+
"description": "United Nations data",
|
|
2270
|
+
"category": "Government",
|
|
2271
|
+
"link": "http://data.un.org/",
|
|
2272
|
+
"auth": "None"
|
|
2273
|
+
},
|
|
2274
|
+
{
|
|
2275
|
+
"id": "census-bureau",
|
|
2276
|
+
"name": "Census Bureau",
|
|
2277
|
+
"description": "US census data",
|
|
2278
|
+
"category": "Government",
|
|
2279
|
+
"link": "https://www.census.gov/data/developers/",
|
|
2280
|
+
"auth": "apiKey"
|
|
2281
|
+
},
|
|
2282
|
+
{
|
|
2283
|
+
"id": "fda",
|
|
2284
|
+
"name": "FDA",
|
|
2285
|
+
"description": "US drug and food data",
|
|
2286
|
+
"category": "Healthcare",
|
|
2287
|
+
"link": "https://open.fda.gov/",
|
|
2288
|
+
"auth": "None"
|
|
2289
|
+
},
|
|
2290
|
+
{
|
|
2291
|
+
"id": "cdc",
|
|
2292
|
+
"name": "CDC",
|
|
2293
|
+
"description": "Health statistics",
|
|
2294
|
+
"category": "Healthcare",
|
|
2295
|
+
"link": "https://www.cdc.gov/apis.html",
|
|
2296
|
+
"auth": "None"
|
|
2297
|
+
},
|
|
2298
|
+
{
|
|
2299
|
+
"id": "data-gov-uk",
|
|
2300
|
+
"name": "Data.gov.uk",
|
|
2301
|
+
"description": "UK open data",
|
|
2302
|
+
"category": "Government",
|
|
2303
|
+
"link": "https://data.gov.uk/",
|
|
2304
|
+
"auth": "None"
|
|
2305
|
+
},
|
|
2306
|
+
{
|
|
2307
|
+
"id": "nasa-apis",
|
|
2308
|
+
"name": "NASA APIs",
|
|
2309
|
+
"description": "Space and astronomy data",
|
|
2310
|
+
"category": "Science",
|
|
2311
|
+
"link": "https://api.nasa.gov/",
|
|
2312
|
+
"auth": "apiKey"
|
|
2313
|
+
},
|
|
2314
|
+
{
|
|
2315
|
+
"id": "spacex",
|
|
2316
|
+
"name": "SpaceX",
|
|
2317
|
+
"description": "SpaceX launch data",
|
|
2318
|
+
"category": "Science",
|
|
2319
|
+
"link": "https://github.com/r-spacex/SpaceX-API",
|
|
2320
|
+
"auth": "None"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"id": "pubmed",
|
|
2324
|
+
"name": "PubMed",
|
|
2325
|
+
"description": "Medical literature",
|
|
2326
|
+
"category": "Healthcare",
|
|
2327
|
+
"link": "https://www.ncbi.nlm.nih.gov/home/develop/api/",
|
|
2328
|
+
"auth": "apiKey"
|
|
2329
|
+
},
|
|
2330
|
+
{
|
|
2331
|
+
"id": "arxiv",
|
|
2332
|
+
"name": "arXiv",
|
|
2333
|
+
"description": "Scientific papers",
|
|
2334
|
+
"category": "Science",
|
|
2335
|
+
"link": "https://arxiv.org/help/api/",
|
|
2336
|
+
"auth": "None"
|
|
2337
|
+
},
|
|
2338
|
+
{
|
|
2339
|
+
"id": "cern-open-data",
|
|
2340
|
+
"name": "CERN Open Data",
|
|
2341
|
+
"description": "Particle physics data",
|
|
2342
|
+
"category": "Science",
|
|
2343
|
+
"link": "http://opendata.cern.ch/",
|
|
2344
|
+
"auth": "None"
|
|
2345
|
+
},
|
|
2346
|
+
{
|
|
2347
|
+
"id": "inaturalist",
|
|
2348
|
+
"name": "iNaturalist",
|
|
2349
|
+
"description": "Nature observations",
|
|
2350
|
+
"category": "Science",
|
|
2351
|
+
"link": "https://www.inaturalist.org/pages/api+reference",
|
|
2352
|
+
"auth": "OAuth"
|
|
2353
|
+
},
|
|
2354
|
+
{
|
|
2355
|
+
"id": "usgs",
|
|
2356
|
+
"name": "USGS",
|
|
2357
|
+
"description": "Geological data",
|
|
2358
|
+
"category": "Science",
|
|
2359
|
+
"link": "https://www.usgs.gov/products/data-and-tools/apis",
|
|
2360
|
+
"auth": "None"
|
|
2361
|
+
},
|
|
2362
|
+
{
|
|
2363
|
+
"id": "noaa",
|
|
2364
|
+
"name": "NOAA",
|
|
2365
|
+
"description": "Weather and ocean data",
|
|
2366
|
+
"category": "Weather",
|
|
2367
|
+
"link": "https://www.ncdc.noaa.gov/cdo-web/webservices/v2",
|
|
2368
|
+
"auth": "apiKey"
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"id": "khan-academy",
|
|
2372
|
+
"name": "Khan Academy",
|
|
2373
|
+
"description": "Educational content",
|
|
2374
|
+
"category": "Education",
|
|
2375
|
+
"link": "https://github.com/Khan/khan-api",
|
|
2376
|
+
"auth": "OAuth"
|
|
2377
|
+
},
|
|
2378
|
+
{
|
|
2379
|
+
"id": "coursera",
|
|
2380
|
+
"name": "Coursera",
|
|
2381
|
+
"description": "Online courses",
|
|
2382
|
+
"category": "Education",
|
|
2383
|
+
"link": "https://building.coursera.org/developer/",
|
|
2384
|
+
"auth": "OAuth"
|
|
2385
|
+
},
|
|
2386
|
+
{
|
|
2387
|
+
"id": "edx",
|
|
2388
|
+
"name": "edX",
|
|
2389
|
+
"description": "Online learning",
|
|
2390
|
+
"category": "Education",
|
|
2391
|
+
"link": "https://github.com/edx/course-discovery",
|
|
2392
|
+
"auth": "OAuth"
|
|
2393
|
+
},
|
|
2394
|
+
{
|
|
2395
|
+
"id": "open-trivia-db",
|
|
2396
|
+
"name": "Open Trivia DB",
|
|
2397
|
+
"description": "Trivia questions",
|
|
2398
|
+
"category": "Education",
|
|
2399
|
+
"link": "https://opentdb.com/api_config.php",
|
|
2400
|
+
"auth": "None"
|
|
2401
|
+
},
|
|
2402
|
+
{
|
|
2403
|
+
"id": "wolfram-alpha",
|
|
2404
|
+
"name": "Wolfram Alpha",
|
|
2405
|
+
"description": "Computational knowledge",
|
|
2406
|
+
"category": "Education",
|
|
2407
|
+
"link": "https://products.wolframalpha.com/api/",
|
|
2408
|
+
"auth": "apiKey"
|
|
2409
|
+
},
|
|
2410
|
+
{
|
|
2411
|
+
"id": "quizapi",
|
|
2412
|
+
"name": "QuizAPI",
|
|
2413
|
+
"description": "Programming quizzes",
|
|
2414
|
+
"category": "Education",
|
|
2415
|
+
"link": "https://quizapi.io/",
|
|
2416
|
+
"auth": "apiKey"
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"id": "uclassify",
|
|
2420
|
+
"name": "uClassify",
|
|
2421
|
+
"description": "Text classification",
|
|
2422
|
+
"category": "AI",
|
|
2423
|
+
"link": "https://www.uclassify.com/docs/restapi",
|
|
2424
|
+
"auth": "apiKey"
|
|
2425
|
+
},
|
|
2426
|
+
{
|
|
2427
|
+
"id": "espn",
|
|
2428
|
+
"name": "ESPN",
|
|
2429
|
+
"description": "Sports data and news",
|
|
2430
|
+
"category": "Sports",
|
|
2431
|
+
"link": "http://www.espn.com/apis/devcenter/",
|
|
2432
|
+
"auth": "apiKey"
|
|
2433
|
+
},
|
|
2434
|
+
{
|
|
2435
|
+
"id": "football-data-org",
|
|
2436
|
+
"name": "Football-Data.org",
|
|
2437
|
+
"description": "Football statistics",
|
|
2438
|
+
"category": "Sports",
|
|
2439
|
+
"link": "https://www.football-data.org/documentation/",
|
|
2440
|
+
"auth": "apiKey"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"id": "nba",
|
|
2444
|
+
"name": "NBA",
|
|
2445
|
+
"description": "Basketball statistics",
|
|
2446
|
+
"category": "Sports",
|
|
2447
|
+
"link": "https://www.nba.com/stats/",
|
|
2448
|
+
"auth": "None"
|
|
2449
|
+
},
|
|
2450
|
+
{
|
|
2451
|
+
"id": "nhl",
|
|
2452
|
+
"name": "NHL",
|
|
2453
|
+
"description": "Hockey statistics",
|
|
2454
|
+
"category": "Sports",
|
|
2455
|
+
"link": "https://gitlab.com/dword4/nhlapi",
|
|
2456
|
+
"auth": "None"
|
|
2457
|
+
},
|
|
2458
|
+
{
|
|
2459
|
+
"id": "mlb",
|
|
2460
|
+
"name": "MLB",
|
|
2461
|
+
"description": "Baseball statistics",
|
|
2462
|
+
"category": "Sports",
|
|
2463
|
+
"link": "http://lookup-service-prod.mlb.com/",
|
|
2464
|
+
"auth": "None"
|
|
2465
|
+
},
|
|
2466
|
+
{
|
|
2467
|
+
"id": "api-football",
|
|
2468
|
+
"name": "API-Football",
|
|
2469
|
+
"description": "Football data",
|
|
2470
|
+
"category": "Sports",
|
|
2471
|
+
"link": "https://www.api-football.com/documentation",
|
|
2472
|
+
"auth": "apiKey"
|
|
2473
|
+
},
|
|
2474
|
+
{
|
|
2475
|
+
"id": "ergast-f1",
|
|
2476
|
+
"name": "Ergast F1",
|
|
2477
|
+
"description": "Formula 1 data",
|
|
2478
|
+
"category": "Sports",
|
|
2479
|
+
"link": "http://ergast.com/mrd/",
|
|
2480
|
+
"auth": "None"
|
|
2481
|
+
},
|
|
2482
|
+
{
|
|
2483
|
+
"id": "balldontlie",
|
|
2484
|
+
"name": "Balldontlie",
|
|
2485
|
+
"description": "NBA statistics",
|
|
2486
|
+
"category": "Sports",
|
|
2487
|
+
"link": "https://www.balldontlie.io/",
|
|
2488
|
+
"auth": "None"
|
|
2489
|
+
},
|
|
2490
|
+
{
|
|
2491
|
+
"id": "edamam",
|
|
2492
|
+
"name": "Edamam",
|
|
2493
|
+
"description": "Nutrition data",
|
|
2494
|
+
"category": "Food",
|
|
2495
|
+
"link": "https://developer.edamam.com/",
|
|
2496
|
+
"auth": "apiKey"
|
|
2497
|
+
},
|
|
2498
|
+
{
|
|
2499
|
+
"id": "usda-fooddata",
|
|
2500
|
+
"name": "USDA FoodData",
|
|
2501
|
+
"description": "Food composition data",
|
|
2502
|
+
"category": "Food",
|
|
2503
|
+
"link": "https://fdc.nal.usda.gov/api-guide.html",
|
|
2504
|
+
"auth": "apiKey"
|
|
2505
|
+
},
|
|
2506
|
+
{
|
|
2507
|
+
"id": "amadeus",
|
|
2508
|
+
"name": "Amadeus",
|
|
2509
|
+
"description": "Travel booking",
|
|
2510
|
+
"category": "Travel",
|
|
2511
|
+
"link": "https://developers.amadeus.com/",
|
|
2512
|
+
"auth": "OAuth"
|
|
2513
|
+
},
|
|
2514
|
+
{
|
|
2515
|
+
"id": "skyscanner",
|
|
2516
|
+
"name": "Skyscanner",
|
|
2517
|
+
"description": "Flight search",
|
|
2518
|
+
"category": "Travel",
|
|
2519
|
+
"link": "https://developers.skyscanner.net/",
|
|
2520
|
+
"auth": "apiKey"
|
|
2521
|
+
},
|
|
2522
|
+
{
|
|
2523
|
+
"id": "booking-com",
|
|
2524
|
+
"name": "Booking.com",
|
|
2525
|
+
"description": "Hotel booking",
|
|
2526
|
+
"category": "Travel",
|
|
2527
|
+
"link": "https://developers.booking.com/",
|
|
2528
|
+
"auth": "OAuth"
|
|
2529
|
+
},
|
|
2530
|
+
{
|
|
2531
|
+
"id": "tripadvisor",
|
|
2532
|
+
"name": "Tripadvisor",
|
|
2533
|
+
"description": "Travel reviews",
|
|
2534
|
+
"category": "Travel",
|
|
2535
|
+
"link": "https://www.tripadvisor.com/developers",
|
|
2536
|
+
"auth": "apiKey"
|
|
2537
|
+
},
|
|
2538
|
+
{
|
|
2539
|
+
"id": "airvisual",
|
|
2540
|
+
"name": "AirVisual",
|
|
2541
|
+
"description": "Air quality data",
|
|
2542
|
+
"category": "Environment",
|
|
2543
|
+
"link": "https://www.iqair.com/air-pollution-data-api",
|
|
2544
|
+
"auth": "apiKey"
|
|
2545
|
+
},
|
|
2546
|
+
{
|
|
2547
|
+
"id": "ip-geolocation",
|
|
2548
|
+
"name": "IP Geolocation",
|
|
2549
|
+
"description": "IP location lookup",
|
|
2550
|
+
"category": "Geography",
|
|
2551
|
+
"link": "https://ipgeolocation.io/",
|
|
2552
|
+
"auth": "apiKey"
|
|
2553
|
+
},
|
|
2554
|
+
{
|
|
2555
|
+
"id": "timezonedb",
|
|
2556
|
+
"name": "TimeZoneDB",
|
|
2557
|
+
"description": "Time zone data",
|
|
2558
|
+
"category": "Tools",
|
|
2559
|
+
"link": "https://timezonedb.com/api",
|
|
2560
|
+
"auth": "apiKey"
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"id": "airports",
|
|
2564
|
+
"name": "Airports",
|
|
2565
|
+
"description": "Airport data",
|
|
2566
|
+
"category": "Travel",
|
|
2567
|
+
"link": "https://airport-info.p.rapidapi.com/",
|
|
2568
|
+
"auth": "apiKey"
|
|
2569
|
+
},
|
|
2570
|
+
{
|
|
2571
|
+
"id": "abstract-api",
|
|
2572
|
+
"name": "Abstract API",
|
|
2573
|
+
"description": "Various utility APIs",
|
|
2574
|
+
"category": "Tools",
|
|
2575
|
+
"link": "https://www.abstractapi.com/",
|
|
2576
|
+
"auth": "apiKey"
|
|
2577
|
+
},
|
|
2578
|
+
{
|
|
2579
|
+
"id": "screenshotapi",
|
|
2580
|
+
"name": "ScreenshotAPI",
|
|
2581
|
+
"description": "Website screenshots",
|
|
2582
|
+
"category": "Tools",
|
|
2583
|
+
"link": "https://screenshotapi.net/",
|
|
2584
|
+
"auth": "apiKey"
|
|
2585
|
+
},
|
|
2586
|
+
{
|
|
2587
|
+
"id": "haveibeenpwned",
|
|
2588
|
+
"name": "Haveibeenpwned",
|
|
2589
|
+
"description": "Data breach check",
|
|
2590
|
+
"category": "Security",
|
|
2591
|
+
"link": "https://haveibeenpwned.com/API/v3",
|
|
2592
|
+
"auth": "apiKey"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"id": "ipstack",
|
|
2596
|
+
"name": "IPStack",
|
|
2597
|
+
"description": "IP lookup",
|
|
2598
|
+
"category": "Tools",
|
|
2599
|
+
"link": "https://ipstack.com/documentation",
|
|
2600
|
+
"auth": "apiKey"
|
|
2601
|
+
},
|
|
2602
|
+
{
|
|
2603
|
+
"id": "useragent",
|
|
2604
|
+
"name": "UserAgent",
|
|
2605
|
+
"description": "Browser user agent",
|
|
2606
|
+
"category": "Tools",
|
|
2607
|
+
"link": "https://useragent.api.io/",
|
|
2608
|
+
"auth": "None"
|
|
2609
|
+
},
|
|
2610
|
+
{
|
|
2611
|
+
"id": "zerobounce",
|
|
2612
|
+
"name": "ZeroBounce",
|
|
2613
|
+
"description": "Email validation",
|
|
2614
|
+
"category": "Email",
|
|
2615
|
+
"link": "https://www.zerobounce.net/docs/",
|
|
2616
|
+
"auth": "apiKey"
|
|
2617
|
+
},
|
|
2618
|
+
{
|
|
2619
|
+
"id": "hunter-io",
|
|
2620
|
+
"name": "Hunter.io",
|
|
2621
|
+
"description": "Email finder",
|
|
2622
|
+
"category": "Email",
|
|
2623
|
+
"link": "https://hunter.io/api-documentation/v2",
|
|
2624
|
+
"auth": "apiKey"
|
|
2625
|
+
},
|
|
2626
|
+
{
|
|
2627
|
+
"id": "zillow",
|
|
2628
|
+
"name": "Zillow",
|
|
2629
|
+
"description": "Real estate data",
|
|
2630
|
+
"category": "Real Estate",
|
|
2631
|
+
"link": "https://www.zillow.com/howto/api/",
|
|
2632
|
+
"auth": "apiKey"
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"id": "realtor-com",
|
|
2636
|
+
"name": "Realtor.com",
|
|
2637
|
+
"description": "Property listings",
|
|
2638
|
+
"category": "Real Estate",
|
|
2639
|
+
"link": "https://www.realtor.com/api/",
|
|
2640
|
+
"auth": "apiKey"
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"id": "redfin",
|
|
2644
|
+
"name": "Redfin",
|
|
2645
|
+
"description": "Real estate search",
|
|
2646
|
+
"category": "Real Estate",
|
|
2647
|
+
"link": "https://www.redfin.com/",
|
|
2648
|
+
"auth": "apiKey"
|
|
2649
|
+
},
|
|
2650
|
+
{
|
|
2651
|
+
"id": "estated",
|
|
2652
|
+
"name": "Estated",
|
|
2653
|
+
"description": "Property data",
|
|
2654
|
+
"category": "Real Estate",
|
|
2655
|
+
"link": "https://estated.com/developers/docs",
|
|
2656
|
+
"auth": "apiKey"
|
|
2657
|
+
},
|
|
2658
|
+
{
|
|
2659
|
+
"id": "breezometer",
|
|
2660
|
+
"name": "Breezometer",
|
|
2661
|
+
"description": "Air quality and pollen",
|
|
2662
|
+
"category": "Environment",
|
|
2663
|
+
"link": "https://docs.breezometer.com/",
|
|
2664
|
+
"auth": "apiKey"
|
|
2665
|
+
},
|
|
2666
|
+
{
|
|
2667
|
+
"id": "ambeedata",
|
|
2668
|
+
"name": "AmbeeData",
|
|
2669
|
+
"description": "Environmental data",
|
|
2670
|
+
"category": "Environment",
|
|
2671
|
+
"link": "https://docs.ambeedata.com/",
|
|
2672
|
+
"auth": "apiKey"
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"id": "courtlistener",
|
|
2676
|
+
"name": "CourtListener",
|
|
2677
|
+
"description": "Legal database",
|
|
2678
|
+
"category": "Legal",
|
|
2679
|
+
"link": "https://www.courtlistener.com/api/",
|
|
2680
|
+
"auth": "apiKey"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"id": "open-states",
|
|
2684
|
+
"name": "Open States",
|
|
2685
|
+
"description": "State legislation",
|
|
2686
|
+
"category": "Government",
|
|
2687
|
+
"link": "https://docs.openstates.org/api-v3/",
|
|
2688
|
+
"auth": "apiKey"
|
|
2689
|
+
},
|
|
2690
|
+
{
|
|
2691
|
+
"id": "congress-gov",
|
|
2692
|
+
"name": "Congress.gov",
|
|
2693
|
+
"description": "US Congress data",
|
|
2694
|
+
"category": "Government",
|
|
2695
|
+
"link": "https://api.congress.gov/",
|
|
2696
|
+
"auth": "apiKey"
|
|
2697
|
+
},
|
|
2698
|
+
{
|
|
2699
|
+
"id": "nhtsa",
|
|
2700
|
+
"name": "NHTSA",
|
|
2701
|
+
"description": "Vehicle safety data",
|
|
2702
|
+
"category": "Automotive",
|
|
2703
|
+
"link": "https://vpic.nhtsa.dot.gov/api/",
|
|
2704
|
+
"auth": "None"
|
|
2705
|
+
},
|
|
2706
|
+
{
|
|
2707
|
+
"id": "carquery",
|
|
2708
|
+
"name": "CarQuery",
|
|
2709
|
+
"description": "Car database",
|
|
2710
|
+
"category": "Automotive",
|
|
2711
|
+
"link": "http://www.carqueryapi.com/documentation/",
|
|
2712
|
+
"auth": "None"
|
|
2713
|
+
},
|
|
2714
|
+
{
|
|
2715
|
+
"id": "vin-decoder",
|
|
2716
|
+
"name": "VIN Decoder",
|
|
2717
|
+
"description": "Vehicle identification",
|
|
2718
|
+
"category": "Automotive",
|
|
2719
|
+
"link": "https://vpic.nhtsa.dot.gov/api/",
|
|
2720
|
+
"auth": "None"
|
|
2721
|
+
},
|
|
2722
|
+
{
|
|
2723
|
+
"id": "fueleconomy-gov",
|
|
2724
|
+
"name": "FuelEconomy.gov",
|
|
2725
|
+
"description": "Fuel economy data",
|
|
2726
|
+
"category": "Automotive",
|
|
2727
|
+
"link": "https://www.fueleconomy.gov/feg/ws/",
|
|
2728
|
+
"auth": "None"
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
"id": "petfinder",
|
|
2732
|
+
"name": "Petfinder",
|
|
2733
|
+
"description": "Pet adoption",
|
|
2734
|
+
"category": "Animals",
|
|
2735
|
+
"link": "https://www.petfinder.com/developers/",
|
|
2736
|
+
"auth": "OAuth"
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"id": "dog-ceo",
|
|
2740
|
+
"name": "Dog CEO",
|
|
2741
|
+
"description": "Dog images",
|
|
2742
|
+
"category": "Animals",
|
|
2743
|
+
"link": "https://dog.ceo/dog-api/",
|
|
2744
|
+
"auth": "None"
|
|
2745
|
+
},
|
|
2746
|
+
{
|
|
2747
|
+
"id": "httpcat",
|
|
2748
|
+
"name": "HTTPCat",
|
|
2749
|
+
"description": "HTTP status cats",
|
|
2750
|
+
"category": "Animals",
|
|
2751
|
+
"link": "https://http.cat/",
|
|
2752
|
+
"auth": "None"
|
|
2753
|
+
},
|
|
2754
|
+
{
|
|
2755
|
+
"id": "httpdog",
|
|
2756
|
+
"name": "HTTPDog",
|
|
2757
|
+
"description": "HTTP status dogs",
|
|
2758
|
+
"category": "Animals",
|
|
2759
|
+
"link": "https://http.dog/",
|
|
2760
|
+
"auth": "None"
|
|
2761
|
+
},
|
|
2762
|
+
{
|
|
2763
|
+
"id": "jsonplaceholder",
|
|
2764
|
+
"name": "JSONPlaceholder",
|
|
2765
|
+
"description": "Fake REST API",
|
|
2766
|
+
"category": "Testing",
|
|
2767
|
+
"link": "https://jsonplaceholder.typicode.com/",
|
|
2768
|
+
"auth": "None"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"id": "randomuser",
|
|
2772
|
+
"name": "RandomUser",
|
|
2773
|
+
"description": "Random user generator",
|
|
2774
|
+
"category": "Testing",
|
|
2775
|
+
"link": "https://randomuser.me/",
|
|
2776
|
+
"auth": "None"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"id": "placeholder-com",
|
|
2780
|
+
"name": "Placeholder.com",
|
|
2781
|
+
"description": "Placeholder images",
|
|
2782
|
+
"category": "Design",
|
|
2783
|
+
"link": "https://placeholder.com/",
|
|
2784
|
+
"auth": "None"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"id": "fakestoreapi",
|
|
2788
|
+
"name": "FakeStoreAPI",
|
|
2789
|
+
"description": "E-commerce test data",
|
|
2790
|
+
"category": "Testing",
|
|
2791
|
+
"link": "https://fakestoreapi.com/",
|
|
2792
|
+
"auth": "None"
|
|
2793
|
+
},
|
|
2794
|
+
{
|
|
2795
|
+
"id": "mockapi",
|
|
2796
|
+
"name": "MockAPI",
|
|
2797
|
+
"description": "Mock API generator",
|
|
2798
|
+
"category": "Testing",
|
|
2799
|
+
"link": "https://mockapi.io/",
|
|
2800
|
+
"auth": "apiKey"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"id": "mockaroo",
|
|
2804
|
+
"name": "Mockaroo",
|
|
2805
|
+
"description": "Test data generator",
|
|
2806
|
+
"category": "Testing",
|
|
2807
|
+
"link": "https://www.mockaroo.com/api/docs",
|
|
2808
|
+
"auth": "apiKey"
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"id": "faker",
|
|
2812
|
+
"name": "Faker",
|
|
2813
|
+
"description": "Fake data generation",
|
|
2814
|
+
"category": "Testing",
|
|
2815
|
+
"link": "https://fakerapi.it/",
|
|
2816
|
+
"auth": "None"
|
|
2817
|
+
},
|
|
2818
|
+
{
|
|
2819
|
+
"id": "dummyjson",
|
|
2820
|
+
"name": "DummyJSON",
|
|
2821
|
+
"description": "Test JSON data",
|
|
2822
|
+
"category": "Testing",
|
|
2823
|
+
"link": "https://dummyjson.com/",
|
|
2824
|
+
"auth": "None"
|
|
2825
|
+
},
|
|
2826
|
+
{
|
|
2827
|
+
"id": "shopify",
|
|
2828
|
+
"name": "Shopify",
|
|
2829
|
+
"description": "E-commerce platform",
|
|
2830
|
+
"category": "E-commerce",
|
|
2831
|
+
"link": "https://shopify.dev/docs/admin-api",
|
|
2832
|
+
"auth": "OAuth"
|
|
2833
|
+
},
|
|
2834
|
+
{
|
|
2835
|
+
"id": "woocommerce",
|
|
2836
|
+
"name": "WooCommerce",
|
|
2837
|
+
"description": "WordPress e-commerce",
|
|
2838
|
+
"category": "E-commerce",
|
|
2839
|
+
"link": "https://woocommerce.github.io/woocommerce-rest-api-docs/",
|
|
2840
|
+
"auth": "OAuth"
|
|
2841
|
+
},
|
|
2842
|
+
{
|
|
2843
|
+
"id": "bigcommerce",
|
|
2844
|
+
"name": "BigCommerce",
|
|
2845
|
+
"description": "E-commerce platform",
|
|
2846
|
+
"category": "E-commerce",
|
|
2847
|
+
"link": "https://developer.bigcommerce.com/",
|
|
2848
|
+
"auth": "OAuth"
|
|
2849
|
+
},
|
|
2850
|
+
{
|
|
2851
|
+
"id": "magento",
|
|
2852
|
+
"name": "Magento",
|
|
2853
|
+
"description": "E-commerce platform",
|
|
2854
|
+
"category": "E-commerce",
|
|
2855
|
+
"link": "https://devdocs.magento.com/guides/v2.4/rest/bk-rest.html",
|
|
2856
|
+
"auth": "OAuth"
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"id": "saleor",
|
|
2860
|
+
"name": "Saleor",
|
|
2861
|
+
"description": "Headless commerce",
|
|
2862
|
+
"category": "E-commerce",
|
|
2863
|
+
"link": "https://docs.saleor.io/docs/3.x/api-reference/",
|
|
2864
|
+
"auth": "OAuth"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"id": "prestashop",
|
|
2868
|
+
"name": "PrestaShop",
|
|
2869
|
+
"description": "E-commerce solution",
|
|
2870
|
+
"category": "E-commerce",
|
|
2871
|
+
"link": "https://devdocs.prestashop.com/",
|
|
2872
|
+
"auth": "apiKey"
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"id": "pushover",
|
|
2876
|
+
"name": "Pushover",
|
|
2877
|
+
"description": "Push notifications",
|
|
2878
|
+
"category": "Communication",
|
|
2879
|
+
"link": "https://pushover.net/api",
|
|
2880
|
+
"auth": "apiKey"
|
|
2881
|
+
},
|
|
2882
|
+
{
|
|
2883
|
+
"id": "pushbullet",
|
|
2884
|
+
"name": "Pushbullet",
|
|
2885
|
+
"description": "Push notifications",
|
|
2886
|
+
"category": "Communication",
|
|
2887
|
+
"link": "https://docs.pushbullet.com/",
|
|
2888
|
+
"auth": "OAuth"
|
|
2889
|
+
},
|
|
2890
|
+
{
|
|
2891
|
+
"id": "firebase-cloud-messaging",
|
|
2892
|
+
"name": "Firebase Cloud Messaging",
|
|
2893
|
+
"description": "Cross-platform messaging",
|
|
2894
|
+
"category": "Communication",
|
|
2895
|
+
"link": "https://firebase.google.com/docs/cloud-messaging",
|
|
2896
|
+
"auth": "apiKey"
|
|
2897
|
+
},
|
|
2898
|
+
{
|
|
2899
|
+
"id": "postmark",
|
|
2900
|
+
"name": "Postmark",
|
|
2901
|
+
"description": "Transactional email",
|
|
2902
|
+
"category": "Email",
|
|
2903
|
+
"link": "https://postmarkapp.com/developer",
|
|
2904
|
+
"auth": "apiKey"
|
|
2905
|
+
},
|
|
2906
|
+
{
|
|
2907
|
+
"id": "amazon-ses",
|
|
2908
|
+
"name": "Amazon SES",
|
|
2909
|
+
"description": "Email service",
|
|
2910
|
+
"category": "Email",
|
|
2911
|
+
"link": "https://docs.aws.amazon.com/ses/latest/DeveloperGuide/",
|
|
2912
|
+
"auth": "apiKey"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"id": "sparkpost",
|
|
2916
|
+
"name": "SparkPost",
|
|
2917
|
+
"description": "Email delivery",
|
|
2918
|
+
"category": "Email",
|
|
2919
|
+
"link": "https://developers.sparkpost.com/api/",
|
|
2920
|
+
"auth": "apiKey"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"id": "auth0",
|
|
2924
|
+
"name": "Auth0",
|
|
2925
|
+
"description": "Identity platform",
|
|
2926
|
+
"category": "Security",
|
|
2927
|
+
"link": "https://auth0.com/docs/api/",
|
|
2928
|
+
"auth": "OAuth"
|
|
2929
|
+
},
|
|
2930
|
+
{
|
|
2931
|
+
"id": "okta",
|
|
2932
|
+
"name": "Okta",
|
|
2933
|
+
"description": "Identity management",
|
|
2934
|
+
"category": "Security",
|
|
2935
|
+
"link": "https://developer.okta.com/docs/reference/",
|
|
2936
|
+
"auth": "OAuth"
|
|
2937
|
+
},
|
|
2938
|
+
{
|
|
2939
|
+
"id": "firebase-auth",
|
|
2940
|
+
"name": "Firebase Auth",
|
|
2941
|
+
"description": "Authentication service",
|
|
2942
|
+
"category": "Security",
|
|
2943
|
+
"link": "https://firebase.google.com/docs/auth",
|
|
2944
|
+
"auth": "apiKey"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"id": "clerk",
|
|
2948
|
+
"name": "Clerk",
|
|
2949
|
+
"description": "User management",
|
|
2950
|
+
"category": "Security",
|
|
2951
|
+
"link": "https://clerk.com/docs",
|
|
2952
|
+
"auth": "apiKey"
|
|
2953
|
+
},
|
|
2954
|
+
{
|
|
2955
|
+
"id": "supabase-auth",
|
|
2956
|
+
"name": "Supabase Auth",
|
|
2957
|
+
"description": "Authentication",
|
|
2958
|
+
"category": "Security",
|
|
2959
|
+
"link": "https://supabase.com/docs/guides/auth",
|
|
2960
|
+
"auth": "apiKey"
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"id": "contentful",
|
|
2964
|
+
"name": "Contentful",
|
|
2965
|
+
"description": "Headless CMS",
|
|
2966
|
+
"category": "Content",
|
|
2967
|
+
"link": "https://www.contentful.com/developers/docs/references/content-delivery-api/",
|
|
2968
|
+
"auth": "apiKey"
|
|
2969
|
+
},
|
|
2970
|
+
{
|
|
2971
|
+
"id": "strapi",
|
|
2972
|
+
"name": "Strapi",
|
|
2973
|
+
"description": "Headless CMS",
|
|
2974
|
+
"category": "Content",
|
|
2975
|
+
"link": "https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest-api.html",
|
|
2976
|
+
"auth": "apiKey"
|
|
2977
|
+
},
|
|
2978
|
+
{
|
|
2979
|
+
"id": "sanity",
|
|
2980
|
+
"name": "Sanity",
|
|
2981
|
+
"description": "Headless CMS",
|
|
2982
|
+
"category": "Content",
|
|
2983
|
+
"link": "https://www.sanity.io/docs/http-api",
|
|
2984
|
+
"auth": "apiKey"
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"id": "ghost",
|
|
2988
|
+
"name": "Ghost",
|
|
2989
|
+
"description": "Publishing platform",
|
|
2990
|
+
"category": "Content",
|
|
2991
|
+
"link": "https://ghost.org/docs/content-api/",
|
|
2992
|
+
"auth": "apiKey"
|
|
2993
|
+
},
|
|
2994
|
+
{
|
|
2995
|
+
"id": "prismic",
|
|
2996
|
+
"name": "Prismic",
|
|
2997
|
+
"description": "Headless CMS",
|
|
2998
|
+
"category": "Content",
|
|
2999
|
+
"link": "https://prismic.io/docs/api",
|
|
3000
|
+
"auth": "apiKey"
|
|
3001
|
+
},
|
|
3002
|
+
{
|
|
3003
|
+
"id": "datocms",
|
|
3004
|
+
"name": "DatoCMS",
|
|
3005
|
+
"description": "Headless CMS",
|
|
3006
|
+
"category": "Content",
|
|
3007
|
+
"link": "https://www.datocms.com/docs/content-delivery-api",
|
|
3008
|
+
"auth": "apiKey"
|
|
3009
|
+
},
|
|
3010
|
+
{
|
|
3011
|
+
"id": "cosmic",
|
|
3012
|
+
"name": "Cosmic",
|
|
3013
|
+
"description": "Headless CMS",
|
|
3014
|
+
"category": "Content",
|
|
3015
|
+
"link": "https://docs.cosmicjs.com/",
|
|
3016
|
+
"auth": "apiKey"
|
|
3017
|
+
},
|
|
3018
|
+
{
|
|
3019
|
+
"id": "directus",
|
|
3020
|
+
"name": "Directus",
|
|
3021
|
+
"description": "Headless CMS",
|
|
3022
|
+
"category": "Content",
|
|
3023
|
+
"link": "https://docs.directus.io/reference/introduction.html",
|
|
3024
|
+
"auth": "apiKey"
|
|
3025
|
+
},
|
|
3026
|
+
{
|
|
3027
|
+
"id": "algolia",
|
|
3028
|
+
"name": "Algolia",
|
|
3029
|
+
"description": "Search as a service",
|
|
3030
|
+
"category": "Search",
|
|
3031
|
+
"link": "https://www.algolia.com/doc/api-reference/",
|
|
3032
|
+
"auth": "apiKey"
|
|
3033
|
+
},
|
|
3034
|
+
{
|
|
3035
|
+
"id": "elasticsearch",
|
|
3036
|
+
"name": "Elasticsearch",
|
|
3037
|
+
"description": "Search engine",
|
|
3038
|
+
"category": "Search",
|
|
3039
|
+
"link": "https://www.elastic.co/guide/en/elasticsearch/reference/current/rest-apis.html",
|
|
3040
|
+
"auth": "apiKey"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"id": "meilisearch",
|
|
3044
|
+
"name": "MeiliSearch",
|
|
3045
|
+
"description": "Search engine",
|
|
3046
|
+
"category": "Search",
|
|
3047
|
+
"link": "https://docs.meilisearch.com/reference/api/",
|
|
3048
|
+
"auth": "apiKey"
|
|
3049
|
+
},
|
|
3050
|
+
{
|
|
3051
|
+
"id": "typesense",
|
|
3052
|
+
"name": "Typesense",
|
|
3053
|
+
"description": "Search engine",
|
|
3054
|
+
"category": "Search",
|
|
3055
|
+
"link": "https://typesense.org/docs/",
|
|
3056
|
+
"auth": "apiKey"
|
|
3057
|
+
},
|
|
3058
|
+
{
|
|
3059
|
+
"id": "duckduckgo",
|
|
3060
|
+
"name": "DuckDuckGo",
|
|
3061
|
+
"description": "Instant answers",
|
|
3062
|
+
"category": "Search",
|
|
3063
|
+
"link": "https://duckduckgo.com/api",
|
|
3064
|
+
"auth": "None"
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"id": "openai",
|
|
3068
|
+
"name": "OpenAI",
|
|
3069
|
+
"description": "AI models",
|
|
3070
|
+
"category": "AI",
|
|
3071
|
+
"link": "https://platform.openai.com/docs/api-reference",
|
|
3072
|
+
"auth": "apiKey"
|
|
3073
|
+
},
|
|
3074
|
+
{
|
|
3075
|
+
"id": "anthropic",
|
|
3076
|
+
"name": "Anthropic",
|
|
3077
|
+
"description": "Claude AI",
|
|
3078
|
+
"category": "AI",
|
|
3079
|
+
"link": "https://docs.anthropic.com/",
|
|
3080
|
+
"auth": "apiKey"
|
|
3081
|
+
},
|
|
3082
|
+
{
|
|
3083
|
+
"id": "hugging-face",
|
|
3084
|
+
"name": "Hugging Face",
|
|
3085
|
+
"description": "ML models",
|
|
3086
|
+
"category": "AI",
|
|
3087
|
+
"link": "https://huggingface.co/docs/api-inference/",
|
|
3088
|
+
"auth": "apiKey"
|
|
3089
|
+
},
|
|
3090
|
+
{
|
|
3091
|
+
"id": "replicate",
|
|
3092
|
+
"name": "Replicate",
|
|
3093
|
+
"description": "ML model hosting",
|
|
3094
|
+
"category": "AI",
|
|
3095
|
+
"link": "https://replicate.com/docs",
|
|
3096
|
+
"auth": "apiKey"
|
|
3097
|
+
},
|
|
3098
|
+
{
|
|
3099
|
+
"id": "stability-ai",
|
|
3100
|
+
"name": "Stability AI",
|
|
3101
|
+
"description": "Image generation",
|
|
3102
|
+
"category": "AI",
|
|
3103
|
+
"link": "https://platform.stability.ai/docs/api-reference",
|
|
3104
|
+
"auth": "apiKey"
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"id": "cohere",
|
|
3108
|
+
"name": "Cohere",
|
|
3109
|
+
"description": "NLP models",
|
|
3110
|
+
"category": "AI",
|
|
3111
|
+
"link": "https://docs.cohere.com/reference/about",
|
|
3112
|
+
"auth": "apiKey"
|
|
3113
|
+
},
|
|
3114
|
+
{
|
|
3115
|
+
"id": "deepl",
|
|
3116
|
+
"name": "DeepL",
|
|
3117
|
+
"description": "Translation",
|
|
3118
|
+
"category": "Language",
|
|
3119
|
+
"link": "https://www.deepl.com/docs-api",
|
|
3120
|
+
"auth": "apiKey"
|
|
3121
|
+
},
|
|
3122
|
+
{
|
|
3123
|
+
"id": "assembly-ai",
|
|
3124
|
+
"name": "Assembly AI",
|
|
3125
|
+
"description": "Speech to text",
|
|
3126
|
+
"category": "AI",
|
|
3127
|
+
"link": "https://www.assemblyai.com/docs/",
|
|
3128
|
+
"auth": "apiKey"
|
|
3129
|
+
},
|
|
3130
|
+
{
|
|
3131
|
+
"id": "elevenlabs",
|
|
3132
|
+
"name": "ElevenLabs",
|
|
3133
|
+
"description": "Text to speech",
|
|
3134
|
+
"category": "AI",
|
|
3135
|
+
"link": "https://docs.elevenlabs.io/api-reference",
|
|
3136
|
+
"auth": "apiKey"
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"id": "runpod",
|
|
3140
|
+
"name": "RunPod",
|
|
3141
|
+
"description": "GPU cloud",
|
|
3142
|
+
"category": "AI",
|
|
3143
|
+
"link": "https://docs.runpod.io/",
|
|
3144
|
+
"auth": "apiKey"
|
|
3145
|
+
}
|
|
3146
|
+
]
|