@nordsym/apiclaw 1.2.0 → 1.2.2

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.
Files changed (46) hide show
  1. package/.env.prod +1 -0
  2. package/README.md +5 -5
  3. package/STATUS.md +7 -7
  4. package/convex/http.ts +33 -1
  5. package/data/combined-02-25.json +5602 -0
  6. package/data/night-batch-02-25.json +2732 -0
  7. package/data/night-expansion-02-25.json +2872 -0
  8. package/dist/credentials.d.ts.map +1 -1
  9. package/dist/credentials.js +15 -0
  10. package/dist/credentials.js.map +1 -1
  11. package/dist/execute.d.ts +1 -1
  12. package/dist/execute.d.ts.map +1 -1
  13. package/dist/execute.js +77 -1
  14. package/dist/execute.js.map +1 -1
  15. package/dist/index.js +9 -7
  16. package/dist/index.js.map +1 -1
  17. package/dist/proxy.d.ts.map +1 -1
  18. package/dist/proxy.js +1 -1
  19. package/dist/proxy.js.map +1 -1
  20. package/dist/registry/apis.json +44476 -174
  21. package/landing/src/app/api/auth/magic-link/route.ts +8 -1
  22. package/landing/src/app/api/auth/verify/route.ts +7 -4
  23. package/landing/src/app/docs/page.tsx +83 -82
  24. package/landing/src/app/earn/page.tsx +8 -8
  25. package/landing/src/app/page.tsx +208 -15
  26. package/landing/src/app/providers/page.tsx +6 -5
  27. package/landing/src/app/providers/register/page.tsx +1 -1
  28. package/landing/src/lib/convex-client.ts +6 -2
  29. package/landing/src/lib/stats.json +1 -1
  30. package/package.json +3 -2
  31. package/scripts/merge-to-registry.py +77 -0
  32. package/scripts/night-batch-02-24.py +391 -0
  33. package/scripts/night-batch-02-25.py +479 -0
  34. package/scripts/night-batch-03-24-b2.py +387 -0
  35. package/scripts/night-batch-03-24-b3.py +284 -0
  36. package/scripts/night-batch-03-24.py +447 -0
  37. package/scripts/night-batch-06-24-b2.py +695 -0
  38. package/scripts/night-batch-06-24-b3.py +696 -0
  39. package/scripts/night-batch-06-24.py +825 -0
  40. package/scripts/night-expansion-02-24-02.py +708 -0
  41. package/scripts/night-expansion-02-25.py +668 -0
  42. package/src/credentials.ts +16 -0
  43. package/src/execute.ts +87 -1
  44. package/src/index.ts +9 -7
  45. package/src/proxy.ts +1 -1
  46. package/src/registry/apis.json +44476 -174
@@ -0,0 +1,2872 @@
1
+ [
2
+ {
3
+ "name": "AdoptAPet",
4
+ "description": "Resource to help get pets adopted",
5
+ "category": "Animals",
6
+ "authType": "apiKey",
7
+ "baseUrl": "https://www.adoptapet.com"
8
+ },
9
+ {
10
+ "name": "Axolotl",
11
+ "description": "Collection of axolotl pictures and facts",
12
+ "category": "Animals",
13
+ "authType": "none",
14
+ "baseUrl": "https://theaxolotlapi.netlify.app"
15
+ },
16
+ {
17
+ "name": "Cat Facts",
18
+ "description": "Daily cat facts",
19
+ "category": "Animals",
20
+ "authType": "none",
21
+ "baseUrl": "https://alexwohlbruck.github.io"
22
+ },
23
+ {
24
+ "name": "Cataas",
25
+ "description": "Cat as a service (cats pictures and gifs)",
26
+ "category": "Animals",
27
+ "authType": "none",
28
+ "baseUrl": "https://cataas.com"
29
+ },
30
+ {
31
+ "name": "TheCatAPI",
32
+ "description": "Pictures of cats from Tumblr",
33
+ "category": "Animals",
34
+ "authType": "apiKey",
35
+ "baseUrl": "https://thecatapi.com"
36
+ },
37
+ {
38
+ "name": "Dog Facts",
39
+ "description": "Random dog facts",
40
+ "category": "Animals",
41
+ "authType": "none",
42
+ "baseUrl": "https://dukengn.github.io"
43
+ },
44
+ {
45
+ "name": "Dog CEO",
46
+ "description": "Based on the Stanford Dogs Dataset",
47
+ "category": "Animals",
48
+ "authType": "none",
49
+ "baseUrl": "https://dog.ceo"
50
+ },
51
+ {
52
+ "name": "eBird",
53
+ "description": "Retrieve recent or notable birding observations",
54
+ "category": "Animals",
55
+ "authType": "apiKey",
56
+ "baseUrl": "https://ebird.org"
57
+ },
58
+ {
59
+ "name": "FishWatch",
60
+ "description": "Information and pictures about fish species",
61
+ "category": "Animals",
62
+ "authType": "none",
63
+ "baseUrl": "https://www.fishwatch.gov"
64
+ },
65
+ {
66
+ "name": "HTTP Cat",
67
+ "description": "Cat for every HTTP Status",
68
+ "category": "Animals",
69
+ "authType": "none",
70
+ "baseUrl": "https://http.cat"
71
+ },
72
+ {
73
+ "name": "HTTP Dog",
74
+ "description": "Dogs for every HTTP response status code",
75
+ "category": "Animals",
76
+ "authType": "none",
77
+ "baseUrl": "https://http.dog"
78
+ },
79
+ {
80
+ "name": "IUCN Red List",
81
+ "description": "IUCN Red List of Threatened Species",
82
+ "category": "Animals",
83
+ "authType": "apiKey",
84
+ "baseUrl": "https://apiv3.iucnredlist.org"
85
+ },
86
+ {
87
+ "name": "MeowFacts",
88
+ "description": "Get random cat facts",
89
+ "category": "Animals",
90
+ "authType": "none",
91
+ "baseUrl": "https://github.com"
92
+ },
93
+ {
94
+ "name": "Petfinder",
95
+ "description": "Petfinder is dedicated to helping pets find homes",
96
+ "category": "Animals",
97
+ "authType": "apiKey",
98
+ "baseUrl": "https://www.petfinder.com"
99
+ },
100
+ {
101
+ "name": "PlaceBear",
102
+ "description": "Placeholder bear pictures",
103
+ "category": "Animals",
104
+ "authType": "none",
105
+ "baseUrl": "https://placebear.com"
106
+ },
107
+ {
108
+ "name": "PlaceDog",
109
+ "description": "Placeholder Dog pictures",
110
+ "category": "Animals",
111
+ "authType": "none",
112
+ "baseUrl": "https://place.dog"
113
+ },
114
+ {
115
+ "name": "PlaceKitten",
116
+ "description": "Placeholder Kitten pictures",
117
+ "category": "Animals",
118
+ "authType": "none",
119
+ "baseUrl": "https://placekitten.com"
120
+ },
121
+ {
122
+ "name": "RandomDog",
123
+ "description": "Random pictures of dogs",
124
+ "category": "Animals",
125
+ "authType": "none",
126
+ "baseUrl": "https://random.dog"
127
+ },
128
+ {
129
+ "name": "RandomDuck",
130
+ "description": "Random pictures of ducks",
131
+ "category": "Animals",
132
+ "authType": "none",
133
+ "baseUrl": "https://random-d.uk"
134
+ },
135
+ {
136
+ "name": "RandomFox",
137
+ "description": "Random pictures of foxes",
138
+ "category": "Animals",
139
+ "authType": "none",
140
+ "baseUrl": "https://randomfox.ca"
141
+ },
142
+ {
143
+ "name": "Shibe.Online",
144
+ "description": "Random pictures of Shiba Inu, cats or birds",
145
+ "category": "Animals",
146
+ "authType": "none",
147
+ "baseUrl": "https://shibe.online"
148
+ },
149
+ {
150
+ "name": "TheDogAPI",
151
+ "description": "Public service all about Dogs",
152
+ "category": "Animals",
153
+ "authType": "apiKey",
154
+ "baseUrl": "https://thedogapi.com"
155
+ },
156
+ {
157
+ "name": "xeno-canto",
158
+ "description": "Bird recordings",
159
+ "category": "Animals",
160
+ "authType": "none",
161
+ "baseUrl": "https://xeno-canto.org"
162
+ },
163
+ {
164
+ "name": "Zoo Animals",
165
+ "description": "Facts and pictures of zoo animals",
166
+ "category": "Animals",
167
+ "authType": "none",
168
+ "baseUrl": "https://zoo-animal-api.herokuapp.com"
169
+ },
170
+ {
171
+ "name": "AniAPI",
172
+ "description": "Anime discovery, streaming & syncing with trackers",
173
+ "category": "Entertainment",
174
+ "authType": "oauth",
175
+ "baseUrl": "https://aniapi.com"
176
+ },
177
+ {
178
+ "name": "AniDB",
179
+ "description": "Anime Database",
180
+ "category": "Entertainment",
181
+ "authType": "apiKey",
182
+ "baseUrl": "https://wiki.anidb.net"
183
+ },
184
+ {
185
+ "name": "AniList",
186
+ "description": "Anime discovery & tracking",
187
+ "category": "Entertainment",
188
+ "authType": "oauth",
189
+ "baseUrl": "https://anilist.co"
190
+ },
191
+ {
192
+ "name": "AnimeChan",
193
+ "description": "Anime quotes (over 10k+)",
194
+ "category": "Entertainment",
195
+ "authType": "none",
196
+ "baseUrl": "https://github.com"
197
+ },
198
+ {
199
+ "name": "AnimeFacts",
200
+ "description": "Anime Facts (over 100+)",
201
+ "category": "Entertainment",
202
+ "authType": "none",
203
+ "baseUrl": "https://chandan-02.github.io"
204
+ },
205
+ {
206
+ "name": "AnimeNewsNetwork",
207
+ "description": "Anime industry news",
208
+ "category": "Entertainment",
209
+ "authType": "none",
210
+ "baseUrl": "https://www.animenewsnetwork.com"
211
+ },
212
+ {
213
+ "name": "Catboy",
214
+ "description": "Neko images, funny GIFs & more",
215
+ "category": "Entertainment",
216
+ "authType": "none",
217
+ "baseUrl": "https://catboys.com"
218
+ },
219
+ {
220
+ "name": "Danbooru Anime",
221
+ "description": "Thousands of anime artist database",
222
+ "category": "Entertainment",
223
+ "authType": "apiKey",
224
+ "baseUrl": "https://danbooru.donmai.us"
225
+ },
226
+ {
227
+ "name": "Jikan",
228
+ "description": "Unofficial MyAnimeList API",
229
+ "category": "Entertainment",
230
+ "authType": "none",
231
+ "baseUrl": "https://jikan.moe"
232
+ },
233
+ {
234
+ "name": "Kitsu",
235
+ "description": "Anime discovery platform",
236
+ "category": "Entertainment",
237
+ "authType": "oauth",
238
+ "baseUrl": "https://kitsu.docs.apiary.io"
239
+ },
240
+ {
241
+ "name": "MangaDex",
242
+ "description": "Manga Database and Community",
243
+ "category": "Entertainment",
244
+ "authType": "apiKey",
245
+ "baseUrl": "https://api.mangadex.org"
246
+ },
247
+ {
248
+ "name": "MyAnimeList",
249
+ "description": "Anime and Manga Database and Community",
250
+ "category": "Entertainment",
251
+ "authType": "oauth",
252
+ "baseUrl": "https://myanimelist.net"
253
+ },
254
+ {
255
+ "name": "NekosBest",
256
+ "description": "Neko Images & Anime roleplaying GIFs",
257
+ "category": "Entertainment",
258
+ "authType": "none",
259
+ "baseUrl": "https://docs.nekos.best"
260
+ },
261
+ {
262
+ "name": "Shikimori",
263
+ "description": "Anime discovery, tracking, forum, rates",
264
+ "category": "Entertainment",
265
+ "authType": "oauth",
266
+ "baseUrl": "https://shikimori.one"
267
+ },
268
+ {
269
+ "name": "Studio Ghibli",
270
+ "description": "Resources from Studio Ghibli films",
271
+ "category": "Entertainment",
272
+ "authType": "none",
273
+ "baseUrl": "https://ghibliapi.herokuapp.com"
274
+ },
275
+ {
276
+ "name": "Trace Moe",
277
+ "description": "Get exact scene of anime from screenshot",
278
+ "category": "Entertainment",
279
+ "authType": "none",
280
+ "baseUrl": "https://soruly.github.io"
281
+ },
282
+ {
283
+ "name": "Waifu.im",
284
+ "description": "Get waifu pictures from archive of 4000+ images",
285
+ "category": "Entertainment",
286
+ "authType": "none",
287
+ "baseUrl": "https://waifu.im"
288
+ },
289
+ {
290
+ "name": "Waifu.pics",
291
+ "description": "Image sharing platform for anime images",
292
+ "category": "Entertainment",
293
+ "authType": "none",
294
+ "baseUrl": "https://waifu.pics"
295
+ },
296
+ {
297
+ "name": "AbuseIPDB",
298
+ "description": "IP/domain/URL reputation",
299
+ "category": "Security",
300
+ "authType": "apiKey",
301
+ "baseUrl": "https://docs.abuseipdb.com"
302
+ },
303
+ {
304
+ "name": "AlienVault OTX",
305
+ "description": "IP/domain/URL reputation",
306
+ "category": "Security",
307
+ "authType": "apiKey",
308
+ "baseUrl": "https://otx.alienvault.com"
309
+ },
310
+ {
311
+ "name": "CAPEsandbox",
312
+ "description": "Malware execution and analysis",
313
+ "category": "Security",
314
+ "authType": "apiKey",
315
+ "baseUrl": "https://capev2.readthedocs.io"
316
+ },
317
+ {
318
+ "name": "MalDatabase",
319
+ "description": "Malware datasets and threat intelligence feeds",
320
+ "category": "Security",
321
+ "authType": "apiKey",
322
+ "baseUrl": "https://maldatabase.com"
323
+ },
324
+ {
325
+ "name": "MalShare",
326
+ "description": "Malware Archive / file sourcing",
327
+ "category": "Security",
328
+ "authType": "apiKey",
329
+ "baseUrl": "https://malshare.com"
330
+ },
331
+ {
332
+ "name": "MalwareBazaar",
333
+ "description": "Collect and share malware samples",
334
+ "category": "Security",
335
+ "authType": "apiKey",
336
+ "baseUrl": "https://bazaar.abuse.ch"
337
+ },
338
+ {
339
+ "name": "NoPhishy",
340
+ "description": "Check links for known phishing attempts",
341
+ "category": "Security",
342
+ "authType": "apiKey",
343
+ "baseUrl": "https://rapidapi.com"
344
+ },
345
+ {
346
+ "name": "Phisherman",
347
+ "description": "IP/domain/URL reputation",
348
+ "category": "Security",
349
+ "authType": "apiKey",
350
+ "baseUrl": "https://phisherman.gg"
351
+ },
352
+ {
353
+ "name": "URLhaus",
354
+ "description": "Bulk queries and Download Malware Samples",
355
+ "category": "Security",
356
+ "authType": "none",
357
+ "baseUrl": "https://urlhaus-api.abuse.ch"
358
+ },
359
+ {
360
+ "name": "URLScan.io",
361
+ "description": "Scan and Analyse URLs",
362
+ "category": "Security",
363
+ "authType": "apiKey",
364
+ "baseUrl": "https://urlscan.io"
365
+ },
366
+ {
367
+ "name": "Web of Trust",
368
+ "description": "IP/domain/URL reputation",
369
+ "category": "Security",
370
+ "authType": "apiKey",
371
+ "baseUrl": "https://support.mywot.com"
372
+ },
373
+ {
374
+ "name": "Am\u00e9thyste",
375
+ "description": "Generate images for Discord users",
376
+ "category": "Media",
377
+ "authType": "apiKey",
378
+ "baseUrl": "https://api.amethyste.moe"
379
+ },
380
+ {
381
+ "name": "Art Institute of Chicago",
382
+ "description": "Art museum collection API",
383
+ "category": "Media",
384
+ "authType": "none",
385
+ "baseUrl": "https://api.artic.edu"
386
+ },
387
+ {
388
+ "name": "Colormind",
389
+ "description": "Color scheme generator",
390
+ "category": "Design",
391
+ "authType": "none",
392
+ "baseUrl": "https://colormind.io"
393
+ },
394
+ {
395
+ "name": "ColourLovers",
396
+ "description": "Get various patterns, palettes and images",
397
+ "category": "Design",
398
+ "authType": "none",
399
+ "baseUrl": "https://www.colourlovers.com"
400
+ },
401
+ {
402
+ "name": "Cooper Hewitt",
403
+ "description": "Smithsonian Design Museum",
404
+ "category": "Media",
405
+ "authType": "apiKey",
406
+ "baseUrl": "https://collection.cooperhewitt.org"
407
+ },
408
+ {
409
+ "name": "Dribbble",
410
+ "description": "Discover top designers & creatives",
411
+ "category": "Design",
412
+ "authType": "oauth",
413
+ "baseUrl": "https://developer.dribbble.com"
414
+ },
415
+ {
416
+ "name": "EmojiHub",
417
+ "description": "Get emojis by categories and groups",
418
+ "category": "Utilities",
419
+ "authType": "none",
420
+ "baseUrl": "https://github.com"
421
+ },
422
+ {
423
+ "name": "Europeana",
424
+ "description": "European Museum and Galleries content",
425
+ "category": "Media",
426
+ "authType": "apiKey",
427
+ "baseUrl": "https://pro.europeana.eu"
428
+ },
429
+ {
430
+ "name": "Harvard Art Museums",
431
+ "description": "Art collection API",
432
+ "category": "Media",
433
+ "authType": "apiKey",
434
+ "baseUrl": "https://github.com"
435
+ },
436
+ {
437
+ "name": "Icon Horse",
438
+ "description": "Favicons for any website with fallbacks",
439
+ "category": "Utilities",
440
+ "authType": "none",
441
+ "baseUrl": "https://icon.horse"
442
+ },
443
+ {
444
+ "name": "Iconfinder",
445
+ "description": "Icons marketplace API",
446
+ "category": "Design",
447
+ "authType": "apiKey",
448
+ "baseUrl": "https://developer.iconfinder.com"
449
+ },
450
+ {
451
+ "name": "Icons8",
452
+ "description": "Icons library",
453
+ "category": "Design",
454
+ "authType": "none",
455
+ "baseUrl": "https://img.icons8.com"
456
+ },
457
+ {
458
+ "name": "Lordicon",
459
+ "description": "Icons with predone Animations",
460
+ "category": "Design",
461
+ "authType": "none",
462
+ "baseUrl": "https://lordicon.com"
463
+ },
464
+ {
465
+ "name": "Metropolitan Museum of Art",
466
+ "description": "Met Museum of Art collection",
467
+ "category": "Media",
468
+ "authType": "none",
469
+ "baseUrl": "https://metmuseum.github.io"
470
+ },
471
+ {
472
+ "name": "Noun Project",
473
+ "description": "Icons collection",
474
+ "category": "Design",
475
+ "authType": "oauth",
476
+ "baseUrl": "https://api.thenounproject.com"
477
+ },
478
+ {
479
+ "name": "PHP-Noise",
480
+ "description": "Noise Background Image Generator",
481
+ "category": "Design",
482
+ "authType": "none",
483
+ "baseUrl": "https://php-noise.com"
484
+ },
485
+ {
486
+ "name": "Pixel Encounter",
487
+ "description": "SVG Icon Generator",
488
+ "category": "Design",
489
+ "authType": "none",
490
+ "baseUrl": "https://pixelencounter.com"
491
+ },
492
+ {
493
+ "name": "Rijksmuseum",
494
+ "description": "RijksMuseum Data",
495
+ "category": "Media",
496
+ "authType": "apiKey",
497
+ "baseUrl": "https://data.rijksmuseum.nl"
498
+ },
499
+ {
500
+ "name": "Word Cloud",
501
+ "description": "Easily create word clouds",
502
+ "category": "Utilities",
503
+ "authType": "apiKey",
504
+ "baseUrl": "https://wordcloudapi.com"
505
+ },
506
+ {
507
+ "name": "xColors",
508
+ "description": "Generate & convert colors",
509
+ "category": "Design",
510
+ "authType": "none",
511
+ "baseUrl": "https://x-colors.herokuapp.com"
512
+ },
513
+ {
514
+ "name": "Auth0",
515
+ "description": "Authentication and authorization platform",
516
+ "category": "Authentication",
517
+ "authType": "apiKey",
518
+ "baseUrl": "https://auth0.com"
519
+ },
520
+ {
521
+ "name": "GetOTP",
522
+ "description": "Implement OTP flow quickly",
523
+ "category": "Authentication",
524
+ "authType": "apiKey",
525
+ "baseUrl": "https://otp.dev"
526
+ },
527
+ {
528
+ "name": "Micro User Service",
529
+ "description": "User management and authentication",
530
+ "category": "Authentication",
531
+ "authType": "apiKey",
532
+ "baseUrl": "https://m3o.com"
533
+ },
534
+ {
535
+ "name": "MojoAuth",
536
+ "description": "Passwordless authentication platform",
537
+ "category": "Authentication",
538
+ "authType": "apiKey",
539
+ "baseUrl": "https://mojoauth.com"
540
+ },
541
+ {
542
+ "name": "SAWO Labs",
543
+ "description": "Passwordless authentication integration",
544
+ "category": "Authentication",
545
+ "authType": "apiKey",
546
+ "baseUrl": "https://sawolabs.com"
547
+ },
548
+ {
549
+ "name": "Stytch",
550
+ "description": "User infrastructure for modern applications",
551
+ "category": "Authentication",
552
+ "authType": "apiKey",
553
+ "baseUrl": "https://stytch.com"
554
+ },
555
+ {
556
+ "name": "Warrant",
557
+ "description": "APIs for authorization and access control",
558
+ "category": "Authentication",
559
+ "authType": "apiKey",
560
+ "baseUrl": "https://warrant.dev"
561
+ },
562
+ {
563
+ "name": "Bitquery",
564
+ "description": "Onchain GraphQL APIs & DEX APIs",
565
+ "category": "Finance",
566
+ "authType": "apiKey",
567
+ "baseUrl": "https://graphql.bitquery.io"
568
+ },
569
+ {
570
+ "name": "Chainlink",
571
+ "description": "Build hybrid smart contracts",
572
+ "category": "Finance",
573
+ "authType": "none",
574
+ "baseUrl": "https://chain.link"
575
+ },
576
+ {
577
+ "name": "Chainpoint",
578
+ "description": "Anchor data to the Bitcoin blockchain",
579
+ "category": "Finance",
580
+ "authType": "none",
581
+ "baseUrl": "https://tierion.com"
582
+ },
583
+ {
584
+ "name": "Covalent",
585
+ "description": "Multi-blockchain data aggregator",
586
+ "category": "Finance",
587
+ "authType": "apiKey",
588
+ "baseUrl": "https://www.covalenthq.com"
589
+ },
590
+ {
591
+ "name": "Helium",
592
+ "description": "Helium blockchain network API",
593
+ "category": "Finance",
594
+ "authType": "none",
595
+ "baseUrl": "https://docs.helium.com"
596
+ },
597
+ {
598
+ "name": "Nownodes",
599
+ "description": "Blockchain-as-a-service solution",
600
+ "category": "Finance",
601
+ "authType": "apiKey",
602
+ "baseUrl": "https://nownodes.io"
603
+ },
604
+ {
605
+ "name": "The Graph",
606
+ "description": "Indexing protocol with GraphQL",
607
+ "category": "Finance",
608
+ "authType": "apiKey",
609
+ "baseUrl": "https://thegraph.com"
610
+ },
611
+ {
612
+ "name": "Watchdata",
613
+ "description": "Ethereum blockchain access",
614
+ "category": "Finance",
615
+ "authType": "apiKey",
616
+ "baseUrl": "https://docs.watchdata.io"
617
+ },
618
+ {
619
+ "name": "A B\u00edblia Digital",
620
+ "description": "Bible multiple versions API",
621
+ "category": "Education",
622
+ "authType": "apiKey",
623
+ "baseUrl": "https://www.abibliadigital.com.br"
624
+ },
625
+ {
626
+ "name": "Bhagavad Gita",
627
+ "description": "Bhagavad Gita API with 21+ translations",
628
+ "category": "Education",
629
+ "authType": "apiKey",
630
+ "baseUrl": "https://docs.bhagavadgitaapi.in"
631
+ },
632
+ {
633
+ "name": "Bible-api",
634
+ "description": "Free Bible API with multiple languages",
635
+ "category": "Education",
636
+ "authType": "none",
637
+ "baseUrl": "https://bible-api.com"
638
+ },
639
+ {
640
+ "name": "Google Books",
641
+ "description": "Google Books API",
642
+ "category": "Education",
643
+ "authType": "oauth",
644
+ "baseUrl": "https://developers.google.com"
645
+ },
646
+ {
647
+ "name": "Gutendex",
648
+ "description": "Project Gutenberg Books Library",
649
+ "category": "Education",
650
+ "authType": "none",
651
+ "baseUrl": "https://gutendex.com"
652
+ },
653
+ {
654
+ "name": "Open Library",
655
+ "description": "Books, book covers and related data",
656
+ "category": "Education",
657
+ "authType": "none",
658
+ "baseUrl": "https://openlibrary.org"
659
+ },
660
+ {
661
+ "name": "PoetryDB",
662
+ "description": "Vast poetry collection API",
663
+ "category": "Education",
664
+ "authType": "none",
665
+ "baseUrl": "https://github.com"
666
+ },
667
+ {
668
+ "name": "Quran Cloud",
669
+ "description": "RESTful Quran API",
670
+ "category": "Education",
671
+ "authType": "none",
672
+ "baseUrl": "https://alquran.cloud"
673
+ },
674
+ {
675
+ "name": "The Bible",
676
+ "description": "Everything you need from the Bible",
677
+ "category": "Education",
678
+ "authType": "apiKey",
679
+ "baseUrl": "https://docs.api.bible"
680
+ },
681
+ {
682
+ "name": "Wizard World",
683
+ "description": "Harry Potter universe information",
684
+ "category": "Entertainment",
685
+ "authType": "none",
686
+ "baseUrl": "https://wizard-world-api.herokuapp.com"
687
+ },
688
+ {
689
+ "name": "Apache Superset",
690
+ "description": "BI dashboards and data sources",
691
+ "category": "Business",
692
+ "authType": "apiKey",
693
+ "baseUrl": "https://superset.apache.org"
694
+ },
695
+ {
696
+ "name": "Charity Search",
697
+ "description": "Non-profit charity data",
698
+ "category": "Business",
699
+ "authType": "apiKey",
700
+ "baseUrl": "https://charityapi.orghunter.com"
701
+ },
702
+ {
703
+ "name": "Clearbit Logo",
704
+ "description": "Search for company logos",
705
+ "category": "Business",
706
+ "authType": "apiKey",
707
+ "baseUrl": "https://clearbit.com"
708
+ },
709
+ {
710
+ "name": "Domainsdb.info",
711
+ "description": "Registered Domain Names Search",
712
+ "category": "Business",
713
+ "authType": "none",
714
+ "baseUrl": "https://domainsdb.info"
715
+ },
716
+ {
717
+ "name": "Freelancer",
718
+ "description": "Hire freelancers to get work done",
719
+ "category": "Business",
720
+ "authType": "oauth",
721
+ "baseUrl": "https://developers.freelancer.com"
722
+ },
723
+ {
724
+ "name": "Gmail API",
725
+ "description": "Flexible, RESTful access to inbox",
726
+ "category": "Communication",
727
+ "authType": "oauth",
728
+ "baseUrl": "https://developers.google.com"
729
+ },
730
+ {
731
+ "name": "Google Analytics",
732
+ "description": "Collect and analyze your data",
733
+ "category": "Analytics",
734
+ "authType": "oauth",
735
+ "baseUrl": "https://developers.google.com"
736
+ },
737
+ {
738
+ "name": "Instatus",
739
+ "description": "Status page API",
740
+ "category": "DevOps",
741
+ "authType": "apiKey",
742
+ "baseUrl": "https://instatus.com"
743
+ },
744
+ {
745
+ "name": "Redash",
746
+ "description": "Access queries and dashboards",
747
+ "category": "Analytics",
748
+ "authType": "apiKey",
749
+ "baseUrl": "https://redash.io"
750
+ },
751
+ {
752
+ "name": "Smartsheet",
753
+ "description": "Access Smartsheet data programmatically",
754
+ "category": "Business",
755
+ "authType": "oauth",
756
+ "baseUrl": "https://smartsheet.redoc.ly"
757
+ },
758
+ {
759
+ "name": "Square",
760
+ "description": "Take payments, manage refunds",
761
+ "category": "Payments",
762
+ "authType": "oauth",
763
+ "baseUrl": "https://developer.squareup.com"
764
+ },
765
+ {
766
+ "name": "Tomba",
767
+ "description": "Email Finder for B2B sales",
768
+ "category": "Business",
769
+ "authType": "apiKey",
770
+ "baseUrl": "https://tomba.io"
771
+ },
772
+ {
773
+ "name": "Trello",
774
+ "description": "Boards, lists and cards",
775
+ "category": "Business",
776
+ "authType": "oauth",
777
+ "baseUrl": "https://developers.trello.com"
778
+ },
779
+ {
780
+ "name": "Abstract Public Holidays",
781
+ "description": "Holidays via API",
782
+ "category": "Utilities",
783
+ "authType": "apiKey",
784
+ "baseUrl": "https://www.abstractapi.com"
785
+ },
786
+ {
787
+ "name": "Calendarific",
788
+ "description": "Worldwide Holidays",
789
+ "category": "Utilities",
790
+ "authType": "apiKey",
791
+ "baseUrl": "https://calendarific.com"
792
+ },
793
+ {
794
+ "name": "Google Calendar",
795
+ "description": "Calendar events API",
796
+ "category": "Utilities",
797
+ "authType": "oauth",
798
+ "baseUrl": "https://developers.google.com"
799
+ },
800
+ {
801
+ "name": "Hebrew Calendar",
802
+ "description": "Gregorian/Hebrew conversion",
803
+ "category": "Utilities",
804
+ "authType": "none",
805
+ "baseUrl": "https://www.hebcal.com"
806
+ },
807
+ {
808
+ "name": "Nager.Date",
809
+ "description": "Public holidays for 90+ countries",
810
+ "category": "Utilities",
811
+ "authType": "none",
812
+ "baseUrl": "https://date.nager.at"
813
+ },
814
+ {
815
+ "name": "Namedays Calendar",
816
+ "description": "Namedays for multiple countries",
817
+ "category": "Utilities",
818
+ "authType": "none",
819
+ "baseUrl": "https://nameday.abalin.net"
820
+ },
821
+ {
822
+ "name": "Box",
823
+ "description": "File Sharing and Storage",
824
+ "category": "Storage",
825
+ "authType": "oauth",
826
+ "baseUrl": "https://developer.box.com"
827
+ },
828
+ {
829
+ "name": "Dropbox",
830
+ "description": "File Sharing and Storage",
831
+ "category": "Storage",
832
+ "authType": "oauth",
833
+ "baseUrl": "https://www.dropbox.com"
834
+ },
835
+ {
836
+ "name": "File.io",
837
+ "description": "Simple file sharing",
838
+ "category": "Storage",
839
+ "authType": "none",
840
+ "baseUrl": "https://www.file.io"
841
+ },
842
+ {
843
+ "name": "GoFile",
844
+ "description": "Unlimited size file uploads",
845
+ "category": "Storage",
846
+ "authType": "apiKey",
847
+ "baseUrl": "https://gofile.io"
848
+ },
849
+ {
850
+ "name": "Google Drive",
851
+ "description": "File Sharing and Storage",
852
+ "category": "Storage",
853
+ "authType": "oauth",
854
+ "baseUrl": "https://developers.google.com"
855
+ },
856
+ {
857
+ "name": "Imgur",
858
+ "description": "Image hosting API",
859
+ "category": "Storage",
860
+ "authType": "apiKey",
861
+ "baseUrl": "https://api.imgbb.com"
862
+ },
863
+ {
864
+ "name": "OneDrive",
865
+ "description": "Microsoft File Storage",
866
+ "category": "Storage",
867
+ "authType": "oauth",
868
+ "baseUrl": "https://developer.microsoft.com"
869
+ },
870
+ {
871
+ "name": "Pastebin",
872
+ "description": "Plain Text Storage",
873
+ "category": "Storage",
874
+ "authType": "apiKey",
875
+ "baseUrl": "https://pastebin.com"
876
+ },
877
+ {
878
+ "name": "Pinata",
879
+ "description": "IPFS Pinning Services API",
880
+ "category": "Storage",
881
+ "authType": "apiKey",
882
+ "baseUrl": "https://docs.pinata.cloud"
883
+ },
884
+ {
885
+ "name": "Web3 Storage",
886
+ "description": "Decentralized storage with 1TB free",
887
+ "category": "Storage",
888
+ "authType": "apiKey",
889
+ "baseUrl": "https://web3.storage"
890
+ },
891
+ {
892
+ "name": "Bitrise",
893
+ "description": "Build tool and processes integrations",
894
+ "category": "DevOps",
895
+ "authType": "apiKey",
896
+ "baseUrl": "https://api-docs.bitrise.io"
897
+ },
898
+ {
899
+ "name": "Buddy",
900
+ "description": "Continuous integration and delivery",
901
+ "category": "DevOps",
902
+ "authType": "oauth",
903
+ "baseUrl": "https://buddy.works"
904
+ },
905
+ {
906
+ "name": "CircleCI",
907
+ "description": "Automate software development",
908
+ "category": "DevOps",
909
+ "authType": "apiKey",
910
+ "baseUrl": "https://circleci.com"
911
+ },
912
+ {
913
+ "name": "Travis CI",
914
+ "description": "Sync GitHub projects with Travis CI",
915
+ "category": "DevOps",
916
+ "authType": "apiKey",
917
+ "baseUrl": "https://docs.travis-ci.com"
918
+ },
919
+ {
920
+ "name": "0x",
921
+ "description": "Token and pool stats",
922
+ "category": "Finance",
923
+ "authType": "none",
924
+ "baseUrl": "https://0x.org"
925
+ },
926
+ {
927
+ "name": "1inch",
928
+ "description": "Decentralize exchange API",
929
+ "category": "Finance",
930
+ "authType": "none",
931
+ "baseUrl": "https://1inch.io"
932
+ },
933
+ {
934
+ "name": "Alchemy Ethereum",
935
+ "description": "Ethereum Node-as-a-Service",
936
+ "category": "Finance",
937
+ "authType": "apiKey",
938
+ "baseUrl": "https://docs.alchemy.com"
939
+ },
940
+ {
941
+ "name": "Binance",
942
+ "description": "Cryptocurrency exchange",
943
+ "category": "Finance",
944
+ "authType": "apiKey",
945
+ "baseUrl": "https://www.binance.com"
946
+ },
947
+ {
948
+ "name": "Bitfinex",
949
+ "description": "Cryptocurrency Trading Platform",
950
+ "category": "Finance",
951
+ "authType": "apiKey",
952
+ "baseUrl": "https://docs.bitfinex.com"
953
+ },
954
+ {
955
+ "name": "Bitmex",
956
+ "description": "Real-Time Cryptocurrency derivatives",
957
+ "category": "Finance",
958
+ "authType": "apiKey",
959
+ "baseUrl": "https://www.bitmex.com"
960
+ },
961
+ {
962
+ "name": "Bittrex",
963
+ "description": "Next Generation Crypto Trading",
964
+ "category": "Finance",
965
+ "authType": "apiKey",
966
+ "baseUrl": "https://bittrex.github.io"
967
+ },
968
+ {
969
+ "name": "blockfrost Cardano",
970
+ "description": "Cardano mainnet and testnets",
971
+ "category": "Finance",
972
+ "authType": "apiKey",
973
+ "baseUrl": "https://blockfrost.io"
974
+ },
975
+ {
976
+ "name": "Bybit",
977
+ "description": "Cryptocurrency data feed",
978
+ "category": "Finance",
979
+ "authType": "apiKey",
980
+ "baseUrl": "https://bybit-exchange.github.io"
981
+ },
982
+ {
983
+ "name": "CoinAPI",
984
+ "description": "All Currency Exchanges unified API",
985
+ "category": "Finance",
986
+ "authType": "apiKey",
987
+ "baseUrl": "https://docs.coinapi.io"
988
+ },
989
+ {
990
+ "name": "Coinbase",
991
+ "description": "Bitcoin, Ethereum Prices",
992
+ "category": "Finance",
993
+ "authType": "apiKey",
994
+ "baseUrl": "https://developers.coinbase.com"
995
+ },
996
+ {
997
+ "name": "CoinCap",
998
+ "description": "Real time Cryptocurrency prices",
999
+ "category": "Finance",
1000
+ "authType": "none",
1001
+ "baseUrl": "https://docs.coincap.io"
1002
+ },
1003
+ {
1004
+ "name": "CoinRanking",
1005
+ "description": "Live Cryptocurrency data",
1006
+ "category": "Finance",
1007
+ "authType": "apiKey",
1008
+ "baseUrl": "https://developers.coinranking.com"
1009
+ },
1010
+ {
1011
+ "name": "dYdX",
1012
+ "description": "Decentralized cryptocurrency exchange",
1013
+ "category": "Finance",
1014
+ "authType": "apiKey",
1015
+ "baseUrl": "https://docs.dydx.exchange"
1016
+ },
1017
+ {
1018
+ "name": "Ethplorer",
1019
+ "description": "Ethereum tokens, balances, addresses",
1020
+ "category": "Finance",
1021
+ "authType": "apiKey",
1022
+ "baseUrl": "https://github.com"
1023
+ },
1024
+ {
1025
+ "name": "FTX",
1026
+ "description": "REST, websocket, and FTX APIs",
1027
+ "category": "Finance",
1028
+ "authType": "apiKey",
1029
+ "baseUrl": "https://docs.ftx.com"
1030
+ },
1031
+ {
1032
+ "name": "Gemini",
1033
+ "description": "Cryptocurrencies Exchange",
1034
+ "category": "Finance",
1035
+ "authType": "none",
1036
+ "baseUrl": "https://docs.gemini.com"
1037
+ },
1038
+ {
1039
+ "name": "Huobi",
1040
+ "description": "Cryptocurrency exchange",
1041
+ "category": "Finance",
1042
+ "authType": "apiKey",
1043
+ "baseUrl": "https://huobiapi.github.io"
1044
+ },
1045
+ {
1046
+ "name": "INFURA Ethereum",
1047
+ "description": "Ethereum mainnet and testnets",
1048
+ "category": "Finance",
1049
+ "authType": "apiKey",
1050
+ "baseUrl": "https://infura.io"
1051
+ },
1052
+ {
1053
+ "name": "Kraken",
1054
+ "description": "Cryptocurrencies Exchange",
1055
+ "category": "Finance",
1056
+ "authType": "apiKey",
1057
+ "baseUrl": "https://docs.kraken.com"
1058
+ },
1059
+ {
1060
+ "name": "KuCoin",
1061
+ "description": "Cryptocurrency Trading Platform",
1062
+ "category": "Finance",
1063
+ "authType": "apiKey",
1064
+ "baseUrl": "https://docs.kucoin.com"
1065
+ },
1066
+ {
1067
+ "name": "Mempool",
1068
+ "description": "Bitcoin API Service",
1069
+ "category": "Finance",
1070
+ "authType": "none",
1071
+ "baseUrl": "https://mempool.space"
1072
+ },
1073
+ {
1074
+ "name": "Messari",
1075
+ "description": "API for crypto assets",
1076
+ "category": "Finance",
1077
+ "authType": "none",
1078
+ "baseUrl": "https://messari.io"
1079
+ },
1080
+ {
1081
+ "name": "Solana JSON RPC",
1082
+ "description": "Solana Blockchain endpoints",
1083
+ "category": "Finance",
1084
+ "authType": "none",
1085
+ "baseUrl": "https://docs.solana.com"
1086
+ },
1087
+ {
1088
+ "name": "1Forge",
1089
+ "description": "Forex currency market data",
1090
+ "category": "Finance",
1091
+ "authType": "apiKey",
1092
+ "baseUrl": "https://1forge.com"
1093
+ },
1094
+ {
1095
+ "name": "Currency-api",
1096
+ "description": "Free Currency Exchange Rates",
1097
+ "category": "Finance",
1098
+ "authType": "none",
1099
+ "baseUrl": "https://github.com"
1100
+ },
1101
+ {
1102
+ "name": "CurrencyFreaks",
1103
+ "description": "Current and historical exchange rates",
1104
+ "category": "Finance",
1105
+ "authType": "apiKey",
1106
+ "baseUrl": "https://currencyfreaks.com"
1107
+ },
1108
+ {
1109
+ "name": "CurrencyScoop",
1110
+ "description": "Real-time and historical currency rates",
1111
+ "category": "Finance",
1112
+ "authType": "apiKey",
1113
+ "baseUrl": "https://currencyscoop.com"
1114
+ },
1115
+ {
1116
+ "name": "ExchangeRate-API",
1117
+ "description": "Free currency conversion",
1118
+ "category": "Finance",
1119
+ "authType": "apiKey",
1120
+ "baseUrl": "https://www.exchangerate-api.com"
1121
+ },
1122
+ {
1123
+ "name": "Exchangerate.host",
1124
+ "description": "Foreign exchange & crypto rates",
1125
+ "category": "Finance",
1126
+ "authType": "none",
1127
+ "baseUrl": "https://exchangerate.host"
1128
+ },
1129
+ {
1130
+ "name": "Frankfurter",
1131
+ "description": "Exchange rates and currency conversion",
1132
+ "category": "Finance",
1133
+ "authType": "none",
1134
+ "baseUrl": "https://www.frankfurter.app"
1135
+ },
1136
+ {
1137
+ "name": "Fixer.io",
1138
+ "description": "Foreign exchange rates",
1139
+ "category": "Finance",
1140
+ "authType": "apiKey",
1141
+ "baseUrl": "https://fixer.io"
1142
+ },
1143
+ {
1144
+ "name": "Lob Address",
1145
+ "description": "US Address Verification",
1146
+ "category": "Utilities",
1147
+ "authType": "apiKey",
1148
+ "baseUrl": "https://lob.com"
1149
+ },
1150
+ {
1151
+ "name": "Postman Echo",
1152
+ "description": "Test api server",
1153
+ "category": "Development",
1154
+ "authType": "none",
1155
+ "baseUrl": "https://www.postman-echo.com"
1156
+ },
1157
+ {
1158
+ "name": "PurgoMalum",
1159
+ "description": "Content validator against profanity",
1160
+ "category": "Utilities",
1161
+ "authType": "none",
1162
+ "baseUrl": "https://www.purgomalum.com"
1163
+ },
1164
+ {
1165
+ "name": "24 Pull Requests",
1166
+ "description": "Open source collaboration",
1167
+ "category": "Development",
1168
+ "authType": "none",
1169
+ "baseUrl": "https://24pullrequests.com"
1170
+ },
1171
+ {
1172
+ "name": "Abstract Screenshot",
1173
+ "description": "Take programmatic screenshots",
1174
+ "category": "Utilities",
1175
+ "authType": "apiKey",
1176
+ "baseUrl": "https://www.abstractapi.com"
1177
+ },
1178
+ {
1179
+ "name": "Agify.io",
1180
+ "description": "Estimates age from first name",
1181
+ "category": "Utilities",
1182
+ "authType": "none",
1183
+ "baseUrl": "https://agify.io"
1184
+ },
1185
+ {
1186
+ "name": "ApiFlash",
1187
+ "description": "Chrome based screenshot API",
1188
+ "category": "Utilities",
1189
+ "authType": "apiKey",
1190
+ "baseUrl": "https://apiflash.com"
1191
+ },
1192
+ {
1193
+ "name": "APIs.guru",
1194
+ "description": "Wikipedia for Web APIs",
1195
+ "category": "Development",
1196
+ "authType": "none",
1197
+ "baseUrl": "https://apis.guru"
1198
+ },
1199
+ {
1200
+ "name": "Beeceptor",
1201
+ "description": "Build a mock Rest API endpoint",
1202
+ "category": "Development",
1203
+ "authType": "none",
1204
+ "baseUrl": "https://beeceptor.com"
1205
+ },
1206
+ {
1207
+ "name": "Bitbucket",
1208
+ "description": "Bitbucket API",
1209
+ "category": "Development",
1210
+ "authType": "oauth",
1211
+ "baseUrl": "https://developer.atlassian.com"
1212
+ },
1213
+ {
1214
+ "name": "Bored",
1215
+ "description": "Find random activities",
1216
+ "category": "Entertainment",
1217
+ "authType": "none",
1218
+ "baseUrl": "https://www.boredapi.com"
1219
+ },
1220
+ {
1221
+ "name": "CDNJS",
1222
+ "description": "Library info on CDNJS",
1223
+ "category": "Development",
1224
+ "authType": "none",
1225
+ "baseUrl": "https://api.cdnjs.com"
1226
+ },
1227
+ {
1228
+ "name": "CountAPI",
1229
+ "description": "Free counting service",
1230
+ "category": "Utilities",
1231
+ "authType": "none",
1232
+ "baseUrl": "https://countapi.xyz"
1233
+ },
1234
+ {
1235
+ "name": "Docker Hub",
1236
+ "description": "Interact with Docker Hub",
1237
+ "category": "DevOps",
1238
+ "authType": "apiKey",
1239
+ "baseUrl": "https://docs.docker.com"
1240
+ },
1241
+ {
1242
+ "name": "Genderize.io",
1243
+ "description": "Estimates gender from first name",
1244
+ "category": "Utilities",
1245
+ "authType": "none",
1246
+ "baseUrl": "https://genderize.io"
1247
+ },
1248
+ {
1249
+ "name": "Ghost",
1250
+ "description": "Get Published content into your Website",
1251
+ "category": "CMS",
1252
+ "authType": "apiKey",
1253
+ "baseUrl": "https://ghost.org"
1254
+ },
1255
+ {
1256
+ "name": "GitHub",
1257
+ "description": "Make use of GitHub repositories",
1258
+ "category": "Development",
1259
+ "authType": "oauth",
1260
+ "baseUrl": "https://docs.github.com"
1261
+ },
1262
+ {
1263
+ "name": "GitLab",
1264
+ "description": "Automate GitLab interaction",
1265
+ "category": "Development",
1266
+ "authType": "oauth",
1267
+ "baseUrl": "https://docs.gitlab.com"
1268
+ },
1269
+ {
1270
+ "name": "Google Docs",
1271
+ "description": "Read, write, and format documents",
1272
+ "category": "Business",
1273
+ "authType": "oauth",
1274
+ "baseUrl": "https://developers.google.com"
1275
+ },
1276
+ {
1277
+ "name": "Google Firebase",
1278
+ "description": "Mobile application development platform",
1279
+ "category": "Development",
1280
+ "authType": "apiKey",
1281
+ "baseUrl": "https://firebase.google.com"
1282
+ },
1283
+ {
1284
+ "name": "Google Fonts",
1285
+ "description": "Metadata for font families",
1286
+ "category": "Design",
1287
+ "authType": "apiKey",
1288
+ "baseUrl": "https://developers.google.com"
1289
+ },
1290
+ {
1291
+ "name": "Google Sheets",
1292
+ "description": "Read, write, and format sheets",
1293
+ "category": "Business",
1294
+ "authType": "oauth",
1295
+ "baseUrl": "https://developers.google.com"
1296
+ },
1297
+ {
1298
+ "name": "Hasura",
1299
+ "description": "GraphQL and REST API Engine",
1300
+ "category": "Development",
1301
+ "authType": "apiKey",
1302
+ "baseUrl": "https://hasura.io"
1303
+ },
1304
+ {
1305
+ "name": "Heroku",
1306
+ "description": "REST API for Heroku apps",
1307
+ "category": "DevOps",
1308
+ "authType": "oauth",
1309
+ "baseUrl": "https://devcenter.heroku.com"
1310
+ },
1311
+ {
1312
+ "name": "Hunter",
1313
+ "description": "Domain search, email finder, verifier",
1314
+ "category": "Business",
1315
+ "authType": "apiKey",
1316
+ "baseUrl": "https://hunter.io"
1317
+ },
1318
+ {
1319
+ "name": "IPify",
1320
+ "description": "Simple IP Address API",
1321
+ "category": "Utilities",
1322
+ "authType": "none",
1323
+ "baseUrl": "https://www.ipify.org"
1324
+ },
1325
+ {
1326
+ "name": "jsDelivr",
1327
+ "description": "Package info and download stats",
1328
+ "category": "Development",
1329
+ "authType": "none",
1330
+ "baseUrl": "https://github.com"
1331
+ },
1332
+ {
1333
+ "name": "JSONbin.io",
1334
+ "description": "Free JSON storage service",
1335
+ "category": "Storage",
1336
+ "authType": "apiKey",
1337
+ "baseUrl": "https://jsonbin.io"
1338
+ },
1339
+ {
1340
+ "name": "Nationalize.io",
1341
+ "description": "Estimate nationality of first name",
1342
+ "category": "Utilities",
1343
+ "authType": "none",
1344
+ "baseUrl": "https://nationalize.io"
1345
+ },
1346
+ {
1347
+ "name": "Netlify",
1348
+ "description": "Netlify hosting service API",
1349
+ "category": "DevOps",
1350
+ "authType": "oauth",
1351
+ "baseUrl": "https://docs.netlify.com"
1352
+ },
1353
+ {
1354
+ "name": "NetworkCalc",
1355
+ "description": "Network calculator tools",
1356
+ "category": "Utilities",
1357
+ "authType": "none",
1358
+ "baseUrl": "https://networkcalc.com"
1359
+ },
1360
+ {
1361
+ "name": "npm Registry",
1362
+ "description": "Query Node.js libraries programatically",
1363
+ "category": "Development",
1364
+ "authType": "none",
1365
+ "baseUrl": "https://github.com"
1366
+ },
1367
+ {
1368
+ "name": "OneSignal",
1369
+ "description": "Push Notifications, Email, SMS",
1370
+ "category": "Communication",
1371
+ "authType": "apiKey",
1372
+ "baseUrl": "https://documentation.onesignal.com"
1373
+ },
1374
+ {
1375
+ "name": "Postman",
1376
+ "description": "Tool for testing APIs",
1377
+ "category": "Development",
1378
+ "authType": "apiKey",
1379
+ "baseUrl": "https://www.postman.com"
1380
+ },
1381
+ {
1382
+ "name": "QuickChart",
1383
+ "description": "Generate chart and graph images",
1384
+ "category": "Utilities",
1385
+ "authType": "none",
1386
+ "baseUrl": "https://quickchart.io"
1387
+ },
1388
+ {
1389
+ "name": "ScraperApi",
1390
+ "description": "Build scalable web scrapers",
1391
+ "category": "Development",
1392
+ "authType": "apiKey",
1393
+ "baseUrl": "https://www.scraperapi.com"
1394
+ },
1395
+ {
1396
+ "name": "ScreenshotAPI.net",
1397
+ "description": "Create pixel-perfect screenshots",
1398
+ "category": "Utilities",
1399
+ "authType": "apiKey",
1400
+ "baseUrl": "https://screenshotapi.net"
1401
+ },
1402
+ {
1403
+ "name": "StackExchange",
1404
+ "description": "Q&A forum for developers",
1405
+ "category": "Development",
1406
+ "authType": "oauth",
1407
+ "baseUrl": "https://api.stackexchange.com"
1408
+ },
1409
+ {
1410
+ "name": "Free Dictionary",
1411
+ "description": "Word definitions for free",
1412
+ "category": "Education",
1413
+ "authType": "none",
1414
+ "baseUrl": "https://dictionaryapi.dev"
1415
+ },
1416
+ {
1417
+ "name": "Lingua Robot",
1418
+ "description": "Word definitions, pronunciations, synonyms",
1419
+ "category": "Education",
1420
+ "authType": "apiKey",
1421
+ "baseUrl": "https://www.linguarobot.io"
1422
+ },
1423
+ {
1424
+ "name": "Merriam-Webster",
1425
+ "description": "Dictionary and Thesaurus Data",
1426
+ "category": "Education",
1427
+ "authType": "apiKey",
1428
+ "baseUrl": "https://dictionaryapi.com"
1429
+ },
1430
+ {
1431
+ "name": "Oxford Dictionary",
1432
+ "description": "Dictionary Data",
1433
+ "category": "Education",
1434
+ "authType": "apiKey",
1435
+ "baseUrl": "https://developer.oxforddictionaries.com"
1436
+ },
1437
+ {
1438
+ "name": "Wordnik",
1439
+ "description": "Dictionary Data",
1440
+ "category": "Education",
1441
+ "authType": "apiKey",
1442
+ "baseUrl": "https://developer.wordnik.com"
1443
+ },
1444
+ {
1445
+ "name": "Words API",
1446
+ "description": "Definitions and synonyms for 150,000+ words",
1447
+ "category": "Education",
1448
+ "authType": "apiKey",
1449
+ "baseUrl": "https://www.wordsapi.com"
1450
+ },
1451
+ {
1452
+ "name": "Airtable",
1453
+ "description": "Integrate with Airtable",
1454
+ "category": "Business",
1455
+ "authType": "apiKey",
1456
+ "baseUrl": "https://airtable.com"
1457
+ },
1458
+ {
1459
+ "name": "Asana",
1460
+ "description": "Programmatic access to Asana data",
1461
+ "category": "Business",
1462
+ "authType": "apiKey",
1463
+ "baseUrl": "https://developers.asana.com"
1464
+ },
1465
+ {
1466
+ "name": "ClickUp",
1467
+ "description": "Cloud-based project management",
1468
+ "category": "Business",
1469
+ "authType": "oauth",
1470
+ "baseUrl": "https://clickup.com"
1471
+ },
1472
+ {
1473
+ "name": "Clockify",
1474
+ "description": "Time tracking REST API",
1475
+ "category": "Business",
1476
+ "authType": "apiKey",
1477
+ "baseUrl": "https://clockify.me"
1478
+ },
1479
+ {
1480
+ "name": "CloudConvert",
1481
+ "description": "Online file converter",
1482
+ "category": "Utilities",
1483
+ "authType": "apiKey",
1484
+ "baseUrl": "https://cloudconvert.com"
1485
+ },
1486
+ {
1487
+ "name": "CraftMyPDF",
1488
+ "description": "Generate PDF documents from templates",
1489
+ "category": "Utilities",
1490
+ "authType": "apiKey",
1491
+ "baseUrl": "https://craftmypdf.com"
1492
+ },
1493
+ {
1494
+ "name": "JIRA",
1495
+ "description": "Issue tracking product",
1496
+ "category": "Business",
1497
+ "authType": "oauth",
1498
+ "baseUrl": "https://developer.atlassian.com"
1499
+ },
1500
+ {
1501
+ "name": "Monday",
1502
+ "description": "Access monday.com account data",
1503
+ "category": "Business",
1504
+ "authType": "apiKey",
1505
+ "baseUrl": "https://api.developer.monday.com"
1506
+ },
1507
+ {
1508
+ "name": "Notion",
1509
+ "description": "Integrate with Notion",
1510
+ "category": "Business",
1511
+ "authType": "oauth",
1512
+ "baseUrl": "https://developers.notion.com"
1513
+ },
1514
+ {
1515
+ "name": "Todoist",
1516
+ "description": "Todo Lists",
1517
+ "category": "Business",
1518
+ "authType": "oauth",
1519
+ "baseUrl": "https://developer.todoist.com"
1520
+ },
1521
+ {
1522
+ "name": "WakaTime",
1523
+ "description": "Automated time tracking leaderboards",
1524
+ "category": "Development",
1525
+ "authType": "none",
1526
+ "baseUrl": "https://wakatime.com"
1527
+ },
1528
+ {
1529
+ "name": "Abstract Email Validation",
1530
+ "description": "Validate email addresses",
1531
+ "category": "Communication",
1532
+ "authType": "apiKey",
1533
+ "baseUrl": "https://www.abstractapi.com"
1534
+ },
1535
+ {
1536
+ "name": "Disify",
1537
+ "description": "Validate and detect disposable emails",
1538
+ "category": "Communication",
1539
+ "authType": "none",
1540
+ "baseUrl": "https://www.disify.com"
1541
+ },
1542
+ {
1543
+ "name": "DropMail",
1544
+ "description": "GraphQL API for ephemeral e-mail",
1545
+ "category": "Communication",
1546
+ "authType": "none",
1547
+ "baseUrl": "https://dropmail.me"
1548
+ },
1549
+ {
1550
+ "name": "Guerrilla Mail",
1551
+ "description": "Disposable temporary Email addresses",
1552
+ "category": "Communication",
1553
+ "authType": "none",
1554
+ "baseUrl": "https://www.guerrillamail.com"
1555
+ },
1556
+ {
1557
+ "name": "Kickbox",
1558
+ "description": "Email verification API",
1559
+ "category": "Communication",
1560
+ "authType": "none",
1561
+ "baseUrl": "https://open.kickbox.com"
1562
+ },
1563
+ {
1564
+ "name": "mail.gw",
1565
+ "description": "10 Minute Mail",
1566
+ "category": "Communication",
1567
+ "authType": "none",
1568
+ "baseUrl": "https://docs.mail.gw"
1569
+ },
1570
+ {
1571
+ "name": "mail.tm",
1572
+ "description": "Temporary Email Service",
1573
+ "category": "Communication",
1574
+ "authType": "none",
1575
+ "baseUrl": "https://docs.mail.tm"
1576
+ },
1577
+ {
1578
+ "name": "Sendgrid",
1579
+ "description": "Cloud-based SMTP provider",
1580
+ "category": "Communication",
1581
+ "authType": "apiKey",
1582
+ "baseUrl": "https://docs.sendgrid.com"
1583
+ },
1584
+ {
1585
+ "name": "Sendinblue",
1586
+ "description": "Marketing and transactional email",
1587
+ "category": "Communication",
1588
+ "authType": "apiKey",
1589
+ "baseUrl": "https://developers.sendinblue.com"
1590
+ },
1591
+ {
1592
+ "name": "Chuck Norris",
1593
+ "description": "Hand curated Chuck Norris jokes",
1594
+ "category": "Entertainment",
1595
+ "authType": "none",
1596
+ "baseUrl": "https://api.chucknorris.io"
1597
+ },
1598
+ {
1599
+ "name": "Corporate Buzz Words",
1600
+ "description": "Corporate Buzz Words Generator",
1601
+ "category": "Entertainment",
1602
+ "authType": "none",
1603
+ "baseUrl": "https://github.com"
1604
+ },
1605
+ {
1606
+ "name": "Excuser",
1607
+ "description": "Get random excuses",
1608
+ "category": "Entertainment",
1609
+ "authType": "none",
1610
+ "baseUrl": "https://excuser.herokuapp.com"
1611
+ },
1612
+ {
1613
+ "name": "Fun Fact",
1614
+ "description": "Random fun facts",
1615
+ "category": "Entertainment",
1616
+ "authType": "none",
1617
+ "baseUrl": "https://api.aakhilv.me"
1618
+ },
1619
+ {
1620
+ "name": "Imgflip",
1621
+ "description": "Array of popular memes",
1622
+ "category": "Entertainment",
1623
+ "authType": "none",
1624
+ "baseUrl": "https://imgflip.com"
1625
+ },
1626
+ {
1627
+ "name": "Random Useless Facts",
1628
+ "description": "Get useless but true facts",
1629
+ "category": "Entertainment",
1630
+ "authType": "none",
1631
+ "baseUrl": "https://uselessfacts.jsph.pl"
1632
+ },
1633
+ {
1634
+ "name": "Techy",
1635
+ "description": "Tech-savvy sounding phrases",
1636
+ "category": "Entertainment",
1637
+ "authType": "none",
1638
+ "baseUrl": "https://techy-api.vercel.app"
1639
+ },
1640
+ {
1641
+ "name": "Yo Momma Jokes",
1642
+ "description": "REST API for Yo Momma Jokes",
1643
+ "category": "Entertainment",
1644
+ "authType": "none",
1645
+ "baseUrl": "https://github.com"
1646
+ },
1647
+ {
1648
+ "name": "Carbon Interface",
1649
+ "description": "Calculate carbon emissions estimates",
1650
+ "category": "Environment",
1651
+ "authType": "apiKey",
1652
+ "baseUrl": "https://docs.carboninterface.com"
1653
+ },
1654
+ {
1655
+ "name": "Climatiq",
1656
+ "description": "Calculate environmental footprint",
1657
+ "category": "Environment",
1658
+ "authType": "apiKey",
1659
+ "baseUrl": "https://docs.climatiq.io"
1660
+ },
1661
+ {
1662
+ "name": "IQAir",
1663
+ "description": "Air quality and weather data",
1664
+ "category": "Environment",
1665
+ "authType": "apiKey",
1666
+ "baseUrl": "https://www.iqair.com"
1667
+ },
1668
+ {
1669
+ "name": "OpenAQ",
1670
+ "description": "Open air quality data",
1671
+ "category": "Environment",
1672
+ "authType": "apiKey",
1673
+ "baseUrl": "https://docs.openaq.org"
1674
+ },
1675
+ {
1676
+ "name": "UK Carbon Intensity",
1677
+ "description": "Carbon Intensity API for Great Britain",
1678
+ "category": "Environment",
1679
+ "authType": "none",
1680
+ "baseUrl": "https://carbon-intensity.github.io"
1681
+ },
1682
+ {
1683
+ "name": "Eventbrite",
1684
+ "description": "Find events",
1685
+ "category": "Events",
1686
+ "authType": "oauth",
1687
+ "baseUrl": "https://www.eventbrite.com"
1688
+ },
1689
+ {
1690
+ "name": "SeatGeek",
1691
+ "description": "Search events, venues and performers",
1692
+ "category": "Events",
1693
+ "authType": "apiKey",
1694
+ "baseUrl": "https://platform.seatgeek.com"
1695
+ },
1696
+ {
1697
+ "name": "Ticketmaster",
1698
+ "description": "Search events, attractions, or venues",
1699
+ "category": "Events",
1700
+ "authType": "apiKey",
1701
+ "baseUrl": "https://developer.ticketmaster.com"
1702
+ },
1703
+ {
1704
+ "name": "FRED",
1705
+ "description": "Economic data from Federal Reserve",
1706
+ "category": "Finance",
1707
+ "authType": "apiKey",
1708
+ "baseUrl": "https://fred.stlouisfed.org"
1709
+ },
1710
+ {
1711
+ "name": "Plaid",
1712
+ "description": "Connect with bank accounts",
1713
+ "category": "Finance",
1714
+ "authType": "apiKey",
1715
+ "baseUrl": "https://plaid.com"
1716
+ },
1717
+ {
1718
+ "name": "Polygon",
1719
+ "description": "Historical stock market data",
1720
+ "category": "Finance",
1721
+ "authType": "apiKey",
1722
+ "baseUrl": "https://polygon.io"
1723
+ },
1724
+ {
1725
+ "name": "SEC EDGAR",
1726
+ "description": "Annual reports of public US companies",
1727
+ "category": "Finance",
1728
+ "authType": "none",
1729
+ "baseUrl": "https://www.sec.gov"
1730
+ },
1731
+ {
1732
+ "name": "Yahoo Finance",
1733
+ "description": "Real time stock market data",
1734
+ "category": "Finance",
1735
+ "authType": "apiKey",
1736
+ "baseUrl": "https://www.yahoofinanceapi.com"
1737
+ },
1738
+ {
1739
+ "name": "YNAB",
1740
+ "description": "Budgeting & Planning",
1741
+ "category": "Finance",
1742
+ "authType": "oauth",
1743
+ "baseUrl": "https://api.youneedabudget.com"
1744
+ },
1745
+ {
1746
+ "name": "Edamam Nutrition",
1747
+ "description": "Nutrition Analysis",
1748
+ "category": "Food",
1749
+ "authType": "apiKey",
1750
+ "baseUrl": "https://developer.edamam.com"
1751
+ },
1752
+ {
1753
+ "name": "Edamam Recipes",
1754
+ "description": "Recipe Search",
1755
+ "category": "Food",
1756
+ "authType": "apiKey",
1757
+ "baseUrl": "https://developer.edamam.com"
1758
+ },
1759
+ {
1760
+ "name": "Open Brewery DB",
1761
+ "description": "Breweries, Cideries and Craft Beer",
1762
+ "category": "Food",
1763
+ "authType": "none",
1764
+ "baseUrl": "https://www.openbrewerydb.org"
1765
+ },
1766
+ {
1767
+ "name": "Open Food Facts",
1768
+ "description": "Food Products Database",
1769
+ "category": "Food",
1770
+ "authType": "none",
1771
+ "baseUrl": "https://world.openfoodfacts.org"
1772
+ },
1773
+ {
1774
+ "name": "PunkAPI",
1775
+ "description": "Brewdog Beer Recipes",
1776
+ "category": "Food",
1777
+ "authType": "none",
1778
+ "baseUrl": "https://punkapi.com"
1779
+ },
1780
+ {
1781
+ "name": "Spoonacular",
1782
+ "description": "Recipes, Food Products, Meal Planning",
1783
+ "category": "Food",
1784
+ "authType": "apiKey",
1785
+ "baseUrl": "https://spoonacular.com"
1786
+ },
1787
+ {
1788
+ "name": "TheCocktailDB",
1789
+ "description": "Cocktail Recipes",
1790
+ "category": "Food",
1791
+ "authType": "apiKey",
1792
+ "baseUrl": "https://www.thecocktaildb.com"
1793
+ },
1794
+ {
1795
+ "name": "TheMealDB",
1796
+ "description": "Meal Recipes",
1797
+ "category": "Food",
1798
+ "authType": "apiKey",
1799
+ "baseUrl": "https://www.themealdb.com"
1800
+ },
1801
+ {
1802
+ "name": "Zestful",
1803
+ "description": "Parse recipe ingredients",
1804
+ "category": "Food",
1805
+ "authType": "apiKey",
1806
+ "baseUrl": "https://zestfuldata.com"
1807
+ },
1808
+ {
1809
+ "name": "AmiiboAPI",
1810
+ "description": "Nintendo Amiibo Information",
1811
+ "category": "Games",
1812
+ "authType": "none",
1813
+ "baseUrl": "https://amiiboapi.com"
1814
+ },
1815
+ {
1816
+ "name": "Battle.net",
1817
+ "description": "Diablo III, Hearthstone, WoW data",
1818
+ "category": "Games",
1819
+ "authType": "oauth",
1820
+ "baseUrl": "https://develop.battle.net"
1821
+ },
1822
+ {
1823
+ "name": "Chess.com",
1824
+ "description": "Chess.com read-only REST API",
1825
+ "category": "Games",
1826
+ "authType": "none",
1827
+ "baseUrl": "https://www.chess.com"
1828
+ },
1829
+ {
1830
+ "name": "Clash of Clans",
1831
+ "description": "Clash of Clans Game Information",
1832
+ "category": "Games",
1833
+ "authType": "apiKey",
1834
+ "baseUrl": "https://developer.clashofclans.com"
1835
+ },
1836
+ {
1837
+ "name": "Clash Royale",
1838
+ "description": "Clash Royale Game Information",
1839
+ "category": "Games",
1840
+ "authType": "apiKey",
1841
+ "baseUrl": "https://developer.clashroyale.com"
1842
+ },
1843
+ {
1844
+ "name": "Comic Vine",
1845
+ "description": "Comics information",
1846
+ "category": "Entertainment",
1847
+ "authType": "none",
1848
+ "baseUrl": "https://comicvine.gamespot.com"
1849
+ },
1850
+ {
1851
+ "name": "Deck of Cards",
1852
+ "description": "Deck of Cards API",
1853
+ "category": "Games",
1854
+ "authType": "none",
1855
+ "baseUrl": "https://deckofcardsapi.com"
1856
+ },
1857
+ {
1858
+ "name": "FFXIV Collect",
1859
+ "description": "Final Fantasy XIV collectables",
1860
+ "category": "Games",
1861
+ "authType": "none",
1862
+ "baseUrl": "https://ffxivcollect.com"
1863
+ },
1864
+ {
1865
+ "name": "FreeToGame",
1866
+ "description": "Free-To-Play Games Database",
1867
+ "category": "Games",
1868
+ "authType": "none",
1869
+ "baseUrl": "https://www.freetogame.com"
1870
+ },
1871
+ {
1872
+ "name": "GamerPower",
1873
+ "description": "Game Giveaways Tracker",
1874
+ "category": "Games",
1875
+ "authType": "none",
1876
+ "baseUrl": "https://www.gamerpower.com"
1877
+ },
1878
+ {
1879
+ "name": "Genshin Impact",
1880
+ "description": "Genshin Impact game data",
1881
+ "category": "Games",
1882
+ "authType": "none",
1883
+ "baseUrl": "https://genshin.dev"
1884
+ },
1885
+ {
1886
+ "name": "Giant Bomb",
1887
+ "description": "Video Games database",
1888
+ "category": "Games",
1889
+ "authType": "apiKey",
1890
+ "baseUrl": "https://www.giantbomb.com"
1891
+ },
1892
+ {
1893
+ "name": "Guild Wars 2",
1894
+ "description": "Guild Wars 2 Game Information",
1895
+ "category": "Games",
1896
+ "authType": "apiKey",
1897
+ "baseUrl": "https://wiki.guildwars2.com"
1898
+ },
1899
+ {
1900
+ "name": "Hyrule Compendium",
1901
+ "description": "Zelda: BOTW data",
1902
+ "category": "Games",
1903
+ "authType": "none",
1904
+ "baseUrl": "https://github.com"
1905
+ },
1906
+ {
1907
+ "name": "JokeAPI",
1908
+ "description": "Programming, Miscellaneous Jokes",
1909
+ "category": "Entertainment",
1910
+ "authType": "none",
1911
+ "baseUrl": "https://sv443.net"
1912
+ },
1913
+ {
1914
+ "name": "Lichess",
1915
+ "description": "Access Lichess data",
1916
+ "category": "Games",
1917
+ "authType": "oauth",
1918
+ "baseUrl": "https://lichess.org"
1919
+ },
1920
+ {
1921
+ "name": "Magic The Gathering",
1922
+ "description": "MTG Game Information",
1923
+ "category": "Games",
1924
+ "authType": "none",
1925
+ "baseUrl": "https://magicthegathering.io"
1926
+ },
1927
+ {
1928
+ "name": "Marvel",
1929
+ "description": "Marvel Comics",
1930
+ "category": "Entertainment",
1931
+ "authType": "apiKey",
1932
+ "baseUrl": "https://developer.marvel.com"
1933
+ },
1934
+ {
1935
+ "name": "MMO Games",
1936
+ "description": "MMO Games Database, News",
1937
+ "category": "Games",
1938
+ "authType": "none",
1939
+ "baseUrl": "https://www.mmobomb.com"
1940
+ },
1941
+ {
1942
+ "name": "Open Trivia",
1943
+ "description": "Trivia Questions",
1944
+ "category": "Entertainment",
1945
+ "authType": "none",
1946
+ "baseUrl": "https://opentdb.com"
1947
+ },
1948
+ {
1949
+ "name": "PandaScore",
1950
+ "description": "E-sports games and results",
1951
+ "category": "Games",
1952
+ "authType": "apiKey",
1953
+ "baseUrl": "https://developers.pandascore.co"
1954
+ },
1955
+ {
1956
+ "name": "Pok\u00e9api",
1957
+ "description": "Pok\u00e9mon Information",
1958
+ "category": "Games",
1959
+ "authType": "none",
1960
+ "baseUrl": "https://pokeapi.co"
1961
+ },
1962
+ {
1963
+ "name": "Pok\u00e9mon TCG",
1964
+ "description": "Pok\u00e9mon TCG Information",
1965
+ "category": "Games",
1966
+ "authType": "none",
1967
+ "baseUrl": "https://pokemontcg.io"
1968
+ },
1969
+ {
1970
+ "name": "PUBG",
1971
+ "description": "Access PUBG data",
1972
+ "category": "Games",
1973
+ "authType": "apiKey",
1974
+ "baseUrl": "https://developer.pubg.com"
1975
+ },
1976
+ {
1977
+ "name": "Rick and Morty",
1978
+ "description": "All Rick and Morty information",
1979
+ "category": "Entertainment",
1980
+ "authType": "none",
1981
+ "baseUrl": "https://rickandmortyapi.com"
1982
+ },
1983
+ {
1984
+ "name": "Riot Games",
1985
+ "description": "League of Legends Game Information",
1986
+ "category": "Games",
1987
+ "authType": "apiKey",
1988
+ "baseUrl": "https://developer.riotgames.com"
1989
+ },
1990
+ {
1991
+ "name": "Scryfall",
1992
+ "description": "Magic: The Gathering database",
1993
+ "category": "Games",
1994
+ "authType": "none",
1995
+ "baseUrl": "https://scryfall.com"
1996
+ },
1997
+ {
1998
+ "name": "Steam",
1999
+ "description": "Steam Web API",
2000
+ "category": "Games",
2001
+ "authType": "apiKey",
2002
+ "baseUrl": "https://steamapi.xpaw.me"
2003
+ },
2004
+ {
2005
+ "name": "SuperHeroes",
2006
+ "description": "SuperHeroes and Villains data",
2007
+ "category": "Entertainment",
2008
+ "authType": "apiKey",
2009
+ "baseUrl": "https://superheroapi.com"
2010
+ },
2011
+ {
2012
+ "name": "TCGdex",
2013
+ "description": "Pok\u00e9mon TCG Information multi-language",
2014
+ "category": "Games",
2015
+ "authType": "none",
2016
+ "baseUrl": "https://www.tcgdex.net"
2017
+ },
2018
+ {
2019
+ "name": "xkcd",
2020
+ "description": "Retrieve xkcd comics as JSON",
2021
+ "category": "Entertainment",
2022
+ "authType": "none",
2023
+ "baseUrl": "https://xkcd.com"
2024
+ },
2025
+ {
2026
+ "name": "Yu-Gi-Oh!",
2027
+ "description": "Yu-Gi-Oh! TCG Information",
2028
+ "category": "Games",
2029
+ "authType": "none",
2030
+ "baseUrl": "https://db.ygoprodeck.com"
2031
+ },
2032
+ {
2033
+ "name": "Africa's Talking",
2034
+ "description": "Access African telco services through HTTP API",
2035
+ "category": "Communication",
2036
+ "authType": "apiKey",
2037
+ "baseUrl": "https://africastalking.com"
2038
+ },
2039
+ {
2040
+ "name": "iP1sms",
2041
+ "description": "Send and receive SMS worldwide",
2042
+ "category": "Communication",
2043
+ "authType": "apiKey",
2044
+ "baseUrl": "https://www.ip1sms.com"
2045
+ },
2046
+ {
2047
+ "name": "Eqivo",
2048
+ "description": "Telephony/Programmable-Voice API platform",
2049
+ "category": "Communication",
2050
+ "authType": "none",
2051
+ "baseUrl": "https://eqivo.org"
2052
+ },
2053
+ {
2054
+ "name": "Nexmo",
2055
+ "description": "Phone calls, SMS worldwide",
2056
+ "category": "Communication",
2057
+ "authType": "apiKey",
2058
+ "baseUrl": "https://developer.nexmo.com"
2059
+ },
2060
+ {
2061
+ "name": "Sakari",
2062
+ "description": "Send SMS to 200+ countries",
2063
+ "category": "Communication",
2064
+ "authType": "apiKey",
2065
+ "baseUrl": "https://developer.sakari.io"
2066
+ },
2067
+ {
2068
+ "name": "The SMS Works",
2069
+ "description": "Low-cost, reliable SMS API",
2070
+ "category": "Communication",
2071
+ "authType": "apiKey",
2072
+ "baseUrl": "https://thesmsworks.co.uk"
2073
+ },
2074
+ {
2075
+ "name": "Twilio",
2076
+ "description": "APIs for SMS, Voice, Video",
2077
+ "category": "Communication",
2078
+ "authType": "apiKey",
2079
+ "baseUrl": "https://www.twilio.com"
2080
+ },
2081
+ {
2082
+ "name": "Bible",
2083
+ "description": "JSON API for public domain bible translations",
2084
+ "category": "Education",
2085
+ "authType": "none",
2086
+ "baseUrl": "https://bible-api.com"
2087
+ },
2088
+ {
2089
+ "name": "Fruits API",
2090
+ "description": "API GraphQL with fruit tree info",
2091
+ "category": "Food",
2092
+ "authType": "none",
2093
+ "baseUrl": "https://github.com"
2094
+ },
2095
+ {
2096
+ "name": "Jokes",
2097
+ "description": "Full featured Jokes API",
2098
+ "category": "Entertainment",
2099
+ "authType": "apiKey",
2100
+ "baseUrl": "https://jokes.one"
2101
+ },
2102
+ {
2103
+ "name": "Perfect Tense API",
2104
+ "description": "Spelling and grammar checking AI",
2105
+ "category": "Education",
2106
+ "authType": "apiKey",
2107
+ "baseUrl": "https://www.perfecttense.com"
2108
+ },
2109
+ {
2110
+ "name": "Random Data Generator",
2111
+ "description": "Generate telephones, text, passwords",
2112
+ "category": "Utilities",
2113
+ "authType": "apiKey",
2114
+ "baseUrl": "https://randommer.io"
2115
+ },
2116
+ {
2117
+ "name": "Random Facts",
2118
+ "description": "Random Facts API",
2119
+ "category": "Entertainment",
2120
+ "authType": "apiKey",
2121
+ "baseUrl": "https://fungenerators.com"
2122
+ },
2123
+ {
2124
+ "name": "Today in History",
2125
+ "description": "Daily historical events API",
2126
+ "category": "Education",
2127
+ "authType": "none",
2128
+ "baseUrl": "https://history.muffinlabs.com"
2129
+ },
2130
+ {
2131
+ "name": "Wikipedia",
2132
+ "description": "Free multilingual Encyclopedia",
2133
+ "category": "Education",
2134
+ "authType": "none",
2135
+ "baseUrl": "https://en.wikipedia.org"
2136
+ },
2137
+ {
2138
+ "name": "Kairos",
2139
+ "description": "Face recognition, emotion analysis",
2140
+ "category": "AI",
2141
+ "authType": "apiKey",
2142
+ "baseUrl": "https://www.kairos.com"
2143
+ },
2144
+ {
2145
+ "name": "Skybiometry",
2146
+ "description": "Face detection and grouping",
2147
+ "category": "AI",
2148
+ "authType": "none",
2149
+ "baseUrl": "https://www.skybiometry.com"
2150
+ },
2151
+ {
2152
+ "name": "FitBit",
2153
+ "description": "Fitbit activity trackers API",
2154
+ "category": "Health",
2155
+ "authType": "oauth",
2156
+ "baseUrl": "https://dev.fitbit.com"
2157
+ },
2158
+ {
2159
+ "name": "Strava",
2160
+ "description": "Athletes, activities and segments",
2161
+ "category": "Health",
2162
+ "authType": "oauth",
2163
+ "baseUrl": "https://strava.github.io"
2164
+ },
2165
+ {
2166
+ "name": "Withings",
2167
+ "description": "Withings activity trackers",
2168
+ "category": "Health",
2169
+ "authType": "oauth",
2170
+ "baseUrl": "https://oauth.withings.com"
2171
+ },
2172
+ {
2173
+ "name": "Google CustomSearch",
2174
+ "description": "Search within websites",
2175
+ "category": "Search",
2176
+ "authType": "apiKey",
2177
+ "baseUrl": "https://developers.google.com"
2178
+ },
2179
+ {
2180
+ "name": "Google Fitness API",
2181
+ "description": "The Fit API",
2182
+ "category": "Health",
2183
+ "authType": "oauth",
2184
+ "baseUrl": "https://developers.google.com"
2185
+ },
2186
+ {
2187
+ "name": "Google Identity",
2188
+ "description": "Federated login for third party sites",
2189
+ "category": "Authentication",
2190
+ "authType": "apiKey",
2191
+ "baseUrl": "https://developers.google.com"
2192
+ },
2193
+ {
2194
+ "name": "Google Monitoring",
2195
+ "description": "API monitoring data",
2196
+ "category": "DevOps",
2197
+ "authType": "oauth",
2198
+ "baseUrl": "https://cloud.google.com"
2199
+ },
2200
+ {
2201
+ "name": "Cognito",
2202
+ "description": "Verifying and retrieving identity",
2203
+ "category": "Authentication",
2204
+ "authType": "apiKey",
2205
+ "baseUrl": "https://cognitohq.com"
2206
+ },
2207
+ {
2208
+ "name": "Whitepages Pro",
2209
+ "description": "Global Identity Verification API",
2210
+ "category": "Authentication",
2211
+ "authType": "apiKey",
2212
+ "baseUrl": "https://pro.whitepages.com"
2213
+ },
2214
+ {
2215
+ "name": "Particle",
2216
+ "description": "API to manage Particle devices",
2217
+ "category": "IoT",
2218
+ "authType": "apiKey",
2219
+ "baseUrl": "https://docs.particle.io"
2220
+ },
2221
+ {
2222
+ "name": "PubNub",
2223
+ "description": "Real time applications with hardware",
2224
+ "category": "IoT",
2225
+ "authType": "none",
2226
+ "baseUrl": "https://www.pubnub.com"
2227
+ },
2228
+ {
2229
+ "name": "Philips Hue",
2230
+ "description": "Control Hue brand lights",
2231
+ "category": "IoT",
2232
+ "authType": "none",
2233
+ "baseUrl": "https://developers.meethue.com"
2234
+ },
2235
+ {
2236
+ "name": "SmartThings",
2237
+ "description": "Samsung SmartThings Smart Home Hub",
2238
+ "category": "IoT",
2239
+ "authType": "oauth",
2240
+ "baseUrl": "https://developer.smartthings.com"
2241
+ },
2242
+ {
2243
+ "name": "ThingSpeak",
2244
+ "description": "IoT application to store/retrieve data",
2245
+ "category": "IoT",
2246
+ "authType": "none",
2247
+ "baseUrl": "https://github.com"
2248
+ },
2249
+ {
2250
+ "name": "Facebook Login",
2251
+ "description": "Secure, fast login for apps",
2252
+ "category": "Authentication",
2253
+ "authType": "oauth",
2254
+ "baseUrl": "https://developers.facebook.com"
2255
+ },
2256
+ {
2257
+ "name": "LinkedIn",
2258
+ "description": "Sign in with professional identity",
2259
+ "category": "Authentication",
2260
+ "authType": "oauth",
2261
+ "baseUrl": "https://developer.linkedin.com"
2262
+ },
2263
+ {
2264
+ "name": "PayPal",
2265
+ "description": "Sign in with PayPal credentials",
2266
+ "category": "Authentication",
2267
+ "authType": "oauth",
2268
+ "baseUrl": "https://developer.paypal.com"
2269
+ },
2270
+ {
2271
+ "name": "Salesforce",
2272
+ "description": "OAuth protocol access to data",
2273
+ "category": "Authentication",
2274
+ "authType": "oauth",
2275
+ "baseUrl": "https://developer.salesforce.com"
2276
+ },
2277
+ {
2278
+ "name": "Twitter Sign-in",
2279
+ "description": "Works on websites, iOS, mobile, desktop",
2280
+ "category": "Authentication",
2281
+ "authType": "oauth",
2282
+ "baseUrl": "https://developer.twitter.com"
2283
+ },
2284
+ {
2285
+ "name": "WorkOS",
2286
+ "description": "Single Sign-On for Enterprise",
2287
+ "category": "Authentication",
2288
+ "authType": "apiKey",
2289
+ "baseUrl": "https://workos.com"
2290
+ },
2291
+ {
2292
+ "name": "Amazon ML",
2293
+ "description": "Amazon Machine Learning API",
2294
+ "category": "AI",
2295
+ "authType": "apiKey",
2296
+ "baseUrl": "https://docs.aws.amazon.com"
2297
+ },
2298
+ {
2299
+ "name": "AYLIEN",
2300
+ "description": "NLP and Information Retrieval tools",
2301
+ "category": "AI",
2302
+ "authType": "apiKey",
2303
+ "baseUrl": "https://aylien.com"
2304
+ },
2305
+ {
2306
+ "name": "Big ML",
2307
+ "description": "Machine Learning API focused on decision trees",
2308
+ "category": "AI",
2309
+ "authType": "apiKey",
2310
+ "baseUrl": "https://bigml.com"
2311
+ },
2312
+ {
2313
+ "name": "Cloud ML Engine",
2314
+ "description": "Cloud-based machine learning",
2315
+ "category": "AI",
2316
+ "authType": "oauth",
2317
+ "baseUrl": "https://cloud.google.com"
2318
+ },
2319
+ {
2320
+ "name": "Microsoft Azure ML",
2321
+ "description": "Cognitive Services for applications",
2322
+ "category": "AI",
2323
+ "authType": "apiKey",
2324
+ "baseUrl": "https://azure.microsoft.com"
2325
+ },
2326
+ {
2327
+ "name": "OVHcloud AI Endpoints",
2328
+ "description": "GenAI & ML integration with APIs",
2329
+ "category": "AI",
2330
+ "authType": "apiKey",
2331
+ "baseUrl": "https://endpoints.ai.cloud.ovh.net"
2332
+ },
2333
+ {
2334
+ "name": "Amazon Maps",
2335
+ "description": "Interactive 3D maps for Fire devices",
2336
+ "category": "Maps",
2337
+ "authType": "apiKey",
2338
+ "baseUrl": "https://developer.amazon.com"
2339
+ },
2340
+ {
2341
+ "name": "Bing Maps",
2342
+ "description": "Create/customize digital maps",
2343
+ "category": "Maps",
2344
+ "authType": "apiKey",
2345
+ "baseUrl": "https://www.microsoft.com"
2346
+ },
2347
+ {
2348
+ "name": "CartoDB",
2349
+ "description": "Generate maps based on data",
2350
+ "category": "Maps",
2351
+ "authType": "apiKey",
2352
+ "baseUrl": "https://carto.com"
2353
+ },
2354
+ {
2355
+ "name": "Leaflet.js",
2356
+ "description": "Mobile-friendly interactive maps",
2357
+ "category": "Maps",
2358
+ "authType": "none",
2359
+ "baseUrl": "https://leafletjs.com"
2360
+ },
2361
+ {
2362
+ "name": "Yandex Maps",
2363
+ "description": "API for Yandex.Maps",
2364
+ "category": "Maps",
2365
+ "authType": "apiKey",
2366
+ "baseUrl": "https://tech.yandex.com"
2367
+ },
2368
+ {
2369
+ "name": "COVID-19 Data",
2370
+ "description": "Get Coronavirus cases per country",
2371
+ "category": "Health",
2372
+ "authType": "none",
2373
+ "baseUrl": "https://github.com"
2374
+ },
2375
+ {
2376
+ "name": "Infermedica",
2377
+ "description": "AI-based patient triage and diagnosis",
2378
+ "category": "Health",
2379
+ "authType": "apiKey",
2380
+ "baseUrl": "https://developer.infermedica.com"
2381
+ },
2382
+ {
2383
+ "name": "OMDB",
2384
+ "description": "OMDb movie information",
2385
+ "category": "Entertainment",
2386
+ "authType": "apiKey",
2387
+ "baseUrl": "https://www.omdbapi.com"
2388
+ },
2389
+ {
2390
+ "name": "TMDb",
2391
+ "description": "The Movie Database",
2392
+ "category": "Entertainment",
2393
+ "authType": "apiKey",
2394
+ "baseUrl": "https://www.themoviedb.org"
2395
+ },
2396
+ {
2397
+ "name": "Trakt",
2398
+ "description": "TV shows and movies tracking",
2399
+ "category": "Entertainment",
2400
+ "authType": "apiKey",
2401
+ "baseUrl": "https://trakt.docs.apiary.io"
2402
+ },
2403
+ {
2404
+ "name": "TVmaze",
2405
+ "description": "TV Show and web series database",
2406
+ "category": "Entertainment",
2407
+ "authType": "none",
2408
+ "baseUrl": "https://www.tvmaze.com"
2409
+ },
2410
+ {
2411
+ "name": "AI Mastering",
2412
+ "description": "Automated audio mastering",
2413
+ "category": "Media",
2414
+ "authType": "apiKey",
2415
+ "baseUrl": "https://aimastering.com"
2416
+ },
2417
+ {
2418
+ "name": "Deezer",
2419
+ "description": "Deezer music discovery",
2420
+ "category": "Media",
2421
+ "authType": "oauth",
2422
+ "baseUrl": "https://developers.deezer.com"
2423
+ },
2424
+ {
2425
+ "name": "Discogs",
2426
+ "description": "Music artists and labels",
2427
+ "category": "Media",
2428
+ "authType": "oauth",
2429
+ "baseUrl": "https://www.discogs.com"
2430
+ },
2431
+ {
2432
+ "name": "Last.fm",
2433
+ "description": "Last.fm music API",
2434
+ "category": "Media",
2435
+ "authType": "apiKey",
2436
+ "baseUrl": "https://www.last.fm"
2437
+ },
2438
+ {
2439
+ "name": "SoundCloud",
2440
+ "description": "SoundCloud API",
2441
+ "category": "Media",
2442
+ "authType": "oauth",
2443
+ "baseUrl": "https://developers.soundcloud.com"
2444
+ },
2445
+ {
2446
+ "name": "Spotify",
2447
+ "description": "View Spotify music catalog",
2448
+ "category": "Media",
2449
+ "authType": "oauth",
2450
+ "baseUrl": "https://beta.developer.spotify.com"
2451
+ },
2452
+ {
2453
+ "name": "TheAudioDB",
2454
+ "description": "Free JSON API for music data",
2455
+ "category": "Media",
2456
+ "authType": "apiKey",
2457
+ "baseUrl": "https://www.theaudiodb.com"
2458
+ },
2459
+ {
2460
+ "name": "Cloudmersive NLP",
2461
+ "description": "Unified NLP APIs including translation",
2462
+ "category": "AI",
2463
+ "authType": "apiKey",
2464
+ "baseUrl": "https://cloudmersive.com"
2465
+ },
2466
+ {
2467
+ "name": "TextRazor",
2468
+ "description": "Extract the Who, What, Why from text",
2469
+ "category": "AI",
2470
+ "authType": "apiKey",
2471
+ "baseUrl": "https://www.textrazor.com"
2472
+ },
2473
+ {
2474
+ "name": "VoiceRSS",
2475
+ "description": "Convert Text to Speech",
2476
+ "category": "AI",
2477
+ "authType": "apiKey",
2478
+ "baseUrl": "https://www.voicerss.org"
2479
+ },
2480
+ {
2481
+ "name": "Wit AI",
2482
+ "description": "Intent-based NLP API",
2483
+ "category": "AI",
2484
+ "authType": "none",
2485
+ "baseUrl": "https://wit.ai"
2486
+ },
2487
+ {
2488
+ "name": "NewsAPI",
2489
+ "description": "70+ news sources and headlines",
2490
+ "category": "News",
2491
+ "authType": "apiKey",
2492
+ "baseUrl": "https://newsapi.org"
2493
+ },
2494
+ {
2495
+ "name": "The Guardian",
2496
+ "description": "Access Guardian content",
2497
+ "category": "News",
2498
+ "authType": "apiKey",
2499
+ "baseUrl": "https://open-platform.theguardian.com"
2500
+ },
2501
+ {
2502
+ "name": "DummyImage",
2503
+ "description": "Flexible placeholder images",
2504
+ "category": "Design",
2505
+ "authType": "none",
2506
+ "baseUrl": "https://dummyimage.com"
2507
+ },
2508
+ {
2509
+ "name": "Pixabay",
2510
+ "description": "Free images and videos",
2511
+ "category": "Media",
2512
+ "authType": "apiKey",
2513
+ "baseUrl": "https://pixabay.com"
2514
+ },
2515
+ {
2516
+ "name": "Lorem Picsum",
2517
+ "description": "Beautiful placeholders from Unsplash",
2518
+ "category": "Design",
2519
+ "authType": "none",
2520
+ "baseUrl": "https://picsum.photos"
2521
+ },
2522
+ {
2523
+ "name": "Factual",
2524
+ "description": "Places search by lat/long",
2525
+ "category": "Maps",
2526
+ "authType": "apiKey",
2527
+ "baseUrl": "https://developer.factual.com"
2528
+ },
2529
+ {
2530
+ "name": "Foursquare Venue",
2531
+ "description": "Places search by category",
2532
+ "category": "Maps",
2533
+ "authType": "oauth",
2534
+ "baseUrl": "https://developer.foursquare.com"
2535
+ },
2536
+ {
2537
+ "name": "Yelp",
2538
+ "description": "Search location by category",
2539
+ "category": "Maps",
2540
+ "authType": "oauth",
2541
+ "baseUrl": "https://docs.developer.yelp.com"
2542
+ },
2543
+ {
2544
+ "name": "Product Hunt",
2545
+ "description": "The best new products every day",
2546
+ "category": "Business",
2547
+ "authType": "oauth",
2548
+ "baseUrl": "https://api.producthunt.com"
2549
+ },
2550
+ {
2551
+ "name": "Breaking Bad Quotes",
2552
+ "description": "Quotes from Breaking Bad",
2553
+ "category": "Entertainment",
2554
+ "authType": "none",
2555
+ "baseUrl": "https://breakingbadquotes.xyz"
2556
+ },
2557
+ {
2558
+ "name": "FavQs",
2559
+ "description": "Collect, discover, share quotes",
2560
+ "category": "Entertainment",
2561
+ "authType": "apiKey",
2562
+ "baseUrl": "https://favqs.com"
2563
+ },
2564
+ {
2565
+ "name": "Forismatic",
2566
+ "description": "Random quote per click",
2567
+ "category": "Entertainment",
2568
+ "authType": "none",
2569
+ "baseUrl": "https://api.forismatic.com"
2570
+ },
2571
+ {
2572
+ "name": "Quotable",
2573
+ "description": "Fetch quotes by author, ID, tags",
2574
+ "category": "Entertainment",
2575
+ "authType": "none",
2576
+ "baseUrl": "https://github.com"
2577
+ },
2578
+ {
2579
+ "name": "They Said So",
2580
+ "description": "Quote of the day",
2581
+ "category": "Entertainment",
2582
+ "authType": "none",
2583
+ "baseUrl": "https://quotes.rest"
2584
+ },
2585
+ {
2586
+ "name": "NASA",
2587
+ "description": "NASA data including imagery",
2588
+ "category": "Science",
2589
+ "authType": "none",
2590
+ "baseUrl": "https://api.nasa.gov"
2591
+ },
2592
+ {
2593
+ "name": "Open Science Framework",
2594
+ "description": "Workflow/project management for research",
2595
+ "category": "Science",
2596
+ "authType": "none",
2597
+ "baseUrl": "https://osf.io"
2598
+ },
2599
+ {
2600
+ "name": "SavePage.io",
2601
+ "description": "Free screenshot API",
2602
+ "category": "Utilities",
2603
+ "authType": "apiKey",
2604
+ "baseUrl": "https://docs.savepage.io"
2605
+ },
2606
+ {
2607
+ "name": "Daily Motion",
2608
+ "description": "Build applications around DailyMotion",
2609
+ "category": "Social",
2610
+ "authType": "oauth",
2611
+ "baseUrl": "https://developer.dailymotion.com"
2612
+ },
2613
+ {
2614
+ "name": "DeviantArt",
2615
+ "description": "Social networking for artists",
2616
+ "category": "Social",
2617
+ "authType": "oauth",
2618
+ "baseUrl": "https://www.deviantart.com"
2619
+ },
2620
+ {
2621
+ "name": "Facebook",
2622
+ "description": "Ads, games, payments, sharing stats",
2623
+ "category": "Social",
2624
+ "authType": "oauth",
2625
+ "baseUrl": "https://developers.facebook.com"
2626
+ },
2627
+ {
2628
+ "name": "Flickr",
2629
+ "description": "Search through user content",
2630
+ "category": "Social",
2631
+ "authType": "oauth",
2632
+ "baseUrl": "https://www.flickr.com"
2633
+ },
2634
+ {
2635
+ "name": "GoodReads",
2636
+ "description": "Access Goodreads book data",
2637
+ "category": "Social",
2638
+ "authType": "apiKey",
2639
+ "baseUrl": "https://www.goodreads.com"
2640
+ },
2641
+ {
2642
+ "name": "Gravatar",
2643
+ "description": "Create profiles and avatars",
2644
+ "category": "Social",
2645
+ "authType": "none",
2646
+ "baseUrl": "https://en.gravatar.com"
2647
+ },
2648
+ {
2649
+ "name": "Hacker News",
2650
+ "description": "HN API",
2651
+ "category": "Social",
2652
+ "authType": "none",
2653
+ "baseUrl": "https://github.com"
2654
+ },
2655
+ {
2656
+ "name": "Instagram",
2657
+ "description": "Search photos by location, user, tags",
2658
+ "category": "Social",
2659
+ "authType": "oauth",
2660
+ "baseUrl": "https://developers.facebook.com"
2661
+ },
2662
+ {
2663
+ "name": "Mastodon",
2664
+ "description": "Open-source twitter competitor",
2665
+ "category": "Social",
2666
+ "authType": "oauth",
2667
+ "baseUrl": "https://docs.joinmastodon.org"
2668
+ },
2669
+ {
2670
+ "name": "Microlink",
2671
+ "description": "Turns any link into information",
2672
+ "category": "Social",
2673
+ "authType": "none",
2674
+ "baseUrl": "https://microlink.io"
2675
+ },
2676
+ {
2677
+ "name": "Pinterest",
2678
+ "description": "View clicked-through or repinned Pins",
2679
+ "category": "Social",
2680
+ "authType": "oauth",
2681
+ "baseUrl": "https://developers.pinterest.com"
2682
+ },
2683
+ {
2684
+ "name": "Reddit",
2685
+ "description": "Build clients, crawlers, scrapers",
2686
+ "category": "Social",
2687
+ "authType": "oauth",
2688
+ "baseUrl": "https://github.com"
2689
+ },
2690
+ {
2691
+ "name": "Telegram",
2692
+ "description": "Build customized Telegram clients",
2693
+ "category": "Social",
2694
+ "authType": "apiKey",
2695
+ "baseUrl": "https://core.telegram.org"
2696
+ },
2697
+ {
2698
+ "name": "TikTok",
2699
+ "description": "Display TikTok creator's videos",
2700
+ "category": "Social",
2701
+ "authType": "oauth",
2702
+ "baseUrl": "https://developers.tiktok.com"
2703
+ },
2704
+ {
2705
+ "name": "Twitch",
2706
+ "description": "Twitch API",
2707
+ "category": "Social",
2708
+ "authType": "oauth",
2709
+ "baseUrl": "https://dev.twitch.tv"
2710
+ },
2711
+ {
2712
+ "name": "Twitter",
2713
+ "description": "Interact with Twitter functions",
2714
+ "category": "Social",
2715
+ "authType": "oauth",
2716
+ "baseUrl": "https://developer.twitter.com"
2717
+ },
2718
+ {
2719
+ "name": "Tumblr",
2720
+ "description": "Access content, likes, followers",
2721
+ "category": "Social",
2722
+ "authType": "oauth",
2723
+ "baseUrl": "https://www.tumblr.com"
2724
+ },
2725
+ {
2726
+ "name": "Vimeo",
2727
+ "description": "Access to Vimeo's API",
2728
+ "category": "Social",
2729
+ "authType": "oauth",
2730
+ "baseUrl": "https://developer.vimeo.com"
2731
+ },
2732
+ {
2733
+ "name": "Viber",
2734
+ "description": "Create unique experiences for Viber users",
2735
+ "category": "Social",
2736
+ "authType": "apiKey",
2737
+ "baseUrl": "https://developers.viber.com"
2738
+ },
2739
+ {
2740
+ "name": "VK",
2741
+ "description": "VKontakte's API",
2742
+ "category": "Social",
2743
+ "authType": "oauth",
2744
+ "baseUrl": "https://vk.com"
2745
+ },
2746
+ {
2747
+ "name": "Wordpress",
2748
+ "description": "Access to Wordpress' API",
2749
+ "category": "Social",
2750
+ "authType": "oauth",
2751
+ "baseUrl": "https://codex.wordpress.org"
2752
+ },
2753
+ {
2754
+ "name": "YouTube",
2755
+ "description": "Add YouTube functionality",
2756
+ "category": "Social",
2757
+ "authType": "oauth",
2758
+ "baseUrl": "https://developers.google.com"
2759
+ },
2760
+ {
2761
+ "name": "GitHub Gists",
2762
+ "description": "Access to GitHub Gists",
2763
+ "category": "Development",
2764
+ "authType": "oauth",
2765
+ "baseUrl": "https://developer.github.com"
2766
+ },
2767
+ {
2768
+ "name": "Mercurial",
2769
+ "description": "Access to Mercurial's API",
2770
+ "category": "Development",
2771
+ "authType": "none",
2772
+ "baseUrl": "https://www.mercurial-scm.org"
2773
+ },
2774
+ {
2775
+ "name": "Team Foundation Server",
2776
+ "description": "TFS APIs with webhooks support",
2777
+ "category": "Development",
2778
+ "authType": "apiKey",
2779
+ "baseUrl": "https://docs.microsoft.com"
2780
+ },
2781
+ {
2782
+ "name": "Ergast Formula 1",
2783
+ "description": "Formula 1 race data from 1950",
2784
+ "category": "Sports",
2785
+ "authType": "none",
2786
+ "baseUrl": "https://ergast.com"
2787
+ },
2788
+ {
2789
+ "name": "Football Prediction",
2790
+ "description": "Predictions for upcoming football matches",
2791
+ "category": "Sports",
2792
+ "authType": "apiKey",
2793
+ "baseUrl": "https://boggio-analytics.com"
2794
+ },
2795
+ {
2796
+ "name": "OpenF1",
2797
+ "description": "Real-time Formula 1 data",
2798
+ "category": "Sports",
2799
+ "authType": "none",
2800
+ "baseUrl": "https://openf1.org"
2801
+ },
2802
+ {
2803
+ "name": "TheSportsDB",
2804
+ "description": "Sports events, results, players, teams",
2805
+ "category": "Sports",
2806
+ "authType": "none",
2807
+ "baseUrl": "https://www.thesportsdb.com"
2808
+ },
2809
+ {
2810
+ "name": "ADS-B Exchange",
2811
+ "description": "Real-time airborne aircraft data",
2812
+ "category": "Transportation",
2813
+ "authType": "none",
2814
+ "baseUrl": "https://www.adsbexchange.com"
2815
+ },
2816
+ {
2817
+ "name": "Lyft",
2818
+ "description": "Real-time ETAs, availability, prices",
2819
+ "category": "Transportation",
2820
+ "authType": "oauth",
2821
+ "baseUrl": "https://www.lyft.com"
2822
+ },
2823
+ {
2824
+ "name": "Uber",
2825
+ "description": "Customize trip experiences, request rides",
2826
+ "category": "Transportation",
2827
+ "authType": "oauth",
2828
+ "baseUrl": "https://developer.uber.com"
2829
+ },
2830
+ {
2831
+ "name": "Bitly",
2832
+ "description": "Access to Bitly's API",
2833
+ "category": "Utilities",
2834
+ "authType": "oauth",
2835
+ "baseUrl": "https://dev.bitly.com"
2836
+ },
2837
+ {
2838
+ "name": "GoTiny",
2839
+ "description": "Lightweight URL shortener",
2840
+ "category": "Utilities",
2841
+ "authType": "none",
2842
+ "baseUrl": "https://github.com"
2843
+ },
2844
+ {
2845
+ "name": "Is.gd",
2846
+ "description": "Simple URL shortener",
2847
+ "category": "Utilities",
2848
+ "authType": "none",
2849
+ "baseUrl": "https://is.gd"
2850
+ },
2851
+ {
2852
+ "name": "Tiny.cc",
2853
+ "description": "Easy-to-use URL shortener",
2854
+ "category": "Utilities",
2855
+ "authType": "apiKey",
2856
+ "baseUrl": "https://tiny.cc"
2857
+ },
2858
+ {
2859
+ "name": "OpenWeatherMap",
2860
+ "description": "Current weather for 200,000+ cities",
2861
+ "category": "Weather",
2862
+ "authType": "apiKey",
2863
+ "baseUrl": "https://openweathermap.org"
2864
+ },
2865
+ {
2866
+ "name": "Weatherstack",
2867
+ "description": "Real-Time & Historical Weather Data",
2868
+ "category": "Weather",
2869
+ "authType": "apiKey",
2870
+ "baseUrl": "https://weatherstack.com"
2871
+ }
2872
+ ]