@nordsym/apiclaw 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/data/expansion-agent1-20260227.json +94 -0
- package/data/expansion-agent2-20260227.json +503 -0
- package/data/expansion-agent3-20260227.json +1602 -0
- package/data/expansion-openapi-20260227.json +24727 -0
- package/data/expansion-pweb-20260227.json +2549 -0
- package/data/expansion-rapidapi-20260227.json +4185 -0
- package/data/rapidapi-raw/sports.json +1 -0
- package/dist/registry/apis.json +1 -1
- package/landing/src/lib/apis.json +1 -1
- package/package.json +1 -1
- package/scripts/extract-agent2-apis.py +614 -0
- package/scripts/extract-rapidapi.py +89 -0
- package/scripts/merge-expansion-v2.py +86 -0
- package/scripts/merge-expansion.py +81 -0
- package/scripts/parse_pweb_archive.py +515 -0
- package/scripts/parse_pweb_full.py +527 -0
- package/scripts/scrape-rapidapi.py +179 -0
- package/src/registry/apis.json +1 -1
|
@@ -0,0 +1,515 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""
|
|
3
|
+
Parse ProgrammableWeb Archive data and save to JSON
|
|
4
|
+
"""
|
|
5
|
+
|
|
6
|
+
import json
|
|
7
|
+
import re
|
|
8
|
+
from datetime import datetime
|
|
9
|
+
|
|
10
|
+
# All APIs collected from ProgrammableWeb Archive (Wayback Machine)
|
|
11
|
+
# Categories: Payments, Financial, Social, Messaging, eCommerce, Banking, Cryptocurrency, Email, Telephony, Shipping, Chat, Notifications, Invoicing, Accounting
|
|
12
|
+
|
|
13
|
+
PWEB_APIS = [
|
|
14
|
+
# PAYMENTS APIS
|
|
15
|
+
{"name": "PayByFace", "description": "Third party biometric face templates with tokenized card on file for payments", "category": "Payments", "baseUrl": "https://paybyface.com/api", "docsUrl": "https://paybyface.com/developers"},
|
|
16
|
+
{"name": "PayPay Open Payment", "description": "Payment operations including wallet payments, pre-authorization and capture payment flows", "category": "Payments", "baseUrl": "https://api.paypay.ne.jp", "docsUrl": "https://developer.paypay.ne.jp"},
|
|
17
|
+
{"name": "SeerBit", "description": "Secure payment integration with support for multiple payment methods", "category": "Payments", "baseUrl": "https://api.seerbit.com", "docsUrl": "https://doc.seerbit.com"},
|
|
18
|
+
{"name": "Poool", "description": "Dynamic paywall service for content monetization", "category": "Payments", "baseUrl": "https://api.poool.cc", "docsUrl": "https://developers.poool.cc"},
|
|
19
|
+
{"name": "UnivaPay", "description": "Single charge and recurrent payments API", "category": "Payments", "baseUrl": "https://api.univapay.com", "docsUrl": "https://docs.univapay.com"},
|
|
20
|
+
{"name": "Mobbex", "description": "Argentina-based payments platform with checkout and QR features", "category": "Payments", "baseUrl": "https://api.mobbex.com", "docsUrl": "https://mobbex.dev"},
|
|
21
|
+
{"name": "RocketGate", "description": "E-commerce gateway and payment processing with recurring billing", "category": "Payments", "baseUrl": "https://rocketgate.com/api", "docsUrl": "https://developer.rocketgate.com"},
|
|
22
|
+
{"name": "VaroPago", "description": "Online payment platform for LATAM market", "category": "Payments", "baseUrl": "https://api.varopago.com", "docsUrl": "https://varopago.com/docs"},
|
|
23
|
+
{"name": "Green Money eCheck", "description": "Payment service for ACH payments and electronic checks", "category": "Payments", "baseUrl": "https://api.green-money.com", "docsUrl": "https://green-money.com/api"},
|
|
24
|
+
{"name": "Bleumi Pay", "description": "Digital currency payment capabilities with blockchain support", "category": "Payments", "baseUrl": "https://api.bleumi.com", "docsUrl": "https://pay.bleumi.com/docs"},
|
|
25
|
+
{"name": "Rapyd Wallet", "description": "Create and manage Rapyd digital wallets", "category": "Payments", "baseUrl": "https://api.rapyd.net", "docsUrl": "https://docs.rapyd.net"},
|
|
26
|
+
{"name": "OpenPayd", "description": "Custom payment solutions with full payment lifecycle management", "category": "Payments", "baseUrl": "https://api.openpayd.com", "docsUrl": "https://docs.openpayd.com"},
|
|
27
|
+
{"name": "Postpay", "description": "Installment payment options via GraphQL API", "category": "Payments", "baseUrl": "https://api.postpay.io", "docsUrl": "https://developer.postpay.io"},
|
|
28
|
+
{"name": "Payone", "description": "Payment processing with Amazon Pay, Alipay, PayPal, Klarna support", "category": "Payments", "baseUrl": "https://api.payone.com", "docsUrl": "https://docs.payone.com"},
|
|
29
|
+
{"name": "Xendit", "description": "Payments, invoicing, and disbursement for SE Asia markets", "category": "Payments", "baseUrl": "https://api.xendit.co", "docsUrl": "https://developers.xendit.co"},
|
|
30
|
+
{"name": "PayPal", "description": "Global payment solutions with extensive API features", "category": "Payments", "baseUrl": "https://api.paypal.com", "docsUrl": "https://developer.paypal.com"},
|
|
31
|
+
{"name": "Stripe", "description": "Comprehensive payment platform for internet businesses", "category": "Payments", "baseUrl": "https://api.stripe.com", "docsUrl": "https://stripe.com/docs/api"},
|
|
32
|
+
{"name": "Square", "description": "Payment processing and point-of-sale solutions", "category": "Payments", "baseUrl": "https://connect.squareup.com", "docsUrl": "https://developer.squareup.com"},
|
|
33
|
+
{"name": "Adyen", "description": "Global payment platform for enterprise commerce", "category": "Payments", "baseUrl": "https://checkout-live.adyen.com", "docsUrl": "https://docs.adyen.com"},
|
|
34
|
+
{"name": "Braintree", "description": "Payment gateway with mobile payment support", "category": "Payments", "baseUrl": "https://api.braintreegateway.com", "docsUrl": "https://developer.paypal.com/braintree"},
|
|
35
|
+
{"name": "IntegraPay", "description": "Online payment services including BPAY and invoicing", "category": "Payments", "baseUrl": "https://api.integrapay.com.au", "docsUrl": "https://integrapay.com.au/api"},
|
|
36
|
+
{"name": "accept.blue", "description": "Payment gateway for credit cards and e-checks", "category": "Payments", "baseUrl": "https://api.accept.blue", "docsUrl": "https://accept.blue/apidocs"},
|
|
37
|
+
{"name": "CyberSource", "description": "Global payment management platform by Visa", "category": "Payments", "baseUrl": "https://api.cybersource.com", "docsUrl": "https://developer.cybersource.com"},
|
|
38
|
+
{"name": "Instamojo", "description": "Payment gateway for Indian market with webhooks", "category": "Payments", "baseUrl": "https://api.instamojo.com", "docsUrl": "https://docs.instamojo.com"},
|
|
39
|
+
{"name": "Basware Network", "description": "Business document delivery and payment network", "category": "Payments", "baseUrl": "https://api.basware.com", "docsUrl": "https://developer.basware.com"},
|
|
40
|
+
|
|
41
|
+
# FINANCIAL APIS
|
|
42
|
+
{"name": "SmartCredit.io", "description": "Credit as a Service - loan requests and interest calculations", "category": "Financial", "baseUrl": "https://api.smartcredit.io", "docsUrl": "https://docs.smartcredit.io"},
|
|
43
|
+
{"name": "Mboum", "description": "Real-time stock and options market data", "category": "Financial", "baseUrl": "https://api.mboum.com", "docsUrl": "https://mboum.com/docs"},
|
|
44
|
+
{"name": "Twelve Data", "description": "Financial data covering stocks, ETFs, forex, and crypto", "category": "Financial", "baseUrl": "https://api.twelvedata.com", "docsUrl": "https://twelvedata.com/docs"},
|
|
45
|
+
{"name": "SWOP", "description": "Foreign exchange rates and currency conversion", "category": "Financial", "baseUrl": "https://swop.cx/api", "docsUrl": "https://swop.cx/documentation"},
|
|
46
|
+
{"name": "MX Platform", "description": "Financial data aggregation with AI recommendations", "category": "Financial", "baseUrl": "https://api.mx.com", "docsUrl": "https://docs.mx.com"},
|
|
47
|
+
{"name": "Unofficial CNBC", "description": "Business news and live market data", "category": "Financial", "baseUrl": "https://api.cnbc.com", "docsUrl": "https://developer.cnbc.com"},
|
|
48
|
+
{"name": "TrafficLight", "description": "Company financial health and payment risk analysis", "category": "Financial", "baseUrl": "https://api.trafficlight.com", "docsUrl": "https://trafficlight.com/docs"},
|
|
49
|
+
{"name": "KickEX", "description": "Cryptocurrency exchange data and trading", "category": "Financial", "baseUrl": "https://api.kickex.com", "docsUrl": "https://docs.kickex.com"},
|
|
50
|
+
{"name": "IBANfox", "description": "Payment validation solution for IBANs", "category": "Financial", "baseUrl": "https://api.ibanfox.com", "docsUrl": "https://ibanfox.com/api"},
|
|
51
|
+
{"name": "Marketstack", "description": "Stock market data API with historical data", "category": "Financial", "baseUrl": "https://api.marketstack.com", "docsUrl": "https://marketstack.com/documentation"},
|
|
52
|
+
{"name": "Barchart Alert", "description": "Stock market alerts and notifications", "category": "Financial", "baseUrl": "https://ondemand.websol.barchart.com", "docsUrl": "https://www.barchart.com/ondemand"},
|
|
53
|
+
{"name": "E*Trade Equity Edge", "description": "Equity trading and portfolio management", "category": "Financial", "baseUrl": "https://api.etrade.com", "docsUrl": "https://developer.etrade.com"},
|
|
54
|
+
{"name": "FactSet PA Engine", "description": "Multi-asset performance and risk analytics", "category": "Financial", "baseUrl": "https://api.factset.com", "docsUrl": "https://developer.factset.com"},
|
|
55
|
+
{"name": "Bud", "description": "Open banking aggregation and financial insights", "category": "Financial", "baseUrl": "https://api.thisisbud.com", "docsUrl": "https://docs.thisisbud.com"},
|
|
56
|
+
{"name": "Wanchain", "description": "Decentralized finance blockchain API", "category": "Financial", "baseUrl": "https://api.wanchain.org", "docsUrl": "https://wandevs.org"},
|
|
57
|
+
{"name": "Eurex Reference Data", "description": "Stock market trading data via GraphQL", "category": "Financial", "baseUrl": "https://api.eurex.com", "docsUrl": "https://developer.eurex.com"},
|
|
58
|
+
{"name": "TODASApps SEC EDGAR", "description": "SEC filings and company data", "category": "Financial", "baseUrl": "https://api.todasapps.com", "docsUrl": "https://todasapps.com/docs"},
|
|
59
|
+
{"name": "SPENDiD", "description": "Automated budget creation and refinement", "category": "Financial", "baseUrl": "https://api.spendid.io", "docsUrl": "https://spendid.io/developers"},
|
|
60
|
+
{"name": "Intrinio", "description": "Financial data feed with zero redistribution fees", "category": "Financial", "baseUrl": "https://api-v2.intrinio.com", "docsUrl": "https://docs.intrinio.com"},
|
|
61
|
+
{"name": "Hedgeable", "description": "Digital wealth management platform", "category": "Financial", "baseUrl": "https://api.hedgeable.com", "docsUrl": "https://hedgeable.com/developers"},
|
|
62
|
+
|
|
63
|
+
# BANKING APIS
|
|
64
|
+
{"name": "Dapi", "description": "Unified open banking API for financial information and payments", "category": "Banking", "baseUrl": "https://api.dapi.com", "docsUrl": "https://docs.dapi.com"},
|
|
65
|
+
{"name": "Deutsche Bank Cash Account Opening", "description": "Cash account opening via direct interface", "category": "Banking", "baseUrl": "https://api.deutschebank.com", "docsUrl": "https://developer.db.com"},
|
|
66
|
+
{"name": "Open Bank", "description": "Neobanking platform for Asia with virtual accounts", "category": "Banking", "baseUrl": "https://api.openbank.com", "docsUrl": "https://openbank.com/developers"},
|
|
67
|
+
{"name": "Shine.fr", "description": "Neobank API for accounts, transactions, and transfers", "category": "Banking", "baseUrl": "https://api.shine.fr", "docsUrl": "https://developers.shine.fr"},
|
|
68
|
+
{"name": "Up", "description": "Australian banking API for balances and transactions", "category": "Banking", "baseUrl": "https://api.up.com.au", "docsUrl": "https://developer.up.com.au"},
|
|
69
|
+
{"name": "Algoan", "description": "Online banking analytics and credit scoring", "category": "Banking", "baseUrl": "https://api.algoan.com", "docsUrl": "https://docs.algoan.com"},
|
|
70
|
+
{"name": "Green Dot", "description": "Banking data including accounts and transfers", "category": "Banking", "baseUrl": "https://api.greendot.com", "docsUrl": "https://developer.greendot.com"},
|
|
71
|
+
{"name": "Wultra NextStep", "description": "Authentication interface for fintech applications", "category": "Banking", "baseUrl": "https://api.wultra.com", "docsUrl": "https://developers.wultra.com"},
|
|
72
|
+
{"name": "Upstart Credit Decision", "description": "AI-powered credit decisions for auto and personal loans", "category": "Banking", "baseUrl": "https://api.upstart.com", "docsUrl": "https://developers.upstart.com"},
|
|
73
|
+
{"name": "Finastra", "description": "Banking APIs for treasury and payments", "category": "Banking", "baseUrl": "https://api.finastra.com", "docsUrl": "https://developer.finastra.com"},
|
|
74
|
+
{"name": "Bank of America Push Notifications", "description": "Payment request status updates and notifications", "category": "Banking", "baseUrl": "https://api.bankofamerica.com", "docsUrl": "https://developer.bankofamerica.com"},
|
|
75
|
+
{"name": "Plaid", "description": "Connect to bank accounts for transactions and identity", "category": "Banking", "baseUrl": "https://api.plaid.com", "docsUrl": "https://plaid.com/docs"},
|
|
76
|
+
{"name": "Tink", "description": "Open banking platform for account aggregation", "category": "Banking", "baseUrl": "https://api.tink.com", "docsUrl": "https://docs.tink.com"},
|
|
77
|
+
{"name": "TrueLayer", "description": "Open banking API for account data and payments", "category": "Banking", "baseUrl": "https://api.truelayer.com", "docsUrl": "https://docs.truelayer.com"},
|
|
78
|
+
{"name": "Nordigen", "description": "Free open banking API for EU banks", "category": "Banking", "baseUrl": "https://ob.nordigen.com", "docsUrl": "https://nordigen.com/en/docs"},
|
|
79
|
+
{"name": "Yapily", "description": "Open banking connectivity across Europe", "category": "Banking", "baseUrl": "https://api.yapily.com", "docsUrl": "https://docs.yapily.com"},
|
|
80
|
+
|
|
81
|
+
# SOCIAL APIS
|
|
82
|
+
{"name": "Twitter", "description": "Social networking and microblogging platform", "category": "Social", "baseUrl": "https://api.twitter.com", "docsUrl": "https://developer.twitter.com"},
|
|
83
|
+
{"name": "Facebook Graph", "description": "Access Facebook social graph data", "category": "Social", "baseUrl": "https://graph.facebook.com", "docsUrl": "https://developers.facebook.com"},
|
|
84
|
+
{"name": "Instagram Graph", "description": "Instagram content and user information", "category": "Social", "baseUrl": "https://graph.instagram.com", "docsUrl": "https://developers.facebook.com/docs/instagram-api"},
|
|
85
|
+
{"name": "LinkedIn", "description": "Professional networking platform", "category": "Social", "baseUrl": "https://api.linkedin.com", "docsUrl": "https://docs.microsoft.com/linkedin"},
|
|
86
|
+
{"name": "TikApi", "description": "Unofficial TikTok API for profile and content", "category": "Social", "baseUrl": "https://api.tikapi.io", "docsUrl": "https://tikapi.io/documentation"},
|
|
87
|
+
{"name": "Foursquare", "description": "Location-based social networking and venue data", "category": "Social", "baseUrl": "https://api.foursquare.com", "docsUrl": "https://developer.foursquare.com"},
|
|
88
|
+
{"name": "HypeAuditor", "description": "Influencer analytics and discovery", "category": "Social", "baseUrl": "https://api.hypeauditor.com", "docsUrl": "https://hypeauditor.com/api"},
|
|
89
|
+
{"name": "LunarCRUSH", "description": "Social media analytics for cryptocurrency", "category": "Social", "baseUrl": "https://api.lunarcrush.com", "docsUrl": "https://lunarcrush.com/developers"},
|
|
90
|
+
{"name": "True Social Metrics", "description": "Social media insights and analytics", "category": "Social", "baseUrl": "https://api.truesocialmetrics.com", "docsUrl": "https://truesocialmetrics.com/api"},
|
|
91
|
+
{"name": "InstaFeed", "description": "Instagram account content feed", "category": "Social", "baseUrl": "https://api.instafeed.io", "docsUrl": "https://instafeed.io/docs"},
|
|
92
|
+
{"name": "Friends+Me", "description": "Social media content scheduling", "category": "Social", "baseUrl": "https://api.friendsplus.me", "docsUrl": "https://friendsplus.me/api"},
|
|
93
|
+
{"name": "Bannerbear", "description": "Auto-generate social media visuals", "category": "Social", "baseUrl": "https://api.bannerbear.com", "docsUrl": "https://developers.bannerbear.com"},
|
|
94
|
+
{"name": "Datashake", "description": "Review and rating data extraction", "category": "Social", "baseUrl": "https://api.datashake.com", "docsUrl": "https://datashake.com/docs"},
|
|
95
|
+
{"name": "Hoaxy", "description": "Track online claims and fact checking", "category": "Social", "baseUrl": "https://api.hoaxy.iuni.iu.edu", "docsUrl": "https://rapidapi.com/truthy/api/hoaxy"},
|
|
96
|
+
{"name": "Peekalink", "description": "Get link previews with metadata", "category": "Social", "baseUrl": "https://api.peekalink.io", "docsUrl": "https://docs.peekalink.io"},
|
|
97
|
+
|
|
98
|
+
# MESSAGING APIS
|
|
99
|
+
{"name": "Route Mobile WhatsApp", "description": "WhatsApp Business messaging API", "category": "Messaging", "baseUrl": "https://api.routemobile.com", "docsUrl": "https://docs.routemobile.com"},
|
|
100
|
+
{"name": "Respond.io", "description": "Multi-channel messaging platform", "category": "Messaging", "baseUrl": "https://api.respond.io", "docsUrl": "https://docs.respond.io"},
|
|
101
|
+
{"name": "Channelize Chat", "description": "In-app user-to-user communication", "category": "Messaging", "baseUrl": "https://api.channelize.io", "docsUrl": "https://docs.channelize.io"},
|
|
102
|
+
{"name": "Redtie", "description": "Multi-channel messaging suite for businesses", "category": "Messaging", "baseUrl": "https://api.redtie.io", "docsUrl": "https://redtie.io/developers"},
|
|
103
|
+
{"name": "ChatShipper", "description": "Multi-channel messaging for contact centers", "category": "Messaging", "baseUrl": "https://api.chatshipper.com", "docsUrl": "https://developers.chatshipper.com"},
|
|
104
|
+
{"name": "SendBird", "description": "In-app chat and voice/video calling", "category": "Messaging", "baseUrl": "https://api.sendbird.com", "docsUrl": "https://sendbird.com/docs"},
|
|
105
|
+
{"name": "FreeClimb", "description": "Voice and SMS platform for enterprises", "category": "Messaging", "baseUrl": "https://api.freeclimb.com", "docsUrl": "https://docs.freeclimb.com"},
|
|
106
|
+
{"name": "smsmode", "description": "SMS messaging services", "category": "Messaging", "baseUrl": "https://api.smsmode.com", "docsUrl": "https://smsmode.com/api"},
|
|
107
|
+
{"name": "Messente", "description": "Global SMS and messaging API", "category": "Messaging", "baseUrl": "https://api.messente.com", "docsUrl": "https://messente.com/documentation"},
|
|
108
|
+
{"name": "D7SMS", "description": "Worldwide SMS messaging service", "category": "Messaging", "baseUrl": "https://api.d7sms.com", "docsUrl": "https://d7networks.com/docs"},
|
|
109
|
+
{"name": "Smooch Sunshine Conversations", "description": "Omnichannel messaging platform", "category": "Messaging", "baseUrl": "https://api.smooch.io", "docsUrl": "https://docs.smooch.io"},
|
|
110
|
+
{"name": "Tracebuzz", "description": "Social media and chat customer engagement", "category": "Messaging", "baseUrl": "https://api.tracebuzz.com", "docsUrl": "https://developers.tracebuzz.com"},
|
|
111
|
+
{"name": "Platform of Trust Message", "description": "Messaging to identities service", "category": "Messaging", "baseUrl": "https://api.oftrust.net", "docsUrl": "https://docs.oftrust.net"},
|
|
112
|
+
{"name": "Push Technology Diffusion", "description": "Real-time messaging at scale", "category": "Messaging", "baseUrl": "https://api.diffusion.cloud", "docsUrl": "https://docs.pushtechnology.com"},
|
|
113
|
+
{"name": "Mysmsmantra", "description": "Bulk SMS gateway service", "category": "Messaging", "baseUrl": "https://api.mysmsmantra.com", "docsUrl": "https://mysmsmantra.com/api"},
|
|
114
|
+
|
|
115
|
+
# ECOMMERCE APIS
|
|
116
|
+
{"name": "Amazon Product Advertising", "description": "Access Amazon product data and e-commerce", "category": "eCommerce", "baseUrl": "https://webservices.amazon.com", "docsUrl": "https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html"},
|
|
117
|
+
{"name": "Amazon Selling Partner", "description": "Manage Amazon marketplace operations", "category": "eCommerce", "baseUrl": "https://sellingpartnerapi.amazon.com", "docsUrl": "https://developer-docs.amazon.com/sp-api"},
|
|
118
|
+
{"name": "Shopify", "description": "E-commerce platform with extensive API", "category": "eCommerce", "baseUrl": "https://api.shopify.com", "docsUrl": "https://shopify.dev/api"},
|
|
119
|
+
{"name": "WooCommerce", "description": "WordPress e-commerce platform API", "category": "eCommerce", "baseUrl": "https://woocommerce.github.io/woocommerce-rest-api-docs", "docsUrl": "https://woocommerce.com/document/woocommerce-rest-api"},
|
|
120
|
+
{"name": "BigCommerce", "description": "Scalable e-commerce platform", "category": "eCommerce", "baseUrl": "https://api.bigcommerce.com", "docsUrl": "https://developer.bigcommerce.com"},
|
|
121
|
+
{"name": "Revery AI", "description": "Virtual dressing room for fashion retail", "category": "eCommerce", "baseUrl": "https://api.revery.ai", "docsUrl": "https://revery.ai/docs"},
|
|
122
|
+
{"name": "Lykdat Image Search", "description": "Visual AI fashion search", "category": "eCommerce", "baseUrl": "https://api.lykdat.com", "docsUrl": "https://docs.lykdat.com"},
|
|
123
|
+
{"name": "DataSpark", "description": "Walmart marketplace sales estimator", "category": "eCommerce", "baseUrl": "https://api.dataspark.io", "docsUrl": "https://dataspark.io/docs"},
|
|
124
|
+
{"name": "Fleetbase", "description": "API-first logistics services", "category": "eCommerce", "baseUrl": "https://api.fleetbase.io", "docsUrl": "https://docs.fleetbase.io"},
|
|
125
|
+
{"name": "ClickFunnels", "description": "Online sales funnels platform", "category": "eCommerce", "baseUrl": "https://api.clickfunnels.com", "docsUrl": "https://developers.clickfunnels.com"},
|
|
126
|
+
{"name": "Hike POS", "description": "Point of sale for retail and online", "category": "eCommerce", "baseUrl": "https://api.hikeup.com", "docsUrl": "https://hikeup.com/developers"},
|
|
127
|
+
{"name": "Retailys", "description": "Multi-marketplace e-commerce management", "category": "eCommerce", "baseUrl": "https://api.retailys.com", "docsUrl": "https://docs.retailys.com"},
|
|
128
|
+
{"name": "Commerce7", "description": "Commerce platform for wineries", "category": "eCommerce", "baseUrl": "https://api.commerce7.com", "docsUrl": "https://docs.commerce7.com"},
|
|
129
|
+
{"name": "Livemart", "description": "Custom storefront and checkout platform", "category": "eCommerce", "baseUrl": "https://api.livemart.store", "docsUrl": "https://docs.livemart.store"},
|
|
130
|
+
{"name": "Algonomy Find", "description": "Product search and recommendations", "category": "eCommerce", "baseUrl": "https://api.algonomy.com", "docsUrl": "https://docs.algonomy.com"},
|
|
131
|
+
{"name": "Intelligent Reach", "description": "Product data feed optimization", "category": "eCommerce", "baseUrl": "https://api.intelligentreach.com", "docsUrl": "https://developers.intelligentreach.com"},
|
|
132
|
+
|
|
133
|
+
# CRYPTOCURRENCY APIS
|
|
134
|
+
{"name": "Zabo", "description": "Connect any cryptocurrency account", "category": "Cryptocurrency", "baseUrl": "https://api.zabo.com", "docsUrl": "https://zabo.com/docs"},
|
|
135
|
+
{"name": "Chaingateway.io", "description": "ERC20 tokens and Ethereum integration", "category": "Cryptocurrency", "baseUrl": "https://api.chaingateway.io", "docsUrl": "https://chaingateway.io/docs"},
|
|
136
|
+
{"name": "CoinGecko", "description": "Cryptocurrency market data", "category": "Cryptocurrency", "baseUrl": "https://api.coingecko.com", "docsUrl": "https://www.coingecko.com/api/documentation"},
|
|
137
|
+
{"name": "CoinMarketCap", "description": "Cryptocurrency prices and market caps", "category": "Cryptocurrency", "baseUrl": "https://pro-api.coinmarketcap.com", "docsUrl": "https://coinmarketcap.com/api"},
|
|
138
|
+
{"name": "Binance", "description": "Cryptocurrency exchange API", "category": "Cryptocurrency", "baseUrl": "https://api.binance.com", "docsUrl": "https://binance-docs.github.io/apidocs"},
|
|
139
|
+
{"name": "Kraken", "description": "Cryptocurrency exchange and trading", "category": "Cryptocurrency", "baseUrl": "https://api.kraken.com", "docsUrl": "https://docs.kraken.com/rest"},
|
|
140
|
+
{"name": "Coinbase", "description": "Cryptocurrency platform and exchange", "category": "Cryptocurrency", "baseUrl": "https://api.coinbase.com", "docsUrl": "https://docs.cloud.coinbase.com"},
|
|
141
|
+
{"name": "MoonDEX", "description": "Cryptocurrency market data and orders", "category": "Cryptocurrency", "baseUrl": "https://api.moondex.com", "docsUrl": "https://moondex.com/api"},
|
|
142
|
+
{"name": "CryptoMood Sentiment", "description": "Crypto sentiment from social media", "category": "Cryptocurrency", "baseUrl": "https://api.cryptomood.com", "docsUrl": "https://docs.cryptomood.com"},
|
|
143
|
+
{"name": "DeCurret", "description": "Japanese cryptocurrency exchange", "category": "Cryptocurrency", "baseUrl": "https://api.decurret.com", "docsUrl": "https://decurret.com/developers"},
|
|
144
|
+
{"name": "CryptoMarket", "description": "Cryptocurrency trading API", "category": "Cryptocurrency", "baseUrl": "https://api.cryptomkt.com", "docsUrl": "https://developers.cryptomkt.com"},
|
|
145
|
+
{"name": "CryptoMeter", "description": "Cryptocurrency technical indicators", "category": "Cryptocurrency", "baseUrl": "https://api.cryptometer.io", "docsUrl": "https://cryptometer.io/api"},
|
|
146
|
+
{"name": "Blockchain Exchange", "description": "Real-time crypto market data", "category": "Cryptocurrency", "baseUrl": "https://api.blockchain.com", "docsUrl": "https://www.blockchain.com/api"},
|
|
147
|
+
{"name": "Copper", "description": "Institutional crypto custody and trading", "category": "Cryptocurrency", "baseUrl": "https://api.copper.co", "docsUrl": "https://docs.copper.co"},
|
|
148
|
+
{"name": "Zilliqa", "description": "High-performance blockchain platform", "category": "Cryptocurrency", "baseUrl": "https://api.zilliqa.com", "docsUrl": "https://dev.zilliqa.com"},
|
|
149
|
+
{"name": "FIO Protocol", "description": "Foundation for Interwallet Operability", "category": "Cryptocurrency", "baseUrl": "https://api.fio.net", "docsUrl": "https://developers.fioprotocol.io"},
|
|
150
|
+
|
|
151
|
+
# EMAIL APIS
|
|
152
|
+
{"name": "Skrapp", "description": "Email finding for lead generation", "category": "Email", "baseUrl": "https://api.skrapp.io", "docsUrl": "https://skrapp.io/api"},
|
|
153
|
+
{"name": "Coresender", "description": "Transactional email delivery service", "category": "Email", "baseUrl": "https://api.coresender.com", "docsUrl": "https://docs.coresender.com"},
|
|
154
|
+
{"name": "Return Path", "description": "Email deliverability and validation", "category": "Email", "baseUrl": "https://api.returnpath.com", "docsUrl": "https://returnpath.com/api"},
|
|
155
|
+
{"name": "Verimail", "description": "Email address verification service", "category": "Email", "baseUrl": "https://api.verimail.io", "docsUrl": "https://verimail.io/docs"},
|
|
156
|
+
{"name": "Nylas Email", "description": "Email sync and management", "category": "Email", "baseUrl": "https://api.nylas.com", "docsUrl": "https://developer.nylas.com"},
|
|
157
|
+
{"name": "Snov.io", "description": "Email finder and verification", "category": "Email", "baseUrl": "https://api.snov.io", "docsUrl": "https://snov.io/api"},
|
|
158
|
+
{"name": "Proofy", "description": "Bulk email cleaning service", "category": "Email", "baseUrl": "https://api.proofy.io", "docsUrl": "https://proofy.io/api"},
|
|
159
|
+
{"name": "MailBluster", "description": "Email marketing and leads", "category": "Email", "baseUrl": "https://api.mailbluster.com", "docsUrl": "https://mailbluster.com/docs"},
|
|
160
|
+
{"name": "Mailchimp", "description": "Email marketing platform", "category": "Email", "baseUrl": "https://api.mailchimp.com", "docsUrl": "https://mailchimp.com/developer"},
|
|
161
|
+
{"name": "SendGrid", "description": "Email delivery and marketing", "category": "Email", "baseUrl": "https://api.sendgrid.com", "docsUrl": "https://docs.sendgrid.com"},
|
|
162
|
+
{"name": "Mailgun", "description": "Email API for developers", "category": "Email", "baseUrl": "https://api.mailgun.net", "docsUrl": "https://documentation.mailgun.com"},
|
|
163
|
+
{"name": "Postmark", "description": "Transactional email service", "category": "Email", "baseUrl": "https://api.postmarkapp.com", "docsUrl": "https://postmarkapp.com/developer"},
|
|
164
|
+
{"name": "Amazon SES", "description": "Scalable email sending service", "category": "Email", "baseUrl": "https://email.us-east-1.amazonaws.com", "docsUrl": "https://docs.aws.amazon.com/ses"},
|
|
165
|
+
{"name": "Resend", "description": "Modern email API for developers", "category": "Email", "baseUrl": "https://api.resend.com", "docsUrl": "https://resend.com/docs"},
|
|
166
|
+
{"name": "Missive", "description": "Team email and chat", "category": "Email", "baseUrl": "https://api.missiveapp.com", "docsUrl": "https://missiveapp.com/help/api"},
|
|
167
|
+
|
|
168
|
+
# TELEPHONY APIS
|
|
169
|
+
{"name": "Twilio", "description": "Cloud communications platform", "category": "Telephony", "baseUrl": "https://api.twilio.com", "docsUrl": "https://www.twilio.com/docs"},
|
|
170
|
+
{"name": "Vonage (Nexmo)", "description": "Communications APIs for messaging and voice", "category": "Telephony", "baseUrl": "https://api.nexmo.com", "docsUrl": "https://developer.vonage.com"},
|
|
171
|
+
{"name": "Telnyx", "description": "Communications platform for voice, messaging", "category": "Telephony", "baseUrl": "https://api.telnyx.com", "docsUrl": "https://developers.telnyx.com"},
|
|
172
|
+
{"name": "Toku", "description": "Telecom solutions for Asia", "category": "Telephony", "baseUrl": "https://api.toku.co", "docsUrl": "https://docs.toku.co"},
|
|
173
|
+
{"name": "DialogTech", "description": "Conversational intelligence for calls", "category": "Telephony", "baseUrl": "https://api.dialogtech.com", "docsUrl": "https://developers.dialogtech.com"},
|
|
174
|
+
{"name": "MyOperator", "description": "Business phone system features", "category": "Telephony", "baseUrl": "https://api.myoperator.com", "docsUrl": "https://myoperator.com/api"},
|
|
175
|
+
{"name": "ReminderCall.com", "description": "Automated appointment reminders", "category": "Telephony", "baseUrl": "https://api.remindercall.com", "docsUrl": "https://remindercall.com/api"},
|
|
176
|
+
{"name": "Tropo Scripting", "description": "Voice and SMS application platform", "category": "Telephony", "baseUrl": "https://api.tropo.com", "docsUrl": "https://www.tropo.com/docs"},
|
|
177
|
+
{"name": "Plivo", "description": "Cloud communications API", "category": "Telephony", "baseUrl": "https://api.plivo.com", "docsUrl": "https://www.plivo.com/docs"},
|
|
178
|
+
{"name": "Bandwidth", "description": "Enterprise communications platform", "category": "Telephony", "baseUrl": "https://api.bandwidth.com", "docsUrl": "https://dev.bandwidth.com"},
|
|
179
|
+
{"name": "Textita Temporary Phone", "description": "Temporary SMS numbers for verification", "category": "Telephony", "baseUrl": "https://api.textita.com", "docsUrl": "https://textita.com/api"},
|
|
180
|
+
{"name": "BigDataCloud Phone Validation", "description": "Phone number validation by IP", "category": "Telephony", "baseUrl": "https://api.bigdatacloud.net", "docsUrl": "https://www.bigdatacloud.com/docs"},
|
|
181
|
+
|
|
182
|
+
# SHIPPING APIS
|
|
183
|
+
{"name": "Postnord", "description": "Nordic postal and logistics services", "category": "Shipping", "baseUrl": "https://api.postnord.com", "docsUrl": "https://developer.postnord.com"},
|
|
184
|
+
{"name": "Linescape", "description": "Shipping schedule data from carriers", "category": "Shipping", "baseUrl": "https://api.linescape.com", "docsUrl": "https://linescape.com/api"},
|
|
185
|
+
{"name": "Trunkrs", "description": "Crowd-sourced package delivery", "category": "Shipping", "baseUrl": "https://api.trunkrs.nl", "docsUrl": "https://docs.trunkrs.nl"},
|
|
186
|
+
{"name": "Super Dispatch Shipper", "description": "Car shipping and logistics", "category": "Shipping", "baseUrl": "https://api.superdispatch.com", "docsUrl": "https://developers.superdispatch.com"},
|
|
187
|
+
{"name": "Freight Club", "description": "Freight shipping integration", "category": "Shipping", "baseUrl": "https://api.freightclub.com", "docsUrl": "https://freightclub.com/api"},
|
|
188
|
+
{"name": "Beetrack", "description": "Real-time delivery tracking", "category": "Shipping", "baseUrl": "https://api.beetrack.com", "docsUrl": "https://beetrack.com/api"},
|
|
189
|
+
{"name": "Coyote Logistics", "description": "Logistics and supply chain by UPS", "category": "Shipping", "baseUrl": "https://api.coyote.com", "docsUrl": "https://developers.coyote.com"},
|
|
190
|
+
{"name": "FedEx", "description": "Global shipping and logistics", "category": "Shipping", "baseUrl": "https://apis.fedex.com", "docsUrl": "https://developer.fedex.com"},
|
|
191
|
+
{"name": "UPS", "description": "Package delivery and logistics", "category": "Shipping", "baseUrl": "https://onlinetools.ups.com", "docsUrl": "https://developer.ups.com"},
|
|
192
|
+
{"name": "USPS Web Tools", "description": "US Postal Service shipping APIs", "category": "Shipping", "baseUrl": "https://secure.shippingapis.com", "docsUrl": "https://www.usps.com/business/web-tools-apis"},
|
|
193
|
+
{"name": "3D Bin Packing", "description": "ML-powered container packing optimization", "category": "Shipping", "baseUrl": "https://api.3dbinpacking.com", "docsUrl": "https://3dbinpacking.com/docs"},
|
|
194
|
+
{"name": "Deliverect", "description": "Restaurant delivery channel integration", "category": "Shipping", "baseUrl": "https://api.deliverect.com", "docsUrl": "https://docs.deliverect.com"},
|
|
195
|
+
{"name": "ShipEngine", "description": "Multi-carrier shipping API", "category": "Shipping", "baseUrl": "https://api.shipengine.com", "docsUrl": "https://www.shipengine.com/docs"},
|
|
196
|
+
{"name": "EasyPost", "description": "Shipping API for e-commerce", "category": "Shipping", "baseUrl": "https://api.easypost.com", "docsUrl": "https://www.easypost.com/docs"},
|
|
197
|
+
|
|
198
|
+
# CHAT APIS
|
|
199
|
+
{"name": "Chatwee", "description": "Chat platform for remote teams", "category": "Chat", "baseUrl": "https://api.chatwee.com", "docsUrl": "https://www.chatwee.com/api"},
|
|
200
|
+
{"name": "Gitter", "description": "Chat for developers on GitLab/GitHub", "category": "Chat", "baseUrl": "https://api.gitter.im", "docsUrl": "https://developer.gitter.im"},
|
|
201
|
+
{"name": "Live Helper Chat", "description": "Open source chat features", "category": "Chat", "baseUrl": "https://api.livehelperchat.com", "docsUrl": "https://livehelperchat.com/article/api"},
|
|
202
|
+
{"name": "Crisp", "description": "Customer messaging platform", "category": "Chat", "baseUrl": "https://api.crisp.chat", "docsUrl": "https://docs.crisp.chat"},
|
|
203
|
+
{"name": "NativeChat", "description": "Chatbot conversations and messages", "category": "Chat", "baseUrl": "https://api.nativechat.com", "docsUrl": "https://docs.nativechat.com"},
|
|
204
|
+
{"name": "DaniWeb Connect", "description": "Tech community matching and connection", "category": "Chat", "baseUrl": "https://api.daniweb.com", "docsUrl": "https://www.daniweb.com/api"},
|
|
205
|
+
{"name": "Kommunicate", "description": "Customer support with human and bot interactions", "category": "Chat", "baseUrl": "https://api.kommunicate.io", "docsUrl": "https://docs.kommunicate.io"},
|
|
206
|
+
{"name": "Smartly.ai", "description": "AI-powered chatbots", "category": "Chat", "baseUrl": "https://api.smartly.ai", "docsUrl": "https://docs.smartly.ai"},
|
|
207
|
+
{"name": "TalkPush", "description": "HR chatbot for job applicants", "category": "Chat", "baseUrl": "https://api.talkpush.com", "docsUrl": "https://developers.talkpush.com"},
|
|
208
|
+
{"name": "DIM", "description": "Decentralized chat with blockchain", "category": "Chat", "baseUrl": "https://api.dim.chat", "docsUrl": "https://dim.chat/developers"},
|
|
209
|
+
{"name": "Gladly", "description": "Customer service platform with chat", "category": "Chat", "baseUrl": "https://api.gladly.com", "docsUrl": "https://developer.gladly.com"},
|
|
210
|
+
{"name": "Apple Business Chat", "description": "Business messaging via Apple Messages", "category": "Chat", "baseUrl": "https://api.apple.com", "docsUrl": "https://developer.apple.com/business-chat"},
|
|
211
|
+
{"name": "Intercom", "description": "Customer messaging platform", "category": "Chat", "baseUrl": "https://api.intercom.io", "docsUrl": "https://developers.intercom.com"},
|
|
212
|
+
{"name": "Zendesk Chat", "description": "Live chat for customer support", "category": "Chat", "baseUrl": "https://api.zopim.com", "docsUrl": "https://developer.zendesk.com/api-reference/live-chat"},
|
|
213
|
+
{"name": "Drift", "description": "Conversational marketing platform", "category": "Chat", "baseUrl": "https://api.drift.com", "docsUrl": "https://devdocs.drift.com"},
|
|
214
|
+
|
|
215
|
+
# NOTIFICATIONS APIS
|
|
216
|
+
{"name": "SIGNL4", "description": "Mobile alerting and notifications", "category": "Notifications", "baseUrl": "https://connect.signl4.com", "docsUrl": "https://www.signl4.com/developers"},
|
|
217
|
+
{"name": "OneSignal", "description": "Push notification service", "category": "Notifications", "baseUrl": "https://onesignal.com/api", "docsUrl": "https://documentation.onesignal.com"},
|
|
218
|
+
{"name": "Pushover", "description": "Simple push notifications", "category": "Notifications", "baseUrl": "https://api.pushover.net", "docsUrl": "https://pushover.net/api"},
|
|
219
|
+
{"name": "Pusher", "description": "Real-time notifications and messaging", "category": "Notifications", "baseUrl": "https://api.pusher.com", "docsUrl": "https://pusher.com/docs"},
|
|
220
|
+
{"name": "Firebase Cloud Messaging", "description": "Cross-platform push notifications", "category": "Notifications", "baseUrl": "https://fcm.googleapis.com", "docsUrl": "https://firebase.google.com/docs/cloud-messaging"},
|
|
221
|
+
{"name": "Amazon SNS", "description": "Scalable notification service", "category": "Notifications", "baseUrl": "https://sns.us-east-1.amazonaws.com", "docsUrl": "https://docs.aws.amazon.com/sns"},
|
|
222
|
+
{"name": "Trimble Event Notifications", "description": "Trip management notifications", "category": "Notifications", "baseUrl": "https://api.trimble.com", "docsUrl": "https://developer.trimble.com"},
|
|
223
|
+
{"name": "Nanotify", "description": "Event notifications service", "category": "Notifications", "baseUrl": "https://api.nanotify.io", "docsUrl": "https://nanotify.io/docs"},
|
|
224
|
+
{"name": "Clubhouse Webhooks", "description": "Project management event notifications", "category": "Notifications", "baseUrl": "https://api.clubhouse.io", "docsUrl": "https://shortcut.com/api"},
|
|
225
|
+
{"name": "Prompty Server", "description": "Web push notification service", "category": "Notifications", "baseUrl": "https://api.prompty.io", "docsUrl": "https://prompty.io/docs"},
|
|
226
|
+
|
|
227
|
+
# INVOICING APIS
|
|
228
|
+
{"name": "Green Invoice", "description": "Invoice management for businesses", "category": "Invoicing", "baseUrl": "https://api.greeninvoice.co.il", "docsUrl": "https://greeninvoice.co.il/api"},
|
|
229
|
+
{"name": "Space Invoices", "description": "Developer-oriented invoicing", "category": "Invoicing", "baseUrl": "https://api.spaceinvoices.com", "docsUrl": "https://spaceinvoices.com/docs"},
|
|
230
|
+
{"name": "Facturama", "description": "Mexican market invoicing tools", "category": "Invoicing", "baseUrl": "https://api.facturama.mx", "docsUrl": "https://facturama.mx/api"},
|
|
231
|
+
{"name": "Envoice", "description": "Invoicing automation", "category": "Invoicing", "baseUrl": "https://api.envoice.in", "docsUrl": "https://envoice.in/docs"},
|
|
232
|
+
{"name": "PayPal Invoicing", "description": "Create and send invoices via PayPal", "category": "Invoicing", "baseUrl": "https://api.paypal.com", "docsUrl": "https://developer.paypal.com/docs/invoicing"},
|
|
233
|
+
{"name": "Crowdz", "description": "Business payments and invoice financing", "category": "Invoicing", "baseUrl": "https://api.crowdz.io", "docsUrl": "https://crowdz.io/developers"},
|
|
234
|
+
{"name": "Contract.fit", "description": "Intelligent document automation", "category": "Invoicing", "baseUrl": "https://api.contract.fit", "docsUrl": "https://contract.fit/api"},
|
|
235
|
+
{"name": "Request Network", "description": "Blockchain-based invoicing", "category": "Invoicing", "baseUrl": "https://api.request.network", "docsUrl": "https://docs.request.network"},
|
|
236
|
+
{"name": "Infrrd", "description": "Invoice data extraction with AI", "category": "Invoicing", "baseUrl": "https://api.infrrd.ai", "docsUrl": "https://docs.infrrd.ai"},
|
|
237
|
+
{"name": "Rossum Elis", "description": "AI invoice extraction", "category": "Invoicing", "baseUrl": "https://api.elis.rossum.ai", "docsUrl": "https://elis.rossum.ai/docs"},
|
|
238
|
+
{"name": "Datamolino", "description": "Invoice OCR data capture", "category": "Invoicing", "baseUrl": "https://api.datamolino.com", "docsUrl": "https://datamolino.com/api"},
|
|
239
|
+
{"name": "TaxRates.io", "description": "VAT and GST rate changes", "category": "Invoicing", "baseUrl": "https://api.taxrates.io", "docsUrl": "https://taxrates.io/docs"},
|
|
240
|
+
|
|
241
|
+
# ACCOUNTING APIS
|
|
242
|
+
{"name": "Xero", "description": "Cloud accounting software", "category": "Accounting", "baseUrl": "https://api.xero.com", "docsUrl": "https://developer.xero.com"},
|
|
243
|
+
{"name": "QuickBooks Online", "description": "Small business accounting", "category": "Accounting", "baseUrl": "https://quickbooks.api.intuit.com", "docsUrl": "https://developer.intuit.com/app/developer/qbo/docs"},
|
|
244
|
+
{"name": "FreshBooks", "description": "Invoicing and accounting for small business", "category": "Accounting", "baseUrl": "https://api.freshbooks.com", "docsUrl": "https://www.freshbooks.com/api"},
|
|
245
|
+
{"name": "Sage One", "description": "Cloud accounting for small business", "category": "Accounting", "baseUrl": "https://api.sageone.com", "docsUrl": "https://developer.sage.com"},
|
|
246
|
+
{"name": "Wave Accounting", "description": "Free accounting for small business", "category": "Accounting", "baseUrl": "https://api.waveapps.com", "docsUrl": "https://developer.waveapps.com"},
|
|
247
|
+
{"name": "Zoho Books", "description": "Online accounting software", "category": "Accounting", "baseUrl": "https://books.zoho.com/api", "docsUrl": "https://www.zoho.com/books/api"},
|
|
248
|
+
{"name": "MYOB", "description": "Australian accounting software", "category": "Accounting", "baseUrl": "https://api.myob.com", "docsUrl": "https://developer.myob.com"},
|
|
249
|
+
{"name": "Exact Online", "description": "Business software for SMBs", "category": "Accounting", "baseUrl": "https://start.exactonline.com", "docsUrl": "https://support.exactonline.com/community/s/knowledge-base"},
|
|
250
|
+
{"name": "PayTraq", "description": "Accounting and POS integration", "category": "Accounting", "baseUrl": "https://api.paytraq.com", "docsUrl": "https://paytraq.com/api"},
|
|
251
|
+
{"name": "Blackbaud SKY Accounts Payable", "description": "Non-profit accounting", "category": "Accounting", "baseUrl": "https://api.sky.blackbaud.com", "docsUrl": "https://developer.blackbaud.com"},
|
|
252
|
+
{"name": "ZipBooks", "description": "Free invoicing for small business", "category": "Accounting", "baseUrl": "https://api.zipbooks.com", "docsUrl": "https://zipbooks.com/developers"},
|
|
253
|
+
{"name": "FastBill", "description": "Billing for small and medium business", "category": "Accounting", "baseUrl": "https://api.fastbill.com", "docsUrl": "https://fastbill.com/api"},
|
|
254
|
+
{"name": "Everhour", "description": "Time tracking and invoicing", "category": "Accounting", "baseUrl": "https://api.everhour.com", "docsUrl": "https://everhour.docs.apiary.io"},
|
|
255
|
+
{"name": "Reviso", "description": "Online accounting for SMBs", "category": "Accounting", "baseUrl": "https://rest.reviso.com", "docsUrl": "https://rest.reviso.com/documentation"},
|
|
256
|
+
{"name": "Common Ledger", "description": "Accounting automation platform", "category": "Accounting", "baseUrl": "https://api.commonledger.com", "docsUrl": "https://commonledger.com/api"},
|
|
257
|
+
|
|
258
|
+
# ADDITIONAL POPULAR APIS
|
|
259
|
+
{"name": "Google Maps", "description": "Maps, directions, and geolocation", "category": "Mapping", "baseUrl": "https://maps.googleapis.com", "docsUrl": "https://developers.google.com/maps"},
|
|
260
|
+
{"name": "OpenWeatherMap", "description": "Weather data and forecasts", "category": "Weather", "baseUrl": "https://api.openweathermap.org", "docsUrl": "https://openweathermap.org/api"},
|
|
261
|
+
{"name": "YouTube Data API", "description": "Video platform integration", "category": "Video", "baseUrl": "https://www.googleapis.com/youtube", "docsUrl": "https://developers.google.com/youtube"},
|
|
262
|
+
{"name": "Spotify", "description": "Music streaming platform", "category": "Music", "baseUrl": "https://api.spotify.com", "docsUrl": "https://developer.spotify.com"},
|
|
263
|
+
{"name": "GitHub", "description": "Code hosting and collaboration", "category": "Developer Tools", "baseUrl": "https://api.github.com", "docsUrl": "https://docs.github.com/rest"},
|
|
264
|
+
{"name": "Slack", "description": "Team communication platform", "category": "Collaboration", "baseUrl": "https://slack.com/api", "docsUrl": "https://api.slack.com"},
|
|
265
|
+
{"name": "Discord", "description": "Gaming and community chat", "category": "Chat", "baseUrl": "https://discord.com/api", "docsUrl": "https://discord.com/developers"},
|
|
266
|
+
{"name": "Dropbox", "description": "Cloud file storage and sharing", "category": "Storage", "baseUrl": "https://api.dropboxapi.com", "docsUrl": "https://www.dropbox.com/developers"},
|
|
267
|
+
{"name": "Google Drive", "description": "Cloud storage and collaboration", "category": "Storage", "baseUrl": "https://www.googleapis.com/drive", "docsUrl": "https://developers.google.com/drive"},
|
|
268
|
+
{"name": "Notion", "description": "Workspace and note-taking platform", "category": "Productivity", "baseUrl": "https://api.notion.com", "docsUrl": "https://developers.notion.com"},
|
|
269
|
+
{"name": "Airtable", "description": "Database and spreadsheet hybrid", "category": "Database", "baseUrl": "https://api.airtable.com", "docsUrl": "https://airtable.com/developers"},
|
|
270
|
+
{"name": "Calendly", "description": "Scheduling and appointment booking", "category": "Scheduling", "baseUrl": "https://api.calendly.com", "docsUrl": "https://developer.calendly.com"},
|
|
271
|
+
{"name": "HubSpot", "description": "CRM and marketing automation", "category": "CRM", "baseUrl": "https://api.hubapi.com", "docsUrl": "https://developers.hubspot.com"},
|
|
272
|
+
{"name": "Salesforce", "description": "Enterprise CRM platform", "category": "CRM", "baseUrl": "https://login.salesforce.com", "docsUrl": "https://developer.salesforce.com"},
|
|
273
|
+
{"name": "Zapier", "description": "Workflow automation platform", "category": "Automation", "baseUrl": "https://api.zapier.com", "docsUrl": "https://platform.zapier.com"},
|
|
274
|
+
{"name": "Make (Integromat)", "description": "Visual automation platform", "category": "Automation", "baseUrl": "https://api.make.com", "docsUrl": "https://www.make.com/en/api-documentation"},
|
|
275
|
+
{"name": "n8n", "description": "Open source workflow automation", "category": "Automation", "baseUrl": "https://api.n8n.io", "docsUrl": "https://docs.n8n.io/api"},
|
|
276
|
+
{"name": "Auth0", "description": "Identity and access management", "category": "Authentication", "baseUrl": "https://YOUR_DOMAIN.auth0.com", "docsUrl": "https://auth0.com/docs"},
|
|
277
|
+
{"name": "Okta", "description": "Enterprise identity management", "category": "Authentication", "baseUrl": "https://YOUR_ORG.okta.com", "docsUrl": "https://developer.okta.com"},
|
|
278
|
+
{"name": "Clerk", "description": "User authentication for developers", "category": "Authentication", "baseUrl": "https://api.clerk.dev", "docsUrl": "https://clerk.com/docs"},
|
|
279
|
+
]
|
|
280
|
+
|
|
281
|
+
def main():
|
|
282
|
+
# Load existing APIs to check for duplicates
|
|
283
|
+
existing_names = set()
|
|
284
|
+
try:
|
|
285
|
+
with open('/Users/gustavhemmingsson/Projects/apiclaw/data/combined-02-27-05.json', 'r') as f:
|
|
286
|
+
existing = json.load(f)
|
|
287
|
+
existing_names = {api.get('name', '').lower() for api in existing}
|
|
288
|
+
except Exception as e:
|
|
289
|
+
print(f"Could not load existing APIs: {e}")
|
|
290
|
+
|
|
291
|
+
# Filter out duplicates
|
|
292
|
+
new_apis = []
|
|
293
|
+
for api in PWEB_APIS:
|
|
294
|
+
if api['name'].lower() not in existing_names:
|
|
295
|
+
new_apis.append({
|
|
296
|
+
"name": api['name'],
|
|
297
|
+
"description": api['description'],
|
|
298
|
+
"category": api['category'],
|
|
299
|
+
"baseUrl": api.get('baseUrl', ''),
|
|
300
|
+
"docsUrl": api.get('docsUrl', ''),
|
|
301
|
+
"source": "programmableweb_archive",
|
|
302
|
+
"addedAt": datetime.now().isoformat()
|
|
303
|
+
})
|
|
304
|
+
existing_names.add(api['name'].lower())
|
|
305
|
+
|
|
306
|
+
# Save to file
|
|
307
|
+
output_path = f'/Users/gustavhemmingsson/Projects/apiclaw/data/expansion-pweb-{datetime.now().strftime("%Y%m%d")}.json'
|
|
308
|
+
with open(output_path, 'w') as f:
|
|
309
|
+
json.dump(new_apis, f, indent=2)
|
|
310
|
+
|
|
311
|
+
print(f"Saved {len(new_apis)} new APIs to {output_path}")
|
|
312
|
+
print(f"Skipped {len(PWEB_APIS) - len(new_apis)} duplicates")
|
|
313
|
+
|
|
314
|
+
# Print category breakdown
|
|
315
|
+
categories = {}
|
|
316
|
+
for api in new_apis:
|
|
317
|
+
cat = api['category']
|
|
318
|
+
categories[cat] = categories.get(cat, 0) + 1
|
|
319
|
+
|
|
320
|
+
print("\nCategory breakdown:")
|
|
321
|
+
for cat, count in sorted(categories.items(), key=lambda x: -x[1]):
|
|
322
|
+
print(f" {cat}: {count}")
|
|
323
|
+
|
|
324
|
+
if __name__ == "__main__":
|
|
325
|
+
main()
|
|
326
|
+
|
|
327
|
+
# ADDITIONAL APIs from ProgrammableWeb Archive - Expanding to 500+
|
|
328
|
+
MORE_APIS = [
|
|
329
|
+
# More Payment APIs
|
|
330
|
+
{"name": "Klarna", "description": "Buy now pay later payment solution", "category": "Payments", "baseUrl": "https://api.klarna.com", "docsUrl": "https://docs.klarna.com"},
|
|
331
|
+
{"name": "Affirm", "description": "Buy now pay later financing", "category": "Payments", "baseUrl": "https://api.affirm.com", "docsUrl": "https://docs.affirm.com"},
|
|
332
|
+
{"name": "Afterpay", "description": "Installment payment solution", "category": "Payments", "baseUrl": "https://global-api.afterpay.com", "docsUrl": "https://developers.afterpay.com"},
|
|
333
|
+
{"name": "Mollie", "description": "European payment provider", "category": "Payments", "baseUrl": "https://api.mollie.com", "docsUrl": "https://docs.mollie.com"},
|
|
334
|
+
{"name": "Checkout.com", "description": "Payment processing platform", "category": "Payments", "baseUrl": "https://api.checkout.com", "docsUrl": "https://api-reference.checkout.com"},
|
|
335
|
+
{"name": "GoCardless", "description": "Direct debit payments", "category": "Payments", "baseUrl": "https://api.gocardless.com", "docsUrl": "https://developer.gocardless.com"},
|
|
336
|
+
{"name": "Payoneer", "description": "Cross-border payments", "category": "Payments", "baseUrl": "https://api.payoneer.com", "docsUrl": "https://payoneer.com/developers"},
|
|
337
|
+
{"name": "Paysafe", "description": "Payment processing solutions", "category": "Payments", "baseUrl": "https://api.paysafe.com", "docsUrl": "https://developer.paysafe.com"},
|
|
338
|
+
{"name": "Revolut Business", "description": "Business banking and payments", "category": "Payments", "baseUrl": "https://api.revolut.com", "docsUrl": "https://developer.revolut.com"},
|
|
339
|
+
{"name": "Transferwise (Wise)", "description": "International money transfers", "category": "Payments", "baseUrl": "https://api.transferwise.com", "docsUrl": "https://api-docs.wise.com"},
|
|
340
|
+
{"name": "Razorpay", "description": "Indian payment gateway", "category": "Payments", "baseUrl": "https://api.razorpay.com", "docsUrl": "https://razorpay.com/docs"},
|
|
341
|
+
{"name": "Paytm", "description": "Indian digital payments", "category": "Payments", "baseUrl": "https://developer.paytm.com", "docsUrl": "https://developer.paytm.com/docs"},
|
|
342
|
+
{"name": "Mercado Pago", "description": "Latin American payments", "category": "Payments", "baseUrl": "https://api.mercadopago.com", "docsUrl": "https://www.mercadopago.com/developers"},
|
|
343
|
+
{"name": "Paystack", "description": "African payment processing", "category": "Payments", "baseUrl": "https://api.paystack.co", "docsUrl": "https://paystack.com/docs/api"},
|
|
344
|
+
{"name": "Flutterwave", "description": "African payments infrastructure", "category": "Payments", "baseUrl": "https://api.flutterwave.com", "docsUrl": "https://developer.flutterwave.com"},
|
|
345
|
+
{"name": "2Checkout", "description": "Global digital commerce", "category": "Payments", "baseUrl": "https://api.2checkout.com", "docsUrl": "https://verifone.cloud/api-doc"},
|
|
346
|
+
{"name": "FastSpring", "description": "E-commerce payment platform", "category": "Payments", "baseUrl": "https://api.fastspring.com", "docsUrl": "https://fastspring.com/docs"},
|
|
347
|
+
{"name": "Paddle", "description": "SaaS payment infrastructure", "category": "Payments", "baseUrl": "https://api.paddle.com", "docsUrl": "https://developer.paddle.com"},
|
|
348
|
+
{"name": "Chargebee", "description": "Subscription billing", "category": "Payments", "baseUrl": "https://api.chargebee.com", "docsUrl": "https://apidocs.chargebee.com"},
|
|
349
|
+
{"name": "Recurly", "description": "Subscription management", "category": "Payments", "baseUrl": "https://api.recurly.com", "docsUrl": "https://developers.recurly.com"},
|
|
350
|
+
{"name": "ChargeBee", "description": "Revenue operations platform", "category": "Payments", "baseUrl": "https://api.chargebee.com", "docsUrl": "https://apidocs.chargebee.com"},
|
|
351
|
+
|
|
352
|
+
# More eCommerce APIs
|
|
353
|
+
{"name": "Magento", "description": "E-commerce platform", "category": "eCommerce", "baseUrl": "https://magento.software/api", "docsUrl": "https://devdocs.magento.com"},
|
|
354
|
+
{"name": "PrestaShop", "description": "Open source e-commerce", "category": "eCommerce", "baseUrl": "https://api.prestashop.com", "docsUrl": "https://devdocs.prestashop-project.org"},
|
|
355
|
+
{"name": "Etsy", "description": "Handmade marketplace", "category": "eCommerce", "baseUrl": "https://api.etsy.com", "docsUrl": "https://developers.etsy.com"},
|
|
356
|
+
{"name": "eBay", "description": "Online marketplace", "category": "eCommerce", "baseUrl": "https://api.ebay.com", "docsUrl": "https://developer.ebay.com"},
|
|
357
|
+
{"name": "Walmart", "description": "Retail marketplace API", "category": "eCommerce", "baseUrl": "https://developer.walmart.com", "docsUrl": "https://developer.walmart.com/api-reference"},
|
|
358
|
+
{"name": "Best Buy", "description": "Electronics retailer API", "category": "eCommerce", "baseUrl": "https://api.bestbuy.com", "docsUrl": "https://developer.bestbuy.com"},
|
|
359
|
+
{"name": "Target", "description": "Retail chain API", "category": "eCommerce", "baseUrl": "https://api.target.com", "docsUrl": "https://developer.target.com"},
|
|
360
|
+
{"name": "Alibaba", "description": "Chinese e-commerce giant", "category": "eCommerce", "baseUrl": "https://api.alibaba.com", "docsUrl": "https://developers.alibaba.com"},
|
|
361
|
+
{"name": "AliExpress", "description": "International marketplace", "category": "eCommerce", "baseUrl": "https://api.aliexpress.com", "docsUrl": "https://developers.aliexpress.com"},
|
|
362
|
+
{"name": "Wish", "description": "Mobile shopping platform", "category": "eCommerce", "baseUrl": "https://api.wish.com", "docsUrl": "https://merchant.wish.com/developer"},
|
|
363
|
+
{"name": "Printful", "description": "Print-on-demand service", "category": "eCommerce", "baseUrl": "https://api.printful.com", "docsUrl": "https://www.printful.com/docs"},
|
|
364
|
+
{"name": "Printify", "description": "Print-on-demand platform", "category": "eCommerce", "baseUrl": "https://api.printify.com", "docsUrl": "https://developers.printify.com"},
|
|
365
|
+
{"name": "Oberlo", "description": "Dropshipping platform", "category": "eCommerce", "baseUrl": "https://api.oberlo.com", "docsUrl": "https://www.oberlo.com/api"},
|
|
366
|
+
{"name": "Spocket", "description": "Dropshipping marketplace", "category": "eCommerce", "baseUrl": "https://api.spocket.co", "docsUrl": "https://www.spocket.co/integrations"},
|
|
367
|
+
{"name": "Snipcart", "description": "Shopping cart platform", "category": "eCommerce", "baseUrl": "https://api.snipcart.com", "docsUrl": "https://docs.snipcart.com"},
|
|
368
|
+
{"name": "Gumroad", "description": "Creator commerce platform", "category": "eCommerce", "baseUrl": "https://api.gumroad.com", "docsUrl": "https://app.gumroad.com/api"},
|
|
369
|
+
{"name": "Lemonsqueezy", "description": "Digital product sales", "category": "eCommerce", "baseUrl": "https://api.lemonsqueezy.com", "docsUrl": "https://docs.lemonsqueezy.com"},
|
|
370
|
+
{"name": "Square Commerce", "description": "Omnichannel commerce", "category": "eCommerce", "baseUrl": "https://connect.squareup.com", "docsUrl": "https://developer.squareup.com"},
|
|
371
|
+
{"name": "Shippo", "description": "Shipping API", "category": "Shipping", "baseUrl": "https://api.goshippo.com", "docsUrl": "https://goshippo.com/docs"},
|
|
372
|
+
{"name": "Shipstation", "description": "Shipping management", "category": "Shipping", "baseUrl": "https://ssapi.shipstation.com", "docsUrl": "https://www.shipstation.com/docs"},
|
|
373
|
+
|
|
374
|
+
# More Financial APIs
|
|
375
|
+
{"name": "Alpha Vantage", "description": "Stock and forex data", "category": "Financial", "baseUrl": "https://www.alphavantage.co", "docsUrl": "https://www.alphavantage.co/documentation"},
|
|
376
|
+
{"name": "IEX Cloud", "description": "Financial data platform", "category": "Financial", "baseUrl": "https://cloud.iexapis.com", "docsUrl": "https://iexcloud.io/docs"},
|
|
377
|
+
{"name": "Polygon.io", "description": "Real-time market data", "category": "Financial", "baseUrl": "https://api.polygon.io", "docsUrl": "https://polygon.io/docs"},
|
|
378
|
+
{"name": "Finnhub", "description": "Stock API and market data", "category": "Financial", "baseUrl": "https://finnhub.io/api", "docsUrl": "https://finnhub.io/docs/api"},
|
|
379
|
+
{"name": "Yahoo Finance", "description": "Financial news and data", "category": "Financial", "baseUrl": "https://query1.finance.yahoo.com", "docsUrl": "https://www.yahoofinanceapi.com"},
|
|
380
|
+
{"name": "Quandl", "description": "Financial and economic data", "category": "Financial", "baseUrl": "https://www.quandl.com/api", "docsUrl": "https://docs.quandl.com"},
|
|
381
|
+
{"name": "FRED", "description": "Federal Reserve economic data", "category": "Financial", "baseUrl": "https://api.stlouisfed.org", "docsUrl": "https://fred.stlouisfed.org/docs/api"},
|
|
382
|
+
{"name": "World Bank", "description": "Global development data", "category": "Financial", "baseUrl": "https://api.worldbank.org", "docsUrl": "https://datahelpdesk.worldbank.org/knowledgebase"},
|
|
383
|
+
{"name": "Open Exchange Rates", "description": "Currency exchange rates", "category": "Financial", "baseUrl": "https://openexchangerates.org", "docsUrl": "https://docs.openexchangerates.org"},
|
|
384
|
+
{"name": "Fixer.io", "description": "Foreign exchange rates", "category": "Financial", "baseUrl": "https://data.fixer.io", "docsUrl": "https://fixer.io/documentation"},
|
|
385
|
+
{"name": "CurrencyLayer", "description": "Real-time exchange rates", "category": "Financial", "baseUrl": "https://api.currencylayer.com", "docsUrl": "https://currencylayer.com/documentation"},
|
|
386
|
+
{"name": "ExchangeRate-API", "description": "Currency conversion API", "category": "Financial", "baseUrl": "https://api.exchangerate-api.com", "docsUrl": "https://www.exchangerate-api.com/docs"},
|
|
387
|
+
{"name": "Bloomberg", "description": "Financial data and analytics", "category": "Financial", "baseUrl": "https://api.bloomberg.com", "docsUrl": "https://bloomberg.com/professional/support/api-library"},
|
|
388
|
+
{"name": "Refinitiv", "description": "Financial market data", "category": "Financial", "baseUrl": "https://api.refinitiv.com", "docsUrl": "https://developers.refinitiv.com"},
|
|
389
|
+
{"name": "Morningstar", "description": "Investment research data", "category": "Financial", "baseUrl": "https://api.morningstar.com", "docsUrl": "https://developer.morningstar.com"},
|
|
390
|
+
{"name": "S&P Global", "description": "Market intelligence", "category": "Financial", "baseUrl": "https://api.spglobal.com", "docsUrl": "https://www.spglobal.com/marketintelligence"},
|
|
391
|
+
{"name": "Moody's Analytics", "description": "Credit research data", "category": "Financial", "baseUrl": "https://api.moodysanalytics.com", "docsUrl": "https://www.moodysanalytics.com/api"},
|
|
392
|
+
{"name": "EDGAR SEC", "description": "SEC filings database", "category": "Financial", "baseUrl": "https://data.sec.gov", "docsUrl": "https://www.sec.gov/developer"},
|
|
393
|
+
{"name": "Clearbit", "description": "Business intelligence API", "category": "Business", "baseUrl": "https://api.clearbit.com", "docsUrl": "https://dashboard.clearbit.com/docs"},
|
|
394
|
+
{"name": "ZoomInfo", "description": "B2B contact data", "category": "Business", "baseUrl": "https://api.zoominfo.com", "docsUrl": "https://api-docs.zoominfo.com"},
|
|
395
|
+
|
|
396
|
+
# More Social APIs
|
|
397
|
+
{"name": "Reddit", "description": "Social news aggregation", "category": "Social", "baseUrl": "https://oauth.reddit.com", "docsUrl": "https://www.reddit.com/dev/api"},
|
|
398
|
+
{"name": "Pinterest", "description": "Visual discovery platform", "category": "Social", "baseUrl": "https://api.pinterest.com", "docsUrl": "https://developers.pinterest.com"},
|
|
399
|
+
{"name": "Tumblr", "description": "Microblogging platform", "category": "Social", "baseUrl": "https://api.tumblr.com", "docsUrl": "https://www.tumblr.com/docs/en/api"},
|
|
400
|
+
{"name": "Snapchat", "description": "Multimedia messaging app", "category": "Social", "baseUrl": "https://adsapi.snapchat.com", "docsUrl": "https://developers.snapchat.com"},
|
|
401
|
+
{"name": "Twitch", "description": "Live streaming platform", "category": "Social", "baseUrl": "https://api.twitch.tv", "docsUrl": "https://dev.twitch.tv/docs/api"},
|
|
402
|
+
{"name": "Mastodon", "description": "Decentralized social network", "category": "Social", "baseUrl": "https://mastodon.social/api", "docsUrl": "https://docs.joinmastodon.org/api"},
|
|
403
|
+
{"name": "Bluesky", "description": "Decentralized social platform", "category": "Social", "baseUrl": "https://bsky.social/xrpc", "docsUrl": "https://atproto.com/docs"},
|
|
404
|
+
{"name": "Threads", "description": "Meta's text-based social app", "category": "Social", "baseUrl": "https://graph.threads.net", "docsUrl": "https://developers.facebook.com/docs/threads"},
|
|
405
|
+
{"name": "WeChat", "description": "Chinese social platform", "category": "Social", "baseUrl": "https://api.weixin.qq.com", "docsUrl": "https://developers.weixin.qq.com"},
|
|
406
|
+
{"name": "Line", "description": "Japanese messaging platform", "category": "Social", "baseUrl": "https://api.line.me", "docsUrl": "https://developers.line.biz"},
|
|
407
|
+
{"name": "Kakao", "description": "Korean messaging platform", "category": "Social", "baseUrl": "https://dapi.kakao.com", "docsUrl": "https://developers.kakao.com"},
|
|
408
|
+
{"name": "VKontakte (VK)", "description": "Russian social network", "category": "Social", "baseUrl": "https://api.vk.com", "docsUrl": "https://vk.com/dev"},
|
|
409
|
+
{"name": "Telegram Bot", "description": "Telegram bot API", "category": "Messaging", "baseUrl": "https://api.telegram.org", "docsUrl": "https://core.telegram.org/bots/api"},
|
|
410
|
+
{"name": "WhatsApp Business", "description": "WhatsApp messaging API", "category": "Messaging", "baseUrl": "https://graph.facebook.com", "docsUrl": "https://developers.facebook.com/docs/whatsapp"},
|
|
411
|
+
{"name": "Viber", "description": "Messaging and calls", "category": "Messaging", "baseUrl": "https://chatapi.viber.com", "docsUrl": "https://developers.viber.com"},
|
|
412
|
+
|
|
413
|
+
# AI/ML APIs
|
|
414
|
+
{"name": "OpenAI", "description": "GPT and AI models", "category": "AI/ML", "baseUrl": "https://api.openai.com", "docsUrl": "https://platform.openai.com/docs"},
|
|
415
|
+
{"name": "Anthropic Claude", "description": "Claude AI assistant", "category": "AI/ML", "baseUrl": "https://api.anthropic.com", "docsUrl": "https://docs.anthropic.com"},
|
|
416
|
+
{"name": "Google Gemini", "description": "Google's AI models", "category": "AI/ML", "baseUrl": "https://generativelanguage.googleapis.com", "docsUrl": "https://ai.google.dev/docs"},
|
|
417
|
+
{"name": "Cohere", "description": "NLP and embeddings", "category": "AI/ML", "baseUrl": "https://api.cohere.ai", "docsUrl": "https://docs.cohere.com"},
|
|
418
|
+
{"name": "Replicate", "description": "Run ML models", "category": "AI/ML", "baseUrl": "https://api.replicate.com", "docsUrl": "https://replicate.com/docs"},
|
|
419
|
+
{"name": "Hugging Face", "description": "ML model hub", "category": "AI/ML", "baseUrl": "https://api-inference.huggingface.co", "docsUrl": "https://huggingface.co/docs"},
|
|
420
|
+
{"name": "Together AI", "description": "Open source AI models", "category": "AI/ML", "baseUrl": "https://api.together.xyz", "docsUrl": "https://docs.together.ai"},
|
|
421
|
+
{"name": "Mistral AI", "description": "Open weight AI models", "category": "AI/ML", "baseUrl": "https://api.mistral.ai", "docsUrl": "https://docs.mistral.ai"},
|
|
422
|
+
{"name": "Groq", "description": "Fast AI inference", "category": "AI/ML", "baseUrl": "https://api.groq.com", "docsUrl": "https://console.groq.com/docs"},
|
|
423
|
+
{"name": "Perplexity AI", "description": "AI-powered search", "category": "AI/ML", "baseUrl": "https://api.perplexity.ai", "docsUrl": "https://docs.perplexity.ai"},
|
|
424
|
+
{"name": "AssemblyAI", "description": "Speech-to-text AI", "category": "AI/ML", "baseUrl": "https://api.assemblyai.com", "docsUrl": "https://www.assemblyai.com/docs"},
|
|
425
|
+
{"name": "Deepgram", "description": "Speech recognition", "category": "AI/ML", "baseUrl": "https://api.deepgram.com", "docsUrl": "https://developers.deepgram.com"},
|
|
426
|
+
{"name": "ElevenLabs", "description": "AI voice synthesis", "category": "AI/ML", "baseUrl": "https://api.elevenlabs.io", "docsUrl": "https://docs.elevenlabs.io"},
|
|
427
|
+
{"name": "Play.ht", "description": "AI text-to-speech", "category": "AI/ML", "baseUrl": "https://api.play.ht", "docsUrl": "https://docs.play.ht"},
|
|
428
|
+
{"name": "DALL-E", "description": "AI image generation", "category": "AI/ML", "baseUrl": "https://api.openai.com", "docsUrl": "https://platform.openai.com/docs/guides/images"},
|
|
429
|
+
{"name": "Stability AI", "description": "Stable Diffusion API", "category": "AI/ML", "baseUrl": "https://api.stability.ai", "docsUrl": "https://platform.stability.ai/docs"},
|
|
430
|
+
{"name": "Midjourney", "description": "AI art generation", "category": "AI/ML", "baseUrl": "https://api.midjourney.com", "docsUrl": "https://docs.midjourney.com"},
|
|
431
|
+
{"name": "RunwayML", "description": "AI video generation", "category": "AI/ML", "baseUrl": "https://api.runwayml.com", "docsUrl": "https://runwayml.com/api"},
|
|
432
|
+
{"name": "Luma AI", "description": "3D AI models", "category": "AI/ML", "baseUrl": "https://api.lumalabs.ai", "docsUrl": "https://docs.lumalabs.ai"},
|
|
433
|
+
{"name": "Remove.bg", "description": "AI background removal", "category": "AI/ML", "baseUrl": "https://api.remove.bg", "docsUrl": "https://www.remove.bg/api"},
|
|
434
|
+
|
|
435
|
+
# Developer Tools APIs
|
|
436
|
+
{"name": "GitLab", "description": "DevOps platform", "category": "Developer Tools", "baseUrl": "https://gitlab.com/api", "docsUrl": "https://docs.gitlab.com/ee/api"},
|
|
437
|
+
{"name": "Bitbucket", "description": "Git repository hosting", "category": "Developer Tools", "baseUrl": "https://api.bitbucket.org", "docsUrl": "https://developer.atlassian.com/cloud/bitbucket"},
|
|
438
|
+
{"name": "Jira", "description": "Issue tracking", "category": "Developer Tools", "baseUrl": "https://api.atlassian.com", "docsUrl": "https://developer.atlassian.com/cloud/jira"},
|
|
439
|
+
{"name": "Confluence", "description": "Team documentation", "category": "Developer Tools", "baseUrl": "https://api.atlassian.com", "docsUrl": "https://developer.atlassian.com/cloud/confluence"},
|
|
440
|
+
{"name": "Linear", "description": "Issue tracking tool", "category": "Developer Tools", "baseUrl": "https://api.linear.app", "docsUrl": "https://developers.linear.app"},
|
|
441
|
+
{"name": "Asana", "description": "Project management", "category": "Developer Tools", "baseUrl": "https://app.asana.com/api", "docsUrl": "https://developers.asana.com"},
|
|
442
|
+
{"name": "Monday.com", "description": "Work OS platform", "category": "Developer Tools", "baseUrl": "https://api.monday.com", "docsUrl": "https://developer.monday.com"},
|
|
443
|
+
{"name": "ClickUp", "description": "Productivity platform", "category": "Developer Tools", "baseUrl": "https://api.clickup.com", "docsUrl": "https://clickup.com/api"},
|
|
444
|
+
{"name": "Trello", "description": "Kanban boards", "category": "Developer Tools", "baseUrl": "https://api.trello.com", "docsUrl": "https://developer.atlassian.com/cloud/trello"},
|
|
445
|
+
{"name": "CircleCI", "description": "CI/CD platform", "category": "Developer Tools", "baseUrl": "https://circleci.com/api", "docsUrl": "https://circleci.com/docs/api"},
|
|
446
|
+
{"name": "Travis CI", "description": "CI/CD service", "category": "Developer Tools", "baseUrl": "https://api.travis-ci.com", "docsUrl": "https://developer.travis-ci.com"},
|
|
447
|
+
{"name": "Sentry", "description": "Error monitoring", "category": "Developer Tools", "baseUrl": "https://sentry.io/api", "docsUrl": "https://docs.sentry.io/api"},
|
|
448
|
+
{"name": "Datadog", "description": "Monitoring platform", "category": "Developer Tools", "baseUrl": "https://api.datadoghq.com", "docsUrl": "https://docs.datadoghq.com/api"},
|
|
449
|
+
{"name": "New Relic", "description": "Observability platform", "category": "Developer Tools", "baseUrl": "https://api.newrelic.com", "docsUrl": "https://docs.newrelic.com/docs/apis"},
|
|
450
|
+
{"name": "PagerDuty", "description": "Incident management", "category": "Developer Tools", "baseUrl": "https://api.pagerduty.com", "docsUrl": "https://developer.pagerduty.com"},
|
|
451
|
+
{"name": "LaunchDarkly", "description": "Feature flags", "category": "Developer Tools", "baseUrl": "https://app.launchdarkly.com/api", "docsUrl": "https://apidocs.launchdarkly.com"},
|
|
452
|
+
{"name": "Vercel", "description": "Frontend deployment", "category": "Developer Tools", "baseUrl": "https://api.vercel.com", "docsUrl": "https://vercel.com/docs/rest-api"},
|
|
453
|
+
{"name": "Netlify", "description": "Web deployment", "category": "Developer Tools", "baseUrl": "https://api.netlify.com", "docsUrl": "https://open-api.netlify.com"},
|
|
454
|
+
{"name": "Render", "description": "Cloud platform", "category": "Developer Tools", "baseUrl": "https://api.render.com", "docsUrl": "https://api-docs.render.com"},
|
|
455
|
+
{"name": "Railway", "description": "Infrastructure platform", "category": "Developer Tools", "baseUrl": "https://railway.app/graphql", "docsUrl": "https://docs.railway.app/reference/public-api"},
|
|
456
|
+
|
|
457
|
+
# Analytics APIs
|
|
458
|
+
{"name": "Google Analytics", "description": "Web analytics", "category": "Analytics", "baseUrl": "https://analyticsreporting.googleapis.com", "docsUrl": "https://developers.google.com/analytics"},
|
|
459
|
+
{"name": "Mixpanel", "description": "Product analytics", "category": "Analytics", "baseUrl": "https://mixpanel.com/api", "docsUrl": "https://developer.mixpanel.com"},
|
|
460
|
+
{"name": "Amplitude", "description": "Digital analytics", "category": "Analytics", "baseUrl": "https://api.amplitude.com", "docsUrl": "https://developers.amplitude.com"},
|
|
461
|
+
{"name": "Heap", "description": "Product analytics", "category": "Analytics", "baseUrl": "https://api.heap.io", "docsUrl": "https://developers.heap.io"},
|
|
462
|
+
{"name": "Segment", "description": "Customer data platform", "category": "Analytics", "baseUrl": "https://api.segment.io", "docsUrl": "https://segment.com/docs"},
|
|
463
|
+
{"name": "PostHog", "description": "Product analytics", "category": "Analytics", "baseUrl": "https://app.posthog.com/api", "docsUrl": "https://posthog.com/docs/api"},
|
|
464
|
+
{"name": "Plausible", "description": "Privacy-friendly analytics", "category": "Analytics", "baseUrl": "https://plausible.io/api", "docsUrl": "https://plausible.io/docs/stats-api"},
|
|
465
|
+
{"name": "Fathom", "description": "Simple web analytics", "category": "Analytics", "baseUrl": "https://api.usefathom.com", "docsUrl": "https://usefathom.com/api"},
|
|
466
|
+
{"name": "Hotjar", "description": "User behavior analytics", "category": "Analytics", "baseUrl": "https://insights.hotjar.com", "docsUrl": "https://help.hotjar.com/hc/en-us/sections/115003204447-API"},
|
|
467
|
+
{"name": "FullStory", "description": "Digital experience analytics", "category": "Analytics", "baseUrl": "https://api.fullstory.com", "docsUrl": "https://developer.fullstory.com"},
|
|
468
|
+
|
|
469
|
+
# CRM APIs
|
|
470
|
+
{"name": "Pipedrive", "description": "Sales CRM", "category": "CRM", "baseUrl": "https://api.pipedrive.com", "docsUrl": "https://developers.pipedrive.com"},
|
|
471
|
+
{"name": "Zoho CRM", "description": "Customer relationship management", "category": "CRM", "baseUrl": "https://www.zohoapis.com/crm", "docsUrl": "https://www.zoho.com/crm/developer"},
|
|
472
|
+
{"name": "Freshsales", "description": "Sales CRM by Freshworks", "category": "CRM", "baseUrl": "https://api.freshsales.io", "docsUrl": "https://developer.freshsales.io"},
|
|
473
|
+
{"name": "Close CRM", "description": "Sales engagement CRM", "category": "CRM", "baseUrl": "https://api.close.com", "docsUrl": "https://developer.close.com"},
|
|
474
|
+
{"name": "Copper", "description": "CRM for Google Workspace", "category": "CRM", "baseUrl": "https://api.copper.com", "docsUrl": "https://developer.copper.com"},
|
|
475
|
+
{"name": "Insightly", "description": "CRM and project management", "category": "CRM", "baseUrl": "https://api.insightly.com", "docsUrl": "https://api.insightly.com/v3.1/Help"},
|
|
476
|
+
{"name": "Capsule CRM", "description": "Simple CRM platform", "category": "CRM", "baseUrl": "https://api.capsulecrm.com", "docsUrl": "https://developer.capsulecrm.com"},
|
|
477
|
+
{"name": "Nimble", "description": "Social CRM", "category": "CRM", "baseUrl": "https://api.nimble.com", "docsUrl": "https://nimble.readme.io"},
|
|
478
|
+
{"name": "Less Annoying CRM", "description": "Simple CRM for small business", "category": "CRM", "baseUrl": "https://api.lessannoyingcrm.com", "docsUrl": "https://www.lessannoyingcrm.com/developer"},
|
|
479
|
+
{"name": "Vtiger", "description": "Open source CRM", "category": "CRM", "baseUrl": "https://api.vtiger.com", "docsUrl": "https://www.vtiger.com/docs"},
|
|
480
|
+
|
|
481
|
+
# More APIs from various categories
|
|
482
|
+
{"name": "DocuSign", "description": "E-signature platform", "category": "Electronic Signature", "baseUrl": "https://api.docusign.com", "docsUrl": "https://developers.docusign.com"},
|
|
483
|
+
{"name": "HelloSign", "description": "Electronic signatures", "category": "Electronic Signature", "baseUrl": "https://api.hellosign.com", "docsUrl": "https://developers.hellosign.com"},
|
|
484
|
+
{"name": "PandaDoc", "description": "Document automation", "category": "Electronic Signature", "baseUrl": "https://api.pandadoc.com", "docsUrl": "https://developers.pandadoc.com"},
|
|
485
|
+
{"name": "SignNow", "description": "E-signature solution", "category": "Electronic Signature", "baseUrl": "https://api.signnow.com", "docsUrl": "https://docs.signnow.com"},
|
|
486
|
+
{"name": "Adobe Sign", "description": "Enterprise e-signatures", "category": "Electronic Signature", "baseUrl": "https://api.echosign.com", "docsUrl": "https://acrobat.adobe.com/us/en/sign/developer-api-documentation.html"},
|
|
487
|
+
{"name": "Cloudinary", "description": "Media management", "category": "Media", "baseUrl": "https://api.cloudinary.com", "docsUrl": "https://cloudinary.com/documentation"},
|
|
488
|
+
{"name": "Imgix", "description": "Image optimization", "category": "Media", "baseUrl": "https://api.imgix.com", "docsUrl": "https://docs.imgix.com"},
|
|
489
|
+
{"name": "Mux", "description": "Video infrastructure", "category": "Media", "baseUrl": "https://api.mux.com", "docsUrl": "https://docs.mux.com"},
|
|
490
|
+
{"name": "Vimeo", "description": "Video hosting", "category": "Media", "baseUrl": "https://api.vimeo.com", "docsUrl": "https://developer.vimeo.com"},
|
|
491
|
+
{"name": "Wistia", "description": "Video marketing", "category": "Media", "baseUrl": "https://api.wistia.com", "docsUrl": "https://wistia.com/support/developers"},
|
|
492
|
+
{"name": "SoundCloud", "description": "Audio platform", "category": "Media", "baseUrl": "https://api.soundcloud.com", "docsUrl": "https://developers.soundcloud.com"},
|
|
493
|
+
{"name": "Spotify Web API", "description": "Music streaming", "category": "Media", "baseUrl": "https://api.spotify.com", "docsUrl": "https://developer.spotify.com/documentation/web-api"},
|
|
494
|
+
{"name": "Last.fm", "description": "Music data and scrobbling", "category": "Media", "baseUrl": "https://ws.audioscrobbler.com", "docsUrl": "https://www.last.fm/api"},
|
|
495
|
+
{"name": "Genius", "description": "Song lyrics and annotations", "category": "Media", "baseUrl": "https://api.genius.com", "docsUrl": "https://docs.genius.com"},
|
|
496
|
+
{"name": "Discogs", "description": "Music database", "category": "Media", "baseUrl": "https://api.discogs.com", "docsUrl": "https://www.discogs.com/developers"},
|
|
497
|
+
{"name": "TMDB", "description": "Movie database", "category": "Media", "baseUrl": "https://api.themoviedb.org", "docsUrl": "https://developers.themoviedb.org"},
|
|
498
|
+
{"name": "OMDB", "description": "Open movie database", "category": "Media", "baseUrl": "https://www.omdbapi.com", "docsUrl": "https://www.omdbapi.com"},
|
|
499
|
+
{"name": "TVMaze", "description": "TV show information", "category": "Media", "baseUrl": "https://api.tvmaze.com", "docsUrl": "https://www.tvmaze.com/api"},
|
|
500
|
+
{"name": "Giphy", "description": "GIF search and sharing", "category": "Media", "baseUrl": "https://api.giphy.com", "docsUrl": "https://developers.giphy.com"},
|
|
501
|
+
{"name": "Unsplash", "description": "Free stock photos", "category": "Media", "baseUrl": "https://api.unsplash.com", "docsUrl": "https://unsplash.com/documentation"},
|
|
502
|
+
{"name": "Pexels", "description": "Free stock photos and videos", "category": "Media", "baseUrl": "https://api.pexels.com", "docsUrl": "https://www.pexels.com/api/documentation"},
|
|
503
|
+
{"name": "Pixabay", "description": "Free images", "category": "Media", "baseUrl": "https://pixabay.com/api", "docsUrl": "https://pixabay.com/api/docs"},
|
|
504
|
+
{"name": "Getty Images", "description": "Stock imagery", "category": "Media", "baseUrl": "https://api.gettyimages.com", "docsUrl": "https://developers.gettyimages.com"},
|
|
505
|
+
{"name": "Shutterstock", "description": "Stock media", "category": "Media", "baseUrl": "https://api.shutterstock.com", "docsUrl": "https://api-reference.shutterstock.com"},
|
|
506
|
+
{"name": "Twilio Verify", "description": "Phone verification", "category": "Verification", "baseUrl": "https://verify.twilio.com", "docsUrl": "https://www.twilio.com/docs/verify/api"},
|
|
507
|
+
{"name": "Onfido", "description": "Identity verification", "category": "Verification", "baseUrl": "https://api.onfido.com", "docsUrl": "https://documentation.onfido.com"},
|
|
508
|
+
{"name": "Jumio", "description": "ID verification", "category": "Verification", "baseUrl": "https://netverify.com/api", "docsUrl": "https://www.jumio.com/developers"},
|
|
509
|
+
{"name": "Persona", "description": "Identity infrastructure", "category": "Verification", "baseUrl": "https://withpersona.com/api", "docsUrl": "https://docs.withpersona.com"},
|
|
510
|
+
{"name": "Veriff", "description": "Online identity verification", "category": "Verification", "baseUrl": "https://api.veriff.com", "docsUrl": "https://developers.veriff.com"},
|
|
511
|
+
{"name": "Sumsub", "description": "KYC/AML verification", "category": "Verification", "baseUrl": "https://api.sumsub.com", "docsUrl": "https://developers.sumsub.com"},
|
|
512
|
+
]
|
|
513
|
+
|
|
514
|
+
# Add more APIs to the main list
|
|
515
|
+
PWEB_APIS.extend(MORE_APIS)
|