-
Notifications
You must be signed in to change notification settings - Fork 42
/
apis-list.yaml
25754 lines (25688 loc) · 930 KB
/
apis-list.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
- name: 18F
slug: 18f
categories:
- Government
description: The /Developer Program, a service of GSA’s 18F team, seeks to
provide comprehensive support for any federal agency engaged in the
production or use of APIs. Named after the common practice of publishing
APIs and their documentation at agency.gov/developer, the program can serve
as a pragmatic boost to any agency’s efforts.
is_free: false
type: REST
contact: [email protected]
specification:
type: openapi
url: https://api.swaggerhub.com/apis/ipinfodb/ipinfodb-ip-address-lookup/1.0
version: https://api.swaggerhub.com/apis/ipinfodb/ipinfodb-ip-address-lookup/1.0
links:
- name: Docs / Website
url: http://18f.github.io/API-All-the-X/
- name: 1Forge.com
slug: 1forge-com
categories:
- Finance & Economics
description: Real-time forex and crypto quotes via JSON and WebSocket
is_free: false
type: REST
contact: [email protected]
specification:
type: swagger
url: http://1forge.com/openapi.json
version: http://1forge.com/openapi.json
links:
- name: Docs / Website
url: https://1forge.com/
- name: 24 Pull Requests
slug: 24-pull-requests
categories:
- Events
- Calendar & Time
- Development
description: 24 Pull Requests is a yearly initiative to encourage contributors
around the world to send 24 pull requests between December 1st and December
24th
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/24-pull-requests/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://24pullrequests.com/api
- name: 3ps
slug: 3ps
categories:
- Other
is_free: false
is_active: false
links:
- name: Docs / Website
url: https://ideea.io/3ps
- name: 500px
slug: 500px
categories:
- Social
- Images & Photography
description: Viewing feature streams, photo information and comments, as well as
user profiles. This is the 500px API documentation. Contribute to
500px/legacy-api-documentation development by creating an account on GitHub
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/500px/logo_256x256.png
libraries:
- name: 500px iOS SDK by minube
documentation_url: https://github.com/minube/500px-iOS-api
platform: Objective-C
stargazers_count: 0
- name: 500px JavaScript SDK by Tye Shavik
documentation_url: https://github.com/500px/500px-js-sdk
platform: JavaScript
stargazers_count: 63
- name: 500px iOS SDK
documentation_url: https://github.com/500px/500px-iOS-api
source_code_url: https://github.com/500px/500px-iOS-api
platform: Objective-C
stargazers_count: 111
- name: 500px Android SDK
documentation_url: https://github.com/500px/500px-android-sdk
source_code_url: https://github.com/500px/500px-android-sdk
platform: Java
- name: 500px Ruby Wrapper by Chris Micacchi
documentation_url: https://github.com/500px/pooled_curb
platform: Ruby
stargazers_count: 2
links:
- name: Docs / Website
url: https://github.com/500px/legacy-api-documentation
- name: 7Timer!
slug: 7timer
categories:
- Weather
description: "Last Update: November 1, 2012 7Timer! is a series of web-based
meteorological forecast products, mainly derived from the NOAA/NCEP-based
numeric weather model, the Global Forecast System (GFS). 7Ti"
is_free: false
type: REST
links:
- name: Docs / Website
url: http://www.7timer.info/doc.php?lang=en
- name: Aadhaar Bridge
slug: aadhaar-bridge
categories:
- Government
description: Aadhaar is a 12-digit unique identification number issued by the
Indian government to every individual resident of India. API allows you to
authenticate and perform ekYC and eSign using Aadhar. Veri5Digital is
India's leading Identity verification and onboarding service provider which
provides Video ID KYC, Aadhaar Offline KYC, eSign and eNACH products
is_free: false
type: REST
links:
- name: Docs / Website
url: https://www.aadhaarbridge.com/
- name: Abbreviation
slug: abbreviation
categories:
- Content & Dictionaries
description: Get abbreviations and meanings
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/abbreviation/logo_256x256.png
is_active: false
links:
- name: Docs / Website
url: https://market.mashape.com/daxeel/abbreviations
- name: Ably
slug: ably
categories:
- IoT & Home Automation
- Chats & Messaging
description: API for making cross-protocol realtime communication between
devices easy. Ably documentation for 40+ web, mobile, and IoT SDKs,
quickstart guides and tutorials, and realtime concepts and design patterns
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ably/logo_256x256.png
type: REST
libraries:
- name: Ably Xamarin SDK
documentation_url: https://github.com/ably/ably-dotnet
platform: .Net
stargazers_count: 22
- name: Ably Scala SDK
documentation_url: https://github.com/ably/ably-java
platform: Scala
stargazers_count: 29
- name: Ably Cordova SDK
documentation_url: https://github.com/ably/ably-js
platform: JavaScript
stargazers_count: 95
- name: Ably Ruby SDK by Ably
documentation_url: https://rubygems.org/gems/ably
source_code_url: https://github.com/ably/ably-ruby
platform: Ruby
stargazers_count: 22
- name: Ably React Native JavaScript SDK by Ably
documentation_url: https://github.com/ably/ably-js-react-native
platform: JavaScript
stargazers_count: 9
- name: Ably Python SDK by Ably
documentation_url: https://pypi.python.org/pypi/ably
source_code_url: https://github.com/ably/ably-python
platform: Python
stargazers_count: 14
- name: Ably PHP SDK by Ably
documentation_url: https://github.com/ably/ably-php
platform: PHP
stargazers_count: 19
- name: Ably NativeScript SDK by Ably
documentation_url: https://github.com/ably/ably-js-nativescript
platform: JavaScript
stargazers_count: 4
- name: Ably .NET SDK by Ably
documentation_url: https://www.nuget.org/packages/ably.io/
source_code_url: https://github.com/ably/ably-dotnet
platform: .Net
stargazers_count: 22
- name: Ably Swift SDK by Ably
documentation_url: https://github.com/ably/ably-ios
platform: Swift
stargazers_count: 13
- name: "Ably Go SDK by Ably "
documentation_url: https://github.com/ably/ably-go
platform: Go
stargazers_count: 27
- name: Ably PHP Library for Laravel Framework
documentation_url: https://github.com/ably/ably-php-laravel
platform: PHP
stargazers_count: 8
links:
- name: Docs / Website
url: https://www.ably.com/documentation
- name: Abstract
slug: abstract
categories:
- Development
- Art & Design
- Collaboration
description: Suite of utility API's (validate emails, create user avatars,
calculate VAT, and more). Abstract provides powerful APIs to help you enrich
any user experience or automate any workflow.
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/abstract/logo_256x256.png
type: REST
libraries:
- name: Abstract Link loader JavaScript SDK
documentation_url: https://github.com/goabstract/abstract-link-loader
platform: JavaScript
stargazers_count: 0
- name: Abstract JavaScript SDK
documentation_url: https://github.com/goabstract/abstract-sdk
platform: JavaScript
stargazers_count: 55
links:
- name: Docs / Website
url: https://www.abstractapi.com
- name: AbuseIPDB
slug: abuseipdb
categories:
- Security
description: This is most commonly done through Fail2Ban, which comes
prepackaged with an AbuseIPDB configuration. Introduction The AbuseIPDB API
allows you to utilize our database programmatically
is_free: false
type: REST
links:
- name: Docs / Website
url: https://docs.abuseipdb.com/
- name: Acoustid
slug: acoustid
categories:
- Music & Audio
- Video & Media
description: Web Service The AcoustID web service currently supports only two
operations, searching in the fingerprint database and submitting new
fingerprints into the database. Usage Guidelines Remember that
is_free: false
type: REST
libraries:
- name: MusicApiCollection C# SDK by BigGranu
documentation_url: https://github.com/BigGranu/MusicApiCollection
platform: C#
author: BigGranu
stargazers_count: 15
links:
- name: Docs / Website
url: https://acoustid.org/webservice
- name: Adorable Avatars
slug: adorable-avatars
categories:
- Testing
description: Generate random cartoon avatars
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/adorable-avatars/logo_256x256.png
is_active: false
links:
- name: Docs / Website
url: http://avatars.adorable.io
- name: adresse.data.gouv.fr
slug: adresse-data-gouv-fr
categories:
- Maps & Geo
description: |-
The national address site of France.
List all the addresses in the country and make them usable by everyone.
is_free: false
type: REST
links:
- name: Docs / Website
url: https://adresse.data.gouv.fr
- name: ADS-B Exchange
slug: ads-b-exchange
categories:
- Transportation
description: Access real-time and historical data of any and all airborne
aircraft. Filtered ADS-B data costs a significant amount of money to buy
from the other ADS-B aggregators, and that data will not include military,
FAA blocklist, LADD et all, and all block requested aircraft. ADSBexchange.
com data is reasonably priced, unfiltered, unblocked, and available on
demand. As noted in the legal terms and conditions, commercial (for profit
Read More
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ads-b-exchange/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://www.adsbexchange.com/data/
- name: Advice Slip
slug: advice-slip
categories:
- Fun
description: Parameters callback string To define your own callback function
name and return the. HTTP Method GET URL https://api. adviceslip. com/advice
Description Returns a random advice slip as a slip object
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/advice-slip/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: http://api.adviceslip.com/
- name: Adzuna
slug: adzuna
categories:
- Business
- Jobs
- News & Feeds
- Marketing & SEO
description: Get the very latest ads and data with Adzuna's API. Get job ads to
display on your own website. Use Adzuna's up-to-the-minute employment data
to power your own website, reporting and data visualisations.
is_free: false
type: REST
links:
- name: Docs / Website
url: https://developer.adzuna.com/overview
- name: AerisWeather
slug: aerisweather
categories:
- Weather
description: AerisWeather provides a powerful weather API, mapping platform, and
developer toolkits that allow weather-sensitive businesses worldwide to
operate more efficiently, safely, and profitably. Global weather data and
imagery APIs, with a free developer subscription tier, boasting detailed
documentation for simple to advanced queries, free SDKs and a Map Builder to
get you up and running faster
is_free: false
type: REST
libraries:
- name: "Aeris Weather Python SDK "
documentation_url: https://www.aerisweather.com/support/docs/toolkits/aeris-python-sdk/
platform: Python
- name: AerisWeather iOS SDK
documentation_url: https://www.aerisweather.com/support/docs/toolkits/aeris-ios-sdk/
source_code_url: https://github.com/aerisweather/Aeris-iOS-Library
platform: Objective-C, Swift
stargazers_count: 21
- name: AerisWeather Interactive Maps JavaScript SDK by AerisWeather
documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-interactive-maps/
platform: JavaScript, xml
- name: AerisWeather Android SDK by AerisWeather
documentation_url: https://github.com/aerisweather/AerisAndroidSDK
platform: Java
stargazers_count: 11
- name: AerisWeather iOS SDK by AerisWeather
documentation_url: https://github.com/aerisweather/Aeris-iOS-Library
platform: Objective-C
stargazers_count: 21
- name: AerisWeather JavaScript SDK by AerisWeather
documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-js-sdk/
source_code_url: https://github.com/aerisweather/aerisjs
platform: JavaScript
stargazers_count: 54
- name: AerisWeather Objective-C SDK by AerisWeather
documentation_url: http://www.aerisweather.com/support/docs/toolkits/
source_code_url: https://github.com/aerisweather/Aeris-iOS-Library
platform: Objective-C
stargazers_count: 21
- name: AerisWeather Java SDK by AerisWeather
documentation_url: http://www.aerisweather.com/support/docs/toolkits/aeris-android-sdk/
source_code_url: https://github.com/aerisweather/AerisAndroidLibrary
platform: Java
stargazers_count: 11
links:
- name: Docs / Website
url: https://www.aerisweather.com
- name: Afex
slug: afex
categories:
- Finance & Economics
- Payments
description: Send payments to recipients all over the world 24/7 with secure and
flexible online platform
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/afex/logo_256x256.png
links:
- name: Docs / Website
url: https://doc.api.afex.com/?version=latest
- name: Africa's Talking
slug: africas-talking
categories:
- Chats & Messaging
- Email & SMS
description: A unified API platform for software developers in Africa building
SMS, USSD, Voice, Payments and Airtime applications. Access African telco
services through a HTTP API
is_free: false
type: REST
links:
- name: Docs / Website
url: https://africastalking.com/
- name: AfterShip
slug: aftership
categories:
- Post & Logistics
- Commerce
description: Provides multi-carrier shipment tracking APIs.
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/aftership/logo_256x256.png
type: REST
libraries:
- name: AfterShip PHP SDK by Abishek R Srikaanth
documentation_url: https://www.aftership.com/
source_code_url: https://github.com/abishekrsrikaanth/aftership-php-sdk
platform: PHP
author: abishekrsrikaanth
stargazers_count: 6
- name: AfterShip PHP SDK
documentation_url: https://github.com/AfterShip/aftership-php
platform: PHP
stargazers_count: 56
- name: AfterShip Ruby SDK
documentation_url: https://github.com/AfterShip/aftership-ruby
platform: Ruby
stargazers_count: 30
- name: AfterShip Python SDK
documentation_url: https://github.com/AfterShip/aftership-python
platform: Python
stargazers_count: 39
- name: AfterShip .NET SDK
documentation_url: https://github.com/AfterShip/aftership-net
platform: .Net
stargazers_count: 12
- name: AfterShip NodeJS SDK
documentation_url: https://github.com/AfterShip/aftership-nodejs
platform: Node.js
stargazers_count: 54
- name: AfterShip Java SDK
documentation_url: https://github.com/AfterShip/aftership-java
platform: Java
stargazers_count: 7
- name: AfterShip iOS SDK
documentation_url: https://github.com/AfterShip/aftership-ios
platform: Objective-C
stargazers_count: 9
- name: AfterShip Android SDK
documentation_url: https://github.com/AfterShip/aftership-android
platform: Java
stargazers_count: 8
links:
- name: Docs / Website
url: https://www.aftership.com/docs/api/4/overview
- name: Agarathi
slug: agarathi
categories:
- Content & Dictionaries
description: Tamil language Dictionary API. Fonts API - Subscription
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/agarathi/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://agarathi.com/api/dictionary
- name: Age of Empires II
slug: age-of-empires-ii
categories:
- Entertainment
description: Simple API to retrieve resources related to Age of Empires II
is_free: false
type: REST
links:
- name: Docs / Website
url: https://age-of-empires-2-api.herokuapp.com
- name: Agify.io
slug: agify-io
categories:
- Development
description: Free API to check and predict the age of a name. Use the API for
research, ad targeting, user segmenting etc. Free API to check and predict
the age of a name.
is_free: false
type: REST
links:
- name: Docs / Website
url: https://agify.io
- name: AI Mastering
slug: ai-mastering
categories:
- Music & Audio
description: AI Mastering API provides automated audio mastering service. You
can upload your audio, master it, and download the mastered audio.
is_free: false
type: REST
libraries:
- name: AI Mastering Javascript SDK
documentation_url: https://aimastering.com/api_docs/
source_code_url: https://github.com/ai-mastering/aimastering-js
platform: JavaScript
stargazers_count: 4
links:
- name: Docs / Website
url: https://aimastering.com/api_docs/
- name: Airports Web
slug: airports-web
categories:
- Other
description: Covered Airports mostly Germany. Request Airport name and website
URL for airports
is_free: false
contact: [email protected]
specification:
type: swagger
url: https://airport-web.appspot.com/api/docs/swagger.json
version: https://airport-web.appspot.com/api/docs/swagger.json
links:
- name: Docs / Website
url: https://airport-web.appspot.com/api/docs/
- name: AirVisual
slug: airvisual
categories:
- Environment & Nature
- Weather
description: Enhance your projects with free trusted historical, real-time and
forecast air quality data. Air pollution and weather data for more than 60
countries worldwide
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/airvisual/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://airvisual.com/api
- name: AIS Hub
slug: ais-hub
categories:
- Transportation
description: AISHub members have access to AISHub aggregated AIS data via this
API and receive real time data in XML, JSON or CSV format.
is_free: false
type: REST
links:
- name: Docs / Website
url: http://www.aishub.net/api
- name: Ais Web
slug: ais-web
categories:
- Transportation
description: Aeronautical information in digital media produced by the
Department of Airspace Control (DECEA)
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/ais-web/logo_256x256.png
is_active: false
links:
- name: Docs / Website
- name: AlienVault Open Threat Exchange (OTX)
slug: alienvault-open-threat-exchange-otx
categories:
- Security
description: Share and collaborate in developing threat intelligence. Protect
yourself and the community against today's latest threats. Learn about the
latest online threats
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/alienvault-open-threat-exchange-otx/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://otx.alienvault.com/api
- name: Alpha Vantage
slug: alpha-vantage
categories:
- Blockchain & Cryptocurrencies
description: Supports intraday, daily, weekly, and monthly quotes and technical
analysis with chart-ready time series. Alpha Vantage offers free stock APIs
in JSON and CSV formats for realtime and historical equity, forex,
cryptocurrency data and over 50 technical indicators
is_free: false
type: REST
libraries:
- name: Alpha Vantage Java SDK by Patrik Nygren
documentation_url: https://github.com/patriques82/alphavantage4j
platform: Java
author: patriques82
stargazers_count: 119
- name: Alpha Vantage Python SDK by Romel Torres
documentation_url: https://github.com/RomelTorres/alpha_vantage
platform: Python
author: RomelTorres
stargazers_count: 3121
links:
- name: Docs / Website
url: https://www.alphavantage.co/
- name: Amadeus Travel Innovation Sandbox
slug: amadeus-travel-innovation-sandbox
categories:
- Travel
description: Discover Amadeus travel APIs and connect to the flight search,
flight booking, hotel and destination content APIs that power the biggest
names in travel.
is_free: false
type: REST
libraries:
- name: Amadeus Python SDK
documentation_url: https://github.com/amadeus4dev/amadeus-python
source_code_url: https://pypi.org/project/amadeus/
platform: Python
stargazers_count: 75
- name: Amadeus Ruby SDK
documentation_url: https://github.com/amadeus4dev/amadeus-ruby
source_code_url: https://rubygems.org/gems/amadeus
platform: Ruby
stargazers_count: 15
links:
- name: Docs / Website
url: https://sandbox.amadeus.com/
- name: Amazon Maps API v2
slug: amazon-maps-api-v2
categories:
- Maps & Geo
description: Add interactive 3D maps, graphics, and custom overlays to your Fire
Tablet and Fire phone apps. The following steps show you how to get started
with the Amazon Maps API
is_free: false
type: REST
links:
- name: Docs / Website
url: https://developer.amazon.com/maps
- name: Amazon MI API
slug: amazon-mi-api
categories:
- AI & ML
description: Amazon Machine Learning API simplifies the process of making
predictions that require lots of expertise around model building, data
cleansing and statistical analysis. Definition of the public APIs exposed by
Amazon Machine Learning
is_free: false
type: REST
links:
- name: Docs / Website
url: http://docs.aws.amazon.com/machine-learning/latest/APIReference/Welcome.html
- name: Amazon Mobile Ads
slug: amazon-mobile-ads
categories:
- Commerce
- Marketing & SEO
description: Monetize across platforms with multiple ad formats. Mobile Ads
Monetize your global iOS, Android, and Fire OS traffic with high-quality ads
from Amazon and brand advertisers
is_free: false
type: REST
contact: [email protected]
links:
- name: Docs / Website
url: https://developer.amazon.com/mobile-ads
- name: Amazon Mobile Analytics
slug: amazon-mobile-analytics
categories:
- Analytics
description: Service for collecting, visualizing, and understanding app usage
data at scale
is_free: false
type: REST
contact: [email protected]
specification:
url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mobileanalytics-2014-06-05.normal.json
version: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/mobileanalytics-2014-06-05.normal.json
links:
- name: Docs / Website
url: https://aws.amazon.com/documentation/mobileanalytics/
- name: Amazon Product Advertising API
slug: amazon-product-advertising-api
categories:
- Commerce
description: "The web address you entered is not a functioning page on our site.
Try one of the following links to find the information you're looking for:
Amazon Web Services. Get access to the data used by Amazon including items
for sale, customer reviews, seller reviews, item search, product promotions,
and more. Looking for Something? We're sorry"
is_free: false
type: REST
links:
- name: Docs / Website
url: https://webservices.amazon.com/paapi5/documentation/
- name: Amazon S3 API
slug: amazon-s3-api
categories:
- Files & Storage
description: Amazon Simple Storage Service (Amazon S3) is storage for the
internet. You can use Amazon S3 to store and retrieve any amount of data at
any time, from anywhere on the web. You can accomplish these tasks using the
simple and intuitive web interface of the AWS Management Console.
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/amazon-s3-api/logo_256x256.png
links:
- name: Docs / Website
url: https://aws.amazon.com/s3/
- name: AmiiboAPI
slug: amiiboapi
categories:
- Games
- Entertainment
description: The Amiibo RESTful API
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/amiiboapi/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://amiiboapi.com/
- name: An API of Ice And Fire
slug: an-api-of-ice-and-fire
categories:
- Video & Media
description: The API is open source!
is_free: true
type: REST
links:
- name: Docs / Website
url: https://anapioficeandfire.com/
- name: AniList
slug: anilist
categories:
- Comics & Anime
description: The AniList GraphQL Api provides quick and powerful access to over
500k anime and manga entries, including character, staff, and live airing
data
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/anilist/logo_256x256.png
type: REST
libraries:
- name: Minoshiro Python SDK by Minoshiro
documentation_url: https://github.com/Mino-shiro/Minoshiro
platform: Python
stargazers_count: 13
links:
- name: Docs / Website
url: https://github.com/AniList/ApiV2-GraphQL-Docs
- name: AnimeNewsNetwork
slug: animenewsnetwork
categories:
- Entertainment
description: ANN provides a direct feed to the Encyclopedia data in XML format
is_free: false
type: REST
links:
- name: Docs / Website
url: https://www.animenewsnetwork.com/encyclopedia/api.php
- name: Anon.click
slug: anon-click
categories:
- URLs
description: Shorten long URLs and optionally protect them with passwords or
captcha. No registration required
is_free: false
type: REST
links:
- name: Docs / Website
url: https://anon.click/api/
is_active: false
- name: Anti-Captcha
slug: anti-captcha
categories:
- Captcha
- Recognition
description: Access to Anti-Captcha’s API. Bypass reCAPTCHA, solve image
captchas, hCaptcha, FunCaptcha, GeeTest for the cheapest price
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/anti-captcha/logo_256x256.png
type: REST
libraries:
- name: Anti Captcha PHP SDK by Tymchyk Maksym
documentation_url: https://github.com/m-tymchyk/php-anticaptcha-v2
platform: PHP
author: m-tymchyk
stargazers_count: 0
- name: Anti Captcha NodeJS SDK by Tymchyk Maksym
documentation_url: https://github.com/m-tymchyk/resolve-anticaptcha
platform: JavaScript, Node.js
author: m-tymchyk
stargazers_count: 1
- name: Anti Captcha Python SDK by Andrey Perelygin
documentation_url: https://github.com/AndreyPerelygin/anticaptcha
platform: Python
author: AndreyPerelygin
stargazers_count: 1
- name: Anti Captcha Laravel PHP SDK by Volodymyr Chukh
documentation_url: https://github.com/vovarpd/laravel-anticaptcha
platform: PHP
author: vovarpd
stargazers_count: 2
- name: Anti Captcha .NET SDK by Mikhail
documentation_url: https://github.com/Shifu462/AnticaptchaNet
platform: .Net, C#
author: Shifu462
stargazers_count: 2
- name: Anti Captcha Python SDK by jakestrouse00
documentation_url: https://github.com/jakestrouse00/AntiCaptcha-python-wrapper
platform: Python
author: jakestrouse00
stargazers_count: 1
- name: Anti Captcha Yii 2 PHP SDK by Dmitry
documentation_url: https://github.com/sabirov/yii2-AntiCaptcha
platform: PHP
author: sabirov
stargazers_count: 1
- name: Anti Captcha Perl SDK by Fayland Lam
documentation_url: https://github.com/fayland/perl-WebService-AntiCaptcha
platform: PERL
author: fayland
stargazers_count: 2
- name: Anti Captcha Go SDK by Andrew Druzhinin
documentation_url: https://github.com/drzhnin/go-anti-captcha
platform: Go
author: drzhnin
stargazers_count: 5
- name: Anti Captcha PHP SDK by Majesko
documentation_url: https://github.com/Majesko/anti-captcha
platform: PHP
author: Majesko
stargazers_count: 3
- name: Anti Captcha Ruby SDK by Infosimples
documentation_url: https://github.com/infosimples/anti_captcha
platform: Ruby
stargazers_count: 12
- name: Anti Captcha Python SDK by Andrei Drang
documentation_url: https://github.com/AndreiDrang/python3-anticaptcha
source_code_url: https://pypi.org/project/python3-anticaptcha/1.2.5/
platform: Python
author: AndreiDrang
stargazers_count: 92
- name: Anti Captcha NodeJS SDK by Andréas Hanss
documentation_url: https://github.com/ScreamZ/anti-captcha
platform: Node.js
author: ScreamZ
stargazers_count: 17
- name: Anti Captcha Java SDK by Anti Captcha
documentation_url: https://code.google.com/archive/p/java-antigate/
platform: Java
- name: Anti Captcha C++ SDK by Anti Captcha
documentation_url: https://anti-captcha.com/apidoc
platform: C++
- name: Anti Captcha Node.js SDK by Anti Captcha
documentation_url: https://www.npmjs.com/package/antigate
platform: Node.js
- name: Anti Captcha Python SDK by Anti Captcha
documentation_url: https://github.com/gotlium/antigate/tree/master/docs
platform: Python
author: gotlium
stargazers_count: 91
links:
- name: Docs / Website
url: https://anti-captcha.com/apidoc
- name: Antideo
slug: antideo
categories:
- Email & SMS
- Validation & Verification
description: API for IP and Email Intelligence & Phone Number Validation. API
for email validation & IP reputation check for better email list hygiene.
Antideo maintains large database with spam and scam records, IP locations
and infected ranges, proxy records and many more. They are keeping their
database updated regularly from various sources, as well as collecting some
of the data themselves
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/antideo/logo_256x256.png
libraries:
- name: Antideo Objective-C SDK by Antideo
documentation_url: https://github.com/antideo/xcode
platform: Objective-C
stargazers_count: 0
- name: Antideo PHP Library by Antideo
documentation_url: https://www.antideo.com
source_code_url: https://github.com/antideo/PHP
platform: PHP
stargazers_count: 2
links:
- name: Docs / Website
url: https://www.antideo.com
- name: Api Meme
slug: api-meme
categories:
- Entertainment
- Fun
description: Generate memes with a simple link!. Meme Top Text Bottom Text Link
To access the API without the watermark, click here
is_free: false
contact: [email protected]
specification:
type: openapi
url: https://tl-api.azurewebsites.net/swagger/default/swagger.json
version: https://tl-api.azurewebsites.net/swagger/default/swagger.json
links:
- name: Docs / Website
url: http://apimeme.com
- name: API Test Center
slug: api-test-center
categories:
- Other
description: Innovative License Management Solution
is_free: false
type: REST
links:
- name: Docs / Website
url: https://netlicensing.io/NetLicensing-API/
- name: API2Cart
slug: api2cart
categories:
- Development
- Commerce
description: Connect your B2B eCommerce solution with 40+ shopping platforms and
marketplaces at once. Strengthen your business with shopping cart API
integration. API2Cart provides a unified shopping cart API for interaction
between the eCommerce software and 30+ shopping carts including Magento,
Shopify, WooCommerce, BigCommerce, OpenCart, PrestaShop and others
is_free: false
libraries:
- name: API2Cart Swift SDK
documentation_url: http://docs.api2cart.com/sdk
source_code_url: https://app.api2cart.com/sdk/swift.tgz
platform: Swift
links:
- name: Docs / Website
url: https://api2cart.com/
- name: Apiary
slug: apiary
categories:
- Development
description: Apiary provides the leading API-First platform designed
specifically to help companies accelerate and control the design,
development, and documentation of APIs. Collaborative tool to design APIs.
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apiary/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://apiary.io/
- name: ApiFlash
slug: apiflash
categories:
- Scrapers & Data Mining
- Documents & Productivity
- Images & Photography
description: >-
Chrome based screenshot API to convert URLs to images. ApiFlash is an easy
to use screenshot API for developers. It is powerful and
cost efficient as it is operating on top of AWS Lambda and Google Chrome
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apiflash/logo_256x256.png
type: REST
links:
- name: Docs / Website
url: https://apiflash.com/
- name: Apileap
slug: apileap
categories:
- Collaboration
- Development
description: Make screenshots from web pages and HTML
is_free: false
links:
- name: Docs / Website
url: https://apileap.com/
- name: Apility.io
slug: apility-io
categories:
- Other
is_free: false
logo: https://raw.githubusercontent.com/apis-list/apis-list/main/apis/apility-io/logo_256x256.png
type: REST
contact: [email protected]
is_active: false
links:
- name: Docs / Website
url: https://apility.io/apidocs/
- name: APIXU
slug: apixu
categories:
- Weather
description: Get current weather information, historical data and forecasts
using weatherstack - a free world weather REST API supporting millions of
global locations
is_free: false
type: REST
libraries:
- name: "Apixu Python SDK "
documentation_url: https://github.com/apixu/apixu-python
platform: Python
author: apixu
stargazers_count: 30
- name: "Apixu Node.js SDK "
documentation_url: https://github.com/apixu/apixu-nodejs
platform: Node.js
author: apixu
stargazers_count: 22
- name: Apixu Java SDK
documentation_url: https://github.com/apixu/apixu-java
platform: Java
author: apixu
stargazers_count: 9
- name: Apixu Ruby SDK
documentation_url: https://github.com/apixu/apixu-ruby
platform: Ruby
author: apixu
stargazers_count: 2
- name: Apixu Android SDK
documentation_url: https://github.com/apixu/apixu-android
platform: Java
author: apixu
stargazers_count: 2
- name: Apixu PHP SDK