@nordsym/apiclaw 1.1.2 ā 1.1.4
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/EARN-CREDITS-SPEC.md +197 -0
- package/README.md +11 -7
- package/STATUS.md +16 -15
- package/VISION.md +123 -0
- package/dist/credentials.d.ts.map +1 -1
- package/dist/credentials.js +11 -0
- package/dist/credentials.js.map +1 -1
- package/dist/execute.d.ts.map +1 -1
- package/dist/execute.js +75 -0
- package/dist/execute.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/proxy.d.ts.map +1 -1
- package/dist/proxy.js +1 -1
- package/dist/proxy.js.map +1 -1
- package/dist/registry/apis.json +93516 -7139
- package/dist/registry/apis_expanded.json +3123 -3
- package/landing/public/book/index.html +339 -0
- package/landing/src/app/docs/page.tsx +142 -115
- package/landing/src/app/earn/page.tsx +305 -0
- package/landing/src/app/page.tsx +16 -11
- package/landing/src/lib/apis.json +1 -116054
- package/landing/src/lib/stats.json +5 -5
- package/package.json +4 -1
- package/scripts/add-public-apis.py +625 -0
- package/scripts/apisguru-data.json +158837 -0
- package/scripts/bonus-batch.py +250 -0
- package/scripts/bulk-add-apisguru.js +122 -0
- package/scripts/expand-2026-batch.py +335 -0
- package/scripts/expand-from-github.py +460 -0
- package/scripts/expand-n4ze3m.py +198 -0
- package/scripts/expand-niche-batch.py +269 -0
- package/scripts/expand-nordic-niche.py +189 -0
- package/scripts/expand-tonnyL.py +343 -0
- package/scripts/final-batch.py +315 -0
- package/scripts/final-push-06.py +242 -0
- package/scripts/mega-expansion.py +495 -0
- package/scripts/mega-final-06.py +512 -0
- package/scripts/more-apis.py +353 -0
- package/scripts/night-batch-05.py +546 -0
- package/scripts/night-batch-05b.py +427 -0
- package/scripts/night-expansion-02-23-batch2.py +284 -0
- package/scripts/night-expansion-02-23.py +383 -0
- package/scripts/night-expansion-03-batch2.py +336 -0
- package/scripts/night-expansion-03-batch3.py +392 -0
- package/scripts/night-expansion-03.py +573 -0
- package/scripts/night-expansion-04-23.py +461 -0
- package/scripts/night-expansion-05-23-batch2.py +431 -0
- package/scripts/night-expansion-05-23-batch3.py +366 -0
- package/scripts/night-expansion-05-23-final.py +349 -0
- package/scripts/night-expansion-05-23.py +540 -0
- package/scripts/night-expansion-06-23-batch2.py +261 -0
- package/scripts/night-expansion-06-23-batch3.py +213 -0
- package/scripts/night-expansion-06-23-batch4.py +261 -0
- package/scripts/night-expansion-06-23.py +309 -0
- package/scripts/night-expansion-06.py +325 -0
- package/scripts/night-expansion.py +441 -0
- package/scripts/night-final-batch-04-23.py +547 -0
- package/scripts/night-mega-batch-04-23.py +874 -0
- package/scripts/super-final-06.py +341 -0
- package/src/credentials.ts +12 -0
- package/src/execute.ts +93 -0
- package/src/index.ts +1 -1
- package/src/proxy.ts +1 -1
- package/src/registry/apis.json +93516 -7139
- package/src/registry/apis_expanded.json +3123 -3
|
@@ -0,0 +1,573 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
"""APIClaw Night Expansion 03:00 - Add 1000+ APIs"""
|
|
3
|
+
|
|
4
|
+
import json
|
|
5
|
+
import os
|
|
6
|
+
from datetime import datetime
|
|
7
|
+
|
|
8
|
+
REGISTRY_PATH = os.path.expanduser("~/Projects/apiclaw/src/registry/apis_expanded.json")
|
|
9
|
+
|
|
10
|
+
def load_registry():
|
|
11
|
+
with open(REGISTRY_PATH) as f:
|
|
12
|
+
return json.load(f)
|
|
13
|
+
|
|
14
|
+
def save_registry(data):
|
|
15
|
+
with open(REGISTRY_PATH, "w") as f:
|
|
16
|
+
json.dump(data, f, indent=2)
|
|
17
|
+
|
|
18
|
+
def generate_id(name, category):
|
|
19
|
+
"""Generate unique API ID"""
|
|
20
|
+
clean = name.lower().replace(" ", "-").replace(".", "-")
|
|
21
|
+
return f"{category.lower()[:3]}-{clean[:20]}-{hash(name) % 10000}"
|
|
22
|
+
|
|
23
|
+
# NEW APIs to add - curated from sources
|
|
24
|
+
NEW_APIS = [
|
|
25
|
+
# === ADVERTISING ===
|
|
26
|
+
{"name": "Amazon Mobile Ads", "description": "Monetize across platforms with multiple ad formats", "category": "Advertising", "baseUrl": "https://developer.amazon.com/ads", "authType": "apiKey"},
|
|
27
|
+
{"name": "Facebook Marketing API", "description": "Manage ads and campaigns using the Facebook API", "category": "Advertising", "baseUrl": "https://developers.facebook.com/docs/marketing-apis", "authType": "oauth"},
|
|
28
|
+
{"name": "Google AdSense", "description": "Free, flexible way to earn money from websites and apps", "category": "Advertising", "baseUrl": "https://developers.google.com/adsense", "authType": "oauth"},
|
|
29
|
+
{"name": "Google AdWords API", "description": "Manage Google AdWords campaigns programmatically", "category": "Advertising", "baseUrl": "https://developers.google.com/adwords/api", "authType": "oauth"},
|
|
30
|
+
{"name": "Kevel Ad APIs", "description": "Build your own ad server with Kevel's ad APIs", "category": "Advertising", "baseUrl": "https://dev.kevel.co", "authType": "apiKey"},
|
|
31
|
+
{"name": "Microsoft Bing Ads", "description": "Programmatic access to Bing advertising technologies", "category": "Advertising", "baseUrl": "https://docs.microsoft.com/en-us/advertising/", "authType": "oauth"},
|
|
32
|
+
|
|
33
|
+
# === ANALYTICS ===
|
|
34
|
+
{"name": "Amazon Mobile Analytics", "description": "Collect, visualize, and understand app usage data at scale", "category": "Analytics", "baseUrl": "https://aws.amazon.com/mobileanalytics/", "authType": "apiKey"},
|
|
35
|
+
{"name": "Clicky", "description": "Extract website traffic data into several formats", "category": "Analytics", "baseUrl": "https://clicky.com/help/api", "authType": "apiKey"},
|
|
36
|
+
{"name": "DitchCarbon API", "description": "Company and product carbon emissions disclosures", "category": "Analytics", "baseUrl": "https://docs.ditchcarbon.com/", "authType": "apiKey"},
|
|
37
|
+
{"name": "Matomo", "description": "All-in-one premium web analytics platform", "category": "Analytics", "baseUrl": "https://matomo.org/docs/analytics-api/", "authType": "apiKey"},
|
|
38
|
+
{"name": "MixPanel", "description": "Analytics for mobile and web applications", "category": "Analytics", "baseUrl": "https://developer.mixpanel.com/", "authType": "apiKey"},
|
|
39
|
+
{"name": "Open Web Analytics", "description": "Request and work with data outside OWA interface", "category": "Analytics", "baseUrl": "https://github.com/padams/Open-Web-Analytics", "authType": "none"},
|
|
40
|
+
{"name": "Ticksel", "description": "Friendly website analytics made for humans", "category": "Analytics", "baseUrl": "https://ticksel.com", "authType": "apiKey"},
|
|
41
|
+
{"name": "Woopra", "description": "Real-time website analysis targeting customer engagement", "category": "Analytics", "baseUrl": "https://www.woopra.com/docs/", "authType": "apiKey"},
|
|
42
|
+
{"name": "Zoho Reports API", "description": "Build powerful reporting and analytical capabilities", "category": "Analytics", "baseUrl": "https://www.zoho.com/analytics/api/", "authType": "oauth"},
|
|
43
|
+
|
|
44
|
+
# === AUGMENTED REALITY ===
|
|
45
|
+
{"name": "Vuforia", "description": "Solid AR SDK with robust development options", "category": "AR/VR", "baseUrl": "https://library.vuforia.com/", "authType": "apiKey"},
|
|
46
|
+
{"name": "Wikitude", "description": "All-in-one AR solution with image recognition & tracking", "category": "AR/VR", "baseUrl": "https://www.wikitude.com/", "authType": "apiKey"},
|
|
47
|
+
{"name": "ARCore", "description": "Google's AR platform for Android", "category": "AR/VR", "baseUrl": "https://developers.google.com/ar", "authType": "apiKey"},
|
|
48
|
+
{"name": "ARKit", "description": "Apple's AR framework for iOS", "category": "AR/VR", "baseUrl": "https://developer.apple.com/arkit/", "authType": "none"},
|
|
49
|
+
{"name": "8th Wall", "description": "WebAR platform for browsers", "category": "AR/VR", "baseUrl": "https://www.8thwall.com/", "authType": "apiKey"},
|
|
50
|
+
|
|
51
|
+
# === BARCODE ===
|
|
52
|
+
{"name": "Dynamic QR Code", "description": "Generate dynamic and static QR Codes", "category": "Barcode", "baseUrl": "https://rapidapi.com/updeploy-tools/api/qr-code-dynamic-and-static1/", "authType": "apiKey"},
|
|
53
|
+
{"name": "Google Barcode", "description": "Barcode detection in real-time on device", "category": "Barcode", "baseUrl": "https://developers.google.com/ml-kit/vision/barcode-scanning", "authType": "none"},
|
|
54
|
+
{"name": "EAN-Search", "description": "Lookup products by EAN, UPC or GTIN barcode", "category": "Barcode", "baseUrl": "https://www.ean-search.org/ean-database-api.html", "authType": "apiKey"},
|
|
55
|
+
{"name": "QR Code Generator API", "description": "Static and Dynamic QR code generator", "category": "Barcode", "baseUrl": "https://docs.openqr.io/", "authType": "apiKey"},
|
|
56
|
+
|
|
57
|
+
# === BIG DATA ===
|
|
58
|
+
{"name": "Google Charts", "description": "Free tool for visualizing data from websites", "category": "Big Data", "baseUrl": "https://developers.google.com/chart/", "authType": "none"},
|
|
59
|
+
{"name": "Keen IO", "description": "Powerful, flexible Big Data solution", "category": "Big Data", "baseUrl": "https://keen.io/docs/", "authType": "apiKey"},
|
|
60
|
+
{"name": "MongoDB Atlas", "description": "Global cloud database service", "category": "Big Data", "baseUrl": "https://www.mongodb.com/docs/atlas/", "authType": "apiKey"},
|
|
61
|
+
{"name": "LinkedData.Center", "description": "RDF graph database as a service", "category": "Big Data", "baseUrl": "http://linkeddata.center/", "authType": "apiKey"},
|
|
62
|
+
{"name": "Apache Spark", "description": "Unified analytics engine for big data", "category": "Big Data", "baseUrl": "https://spark.apache.org/docs/latest/api.html", "authType": "none"},
|
|
63
|
+
|
|
64
|
+
# === CRYPTOCURRENCY ===
|
|
65
|
+
{"name": "Bitcoin Core", "description": "Bitcoin node RPC API", "category": "Cryptocurrency", "baseUrl": "https://developer.bitcoin.org/", "authType": "basic"},
|
|
66
|
+
{"name": "Bitcoincharts", "description": "Markets data for Bitcoin", "category": "Cryptocurrency", "baseUrl": "https://bitcoincharts.com/about/markets-api/", "authType": "none"},
|
|
67
|
+
{"name": "BitPay", "description": "Bitcoin payment processing", "category": "Cryptocurrency", "baseUrl": "https://bitpay.com/api/", "authType": "apiKey"},
|
|
68
|
+
{"name": "Block.io", "description": "Versatile and secure wallet for all coins", "category": "Cryptocurrency", "baseUrl": "https://block.io/api/", "authType": "apiKey"},
|
|
69
|
+
{"name": "BlockCypher", "description": "Infrastructure fabric for blockchain apps", "category": "Cryptocurrency", "baseUrl": "https://www.blockcypher.com/dev/", "authType": "apiKey"},
|
|
70
|
+
{"name": "BlockFacts", "description": "Compliance-first digital asset data", "category": "Cryptocurrency", "baseUrl": "https://blockfacts.io/", "authType": "apiKey"},
|
|
71
|
+
{"name": "Coinbase", "description": "Bitcoin, Ethereum and crypto trading", "category": "Cryptocurrency", "baseUrl": "https://developers.coinbase.com/", "authType": "oauth"},
|
|
72
|
+
{"name": "CoinDesk", "description": "Bitcoin Price Index", "category": "Cryptocurrency", "baseUrl": "https://www.coindesk.com/coindesk-api/", "authType": "none"},
|
|
73
|
+
{"name": "CoinGecko", "description": "Cryptocurrency prices and market data", "category": "Cryptocurrency", "baseUrl": "https://www.coingecko.com/api/", "authType": "none"},
|
|
74
|
+
{"name": "Coinlore", "description": "Cryptocurrency prices and volume", "category": "Cryptocurrency", "baseUrl": "https://www.coinlore.com/cryptocurrency-data-api", "authType": "none"},
|
|
75
|
+
{"name": "CoinMarketCap", "description": "Cryptocurrency prices and rankings", "category": "Cryptocurrency", "baseUrl": "https://coinmarketcap.com/api/", "authType": "apiKey"},
|
|
76
|
+
{"name": "Coinpaprika", "description": "Cryptocurrency prices and market cap", "category": "Cryptocurrency", "baseUrl": "https://api.coinpaprika.com/", "authType": "none"},
|
|
77
|
+
{"name": "CryptoCompare", "description": "Cryptocurrency comparison and data", "category": "Cryptocurrency", "baseUrl": "https://min-api.cryptocompare.com/", "authType": "apiKey"},
|
|
78
|
+
{"name": "Covalent", "description": "Multi-blockchain data aggregator", "category": "Cryptocurrency", "baseUrl": "https://www.covalenthq.com/docs/api/", "authType": "apiKey"},
|
|
79
|
+
{"name": "Etherscan", "description": "Ethereum blockchain explorer API", "category": "Cryptocurrency", "baseUrl": "https://etherscan.io/apis", "authType": "apiKey"},
|
|
80
|
+
{"name": "Solana JSON RPC", "description": "Solana blockchain interaction", "category": "Cryptocurrency", "baseUrl": "https://docs.solana.com/api", "authType": "none"},
|
|
81
|
+
{"name": "The Graph", "description": "GraphQL indexing protocol for blockchains", "category": "Cryptocurrency", "baseUrl": "https://thegraph.com/docs/", "authType": "apiKey"},
|
|
82
|
+
{"name": "Alchemy", "description": "Ethereum Node-as-a-Service", "category": "Cryptocurrency", "baseUrl": "https://docs.alchemy.com/", "authType": "apiKey"},
|
|
83
|
+
{"name": "Infura", "description": "Ethereum and IPFS infrastructure", "category": "Cryptocurrency", "baseUrl": "https://infura.io/docs", "authType": "apiKey"},
|
|
84
|
+
{"name": "Moralis", "description": "Web3 development platform", "category": "Cryptocurrency", "baseUrl": "https://docs.moralis.io/", "authType": "apiKey"},
|
|
85
|
+
|
|
86
|
+
# === CALENDAR ===
|
|
87
|
+
{"name": "CalendarIndex", "description": "Worldwide Holidays and Working Days API", "category": "Calendar", "baseUrl": "https://www.calendarindex.com/", "authType": "apiKey"},
|
|
88
|
+
{"name": "DigiDates API", "description": "REST API for date and time calculations", "category": "Calendar", "baseUrl": "https://digidates.de/", "authType": "none"},
|
|
89
|
+
{"name": "Holiday API", "description": "Public holiday API for several countries", "category": "Calendar", "baseUrl": "https://holidayapi.com/", "authType": "apiKey"},
|
|
90
|
+
{"name": "OpenHolidays API", "description": "Public and school holidays for European countries", "category": "Calendar", "baseUrl": "https://www.openholidaysapi.org/", "authType": "none"},
|
|
91
|
+
{"name": "Calendarific", "description": "Worldwide holidays API", "category": "Calendar", "baseUrl": "https://calendarific.com/", "authType": "apiKey"},
|
|
92
|
+
{"name": "Nager.Date", "description": "Public holidays for 90+ countries", "category": "Calendar", "baseUrl": "https://date.nager.at/", "authType": "none"},
|
|
93
|
+
|
|
94
|
+
# === CAPTCHA ===
|
|
95
|
+
{"name": "Anti-Captcha", "description": "CAPTCHA solving service", "category": "Security", "baseUrl": "https://anti-captcha.com/apidoc", "authType": "apiKey"},
|
|
96
|
+
{"name": "Google reCAPTCHA", "description": "Protect websites from spam and abuse", "category": "Security", "baseUrl": "https://developers.google.com/recaptcha/", "authType": "apiKey"},
|
|
97
|
+
{"name": "hCaptcha", "description": "Privacy-focused CAPTCHA alternative", "category": "Security", "baseUrl": "https://docs.hcaptcha.com/", "authType": "apiKey"},
|
|
98
|
+
|
|
99
|
+
# === COMMERCE ===
|
|
100
|
+
{"name": "Commerce Layer", "description": "Headless commerce platform", "category": "Commerce", "baseUrl": "https://docs.commercelayer.io/", "authType": "oauth"},
|
|
101
|
+
{"name": "Stripe", "description": "Online payment processing", "category": "Commerce", "baseUrl": "https://stripe.com/docs/api", "authType": "apiKey"},
|
|
102
|
+
{"name": "Braintree", "description": "Mobile and web payments", "category": "Commerce", "baseUrl": "https://developers.braintreepayments.com/", "authType": "apiKey"},
|
|
103
|
+
{"name": "Square", "description": "Payment and point of sale", "category": "Commerce", "baseUrl": "https://developer.squareup.com/", "authType": "oauth"},
|
|
104
|
+
{"name": "PayPal", "description": "Online payments system", "category": "Commerce", "baseUrl": "https://developer.paypal.com/api/rest/", "authType": "oauth"},
|
|
105
|
+
{"name": "Shopify", "description": "E-commerce platform API", "category": "Commerce", "baseUrl": "https://shopify.dev/api", "authType": "oauth"},
|
|
106
|
+
{"name": "WooCommerce", "description": "WordPress e-commerce REST API", "category": "Commerce", "baseUrl": "https://woocommerce.github.io/woocommerce-rest-api-docs/", "authType": "oauth"},
|
|
107
|
+
{"name": "Magento", "description": "E-commerce platform API", "category": "Commerce", "baseUrl": "https://devdocs.magento.com/guides/v2.4/rest/", "authType": "oauth"},
|
|
108
|
+
{"name": "Klarna", "description": "Buy now pay later payments", "category": "Commerce", "baseUrl": "https://docs.klarna.com/", "authType": "apiKey"},
|
|
109
|
+
{"name": "Adyen", "description": "Global payment platform", "category": "Commerce", "baseUrl": "https://docs.adyen.com/api-explorer/", "authType": "apiKey"},
|
|
110
|
+
|
|
111
|
+
# === COMMUNICATION ===
|
|
112
|
+
{"name": "Africa's Talking", "description": "Access African telco services via HTTP", "category": "Communication", "baseUrl": "https://africastalking.com/", "authType": "apiKey"},
|
|
113
|
+
{"name": "iP1sms", "description": "Send and receive SMS worldwide", "category": "Communication", "baseUrl": "https://www.ip1sms.com/", "authType": "apiKey"},
|
|
114
|
+
{"name": "Mailgun", "description": "Transactional Email API", "category": "Communication", "baseUrl": "https://documentation.mailgun.com/", "authType": "apiKey"},
|
|
115
|
+
{"name": "Nexmo/Vonage", "description": "Voice, SMS, and messaging", "category": "Communication", "baseUrl": "https://developer.vonage.com/", "authType": "apiKey"},
|
|
116
|
+
{"name": "Twilio", "description": "SMS, Voice, Video and more", "category": "Communication", "baseUrl": "https://www.twilio.com/docs/", "authType": "apiKey"},
|
|
117
|
+
{"name": "SendGrid", "description": "Email delivery and marketing", "category": "Communication", "baseUrl": "https://docs.sendgrid.com/", "authType": "apiKey"},
|
|
118
|
+
{"name": "Mailchimp", "description": "Email marketing platform", "category": "Communication", "baseUrl": "https://mailchimp.com/developer/", "authType": "apiKey"},
|
|
119
|
+
{"name": "Postmark", "description": "Transactional email service", "category": "Communication", "baseUrl": "https://postmarkapp.com/developer", "authType": "apiKey"},
|
|
120
|
+
{"name": "MessageBird", "description": "Omnichannel messaging platform", "category": "Communication", "baseUrl": "https://developers.messagebird.com/", "authType": "apiKey"},
|
|
121
|
+
{"name": "Plivo", "description": "Cloud communications platform", "category": "Communication", "baseUrl": "https://www.plivo.com/docs/", "authType": "apiKey"},
|
|
122
|
+
|
|
123
|
+
# === CONTENT ===
|
|
124
|
+
{"name": "Bible API", "description": "Bible translations and verses", "category": "Content", "baseUrl": "https://bible-api.com/", "authType": "none"},
|
|
125
|
+
{"name": "Jokes API", "description": "Full featured jokes database", "category": "Content", "baseUrl": "https://jokes.one/api/joke/", "authType": "apiKey"},
|
|
126
|
+
{"name": "Perfect Tense", "description": "AI spelling and grammar checking", "category": "Content", "baseUrl": "https://www.perfecttense.com/developers", "authType": "apiKey"},
|
|
127
|
+
{"name": "Wikipedia", "description": "Free multilingual encyclopedia", "category": "Content", "baseUrl": "https://en.wikipedia.org/w/api.php", "authType": "none"},
|
|
128
|
+
{"name": "Random Facts", "description": "Random interesting facts", "category": "Content", "baseUrl": "https://fungenerators.com/api/facts/", "authType": "apiKey"},
|
|
129
|
+
{"name": "Quotable", "description": "Random quotes API", "category": "Content", "baseUrl": "https://github.com/lukePeavey/quotable", "authType": "none"},
|
|
130
|
+
{"name": "News API", "description": "Headlines and articles from news sources", "category": "Content", "baseUrl": "https://newsapi.org/", "authType": "apiKey"},
|
|
131
|
+
{"name": "Mediastack", "description": "Live news and blog articles", "category": "Content", "baseUrl": "https://mediastack.com/", "authType": "apiKey"},
|
|
132
|
+
|
|
133
|
+
# === CURRENCY ===
|
|
134
|
+
{"name": "1Forge", "description": "Forex currency market data", "category": "Currency", "baseUrl": "https://1forge.com/", "authType": "apiKey"},
|
|
135
|
+
{"name": "CurrencyLayer", "description": "Exchange rates and currency conversion", "category": "Currency", "baseUrl": "https://currencylayer.com/", "authType": "apiKey"},
|
|
136
|
+
{"name": "Fixer.io", "description": "Foreign exchange rates and conversion", "category": "Currency", "baseUrl": "https://fixer.io/", "authType": "apiKey"},
|
|
137
|
+
{"name": "Open Exchange Rates", "description": "Real-time and historical exchange rates", "category": "Currency", "baseUrl": "https://openexchangerates.org/", "authType": "apiKey"},
|
|
138
|
+
{"name": "Frankfurter", "description": "Exchange rates and currency data", "category": "Currency", "baseUrl": "https://www.frankfurter.app/", "authType": "none"},
|
|
139
|
+
{"name": "ExchangeRate-API", "description": "Free currency conversion", "category": "Currency", "baseUrl": "https://www.exchangerate-api.com/", "authType": "apiKey"},
|
|
140
|
+
|
|
141
|
+
# === DESIGN ===
|
|
142
|
+
{"name": "Dribbble", "description": "Design community and portfolio", "category": "Design", "baseUrl": "https://developer.dribbble.com/", "authType": "oauth"},
|
|
143
|
+
{"name": "Icon Horse", "description": "Favicon logos for any website", "category": "Design", "baseUrl": "https://icon.horse/", "authType": "none"},
|
|
144
|
+
{"name": "Pexels", "description": "Free stock photos", "category": "Design", "baseUrl": "https://www.pexels.com/api/", "authType": "apiKey"},
|
|
145
|
+
{"name": "Unsplash", "description": "Beautiful free images", "category": "Design", "baseUrl": "https://unsplash.com/developers", "authType": "apiKey"},
|
|
146
|
+
{"name": "Pixabay", "description": "Free images and videos", "category": "Design", "baseUrl": "https://pixabay.com/api/docs/", "authType": "apiKey"},
|
|
147
|
+
{"name": "Figma", "description": "Design collaboration platform API", "category": "Design", "baseUrl": "https://www.figma.com/developers/api", "authType": "oauth"},
|
|
148
|
+
{"name": "Canva", "description": "Design platform API", "category": "Design", "baseUrl": "https://www.canva.com/developers/", "authType": "oauth"},
|
|
149
|
+
|
|
150
|
+
# === DICTIONARIES ===
|
|
151
|
+
{"name": "Free Dictionary API", "description": "Word definitions for free", "category": "Dictionary", "baseUrl": "https://dictionaryapi.dev/", "authType": "none"},
|
|
152
|
+
{"name": "Merriam-Webster", "description": "Dictionary and Thesaurus", "category": "Dictionary", "baseUrl": "https://dictionaryapi.com/", "authType": "apiKey"},
|
|
153
|
+
{"name": "Oxford Dictionary", "description": "English dictionary and thesaurus", "category": "Dictionary", "baseUrl": "https://developer.oxforddictionaries.com/", "authType": "apiKey"},
|
|
154
|
+
{"name": "Wordnik", "description": "Dictionary and word data", "category": "Dictionary", "baseUrl": "https://developer.wordnik.com/", "authType": "apiKey"},
|
|
155
|
+
{"name": "Words API", "description": "Definitions for 150,000+ words", "category": "Dictionary", "baseUrl": "https://www.wordsapi.com/", "authType": "apiKey"},
|
|
156
|
+
{"name": "Datamuse", "description": "Word-finding query engine", "category": "Dictionary", "baseUrl": "https://www.datamuse.com/api/", "authType": "none"},
|
|
157
|
+
|
|
158
|
+
# === ENTERTAINMENT ===
|
|
159
|
+
{"name": "AniList", "description": "Anime discovery and tracking", "category": "Entertainment", "baseUrl": "https://anilist.gitbook.io/anilist-apiv2-docs/", "authType": "oauth"},
|
|
160
|
+
{"name": "Jikan", "description": "Unofficial MyAnimeList API", "category": "Entertainment", "baseUrl": "https://jikan.moe/", "authType": "none"},
|
|
161
|
+
{"name": "TMDB", "description": "Movie and TV database", "category": "Entertainment", "baseUrl": "https://developers.themoviedb.org/", "authType": "apiKey"},
|
|
162
|
+
{"name": "OMDb", "description": "Open Movie Database", "category": "Entertainment", "baseUrl": "https://www.omdbapi.com/", "authType": "apiKey"},
|
|
163
|
+
{"name": "TVmaze", "description": "TV show information", "category": "Entertainment", "baseUrl": "https://www.tvmaze.com/api", "authType": "none"},
|
|
164
|
+
{"name": "IGDB", "description": "Video game database", "category": "Entertainment", "baseUrl": "https://api-docs.igdb.com/", "authType": "oauth"},
|
|
165
|
+
{"name": "RAWG", "description": "Video games database", "category": "Entertainment", "baseUrl": "https://rawg.io/apidocs", "authType": "apiKey"},
|
|
166
|
+
{"name": "Spotify", "description": "Music streaming API", "category": "Entertainment", "baseUrl": "https://developer.spotify.com/documentation/web-api/", "authType": "oauth"},
|
|
167
|
+
{"name": "Last.fm", "description": "Music listening data", "category": "Entertainment", "baseUrl": "https://www.last.fm/api", "authType": "apiKey"},
|
|
168
|
+
{"name": "Deezer", "description": "Music streaming service API", "category": "Entertainment", "baseUrl": "https://developers.deezer.com/api", "authType": "oauth"},
|
|
169
|
+
{"name": "YouTube Data API", "description": "YouTube videos and playlists", "category": "Entertainment", "baseUrl": "https://developers.google.com/youtube/v3", "authType": "apiKey"},
|
|
170
|
+
{"name": "Twitch", "description": "Live streaming platform API", "category": "Entertainment", "baseUrl": "https://dev.twitch.tv/docs/api/", "authType": "oauth"},
|
|
171
|
+
{"name": "Discord", "description": "Chat platform API", "category": "Entertainment", "baseUrl": "https://discord.com/developers/docs/intro", "authType": "oauth"},
|
|
172
|
+
{"name": "Steam", "description": "Gaming platform API", "category": "Entertainment", "baseUrl": "https://steamcommunity.com/dev", "authType": "apiKey"},
|
|
173
|
+
{"name": "Epic Games Store", "description": "Game store API", "category": "Entertainment", "baseUrl": "https://dev.epicgames.com/docs/", "authType": "oauth"},
|
|
174
|
+
|
|
175
|
+
# === ENVIRONMENT ===
|
|
176
|
+
{"name": "Carbon Interface", "description": "Carbon emissions estimates", "category": "Environment", "baseUrl": "https://docs.carboninterface.com/", "authType": "apiKey"},
|
|
177
|
+
{"name": "Climatiq", "description": "Environmental footprint calculation", "category": "Environment", "baseUrl": "https://docs.climatiq.io/", "authType": "apiKey"},
|
|
178
|
+
{"name": "OpenAQ", "description": "Open air quality data", "category": "Environment", "baseUrl": "https://docs.openaq.org/", "authType": "apiKey"},
|
|
179
|
+
{"name": "IQAir", "description": "Air quality and weather data", "category": "Environment", "baseUrl": "https://www.iqair.com/air-pollution-data-api", "authType": "apiKey"},
|
|
180
|
+
{"name": "UK Carbon Intensity", "description": "Carbon intensity for Great Britain", "category": "Environment", "baseUrl": "https://carbonintensity.org.uk/", "authType": "none"},
|
|
181
|
+
|
|
182
|
+
# === EVENTS ===
|
|
183
|
+
{"name": "Eventbrite", "description": "Event discovery and ticketing", "category": "Events", "baseUrl": "https://www.eventbrite.com/platform/api/", "authType": "oauth"},
|
|
184
|
+
{"name": "SeatGeek", "description": "Event and ticket search", "category": "Events", "baseUrl": "https://platform.seatgeek.com/", "authType": "apiKey"},
|
|
185
|
+
{"name": "Ticketmaster", "description": "Event discovery and ticketing", "category": "Events", "baseUrl": "https://developer.ticketmaster.com/", "authType": "apiKey"},
|
|
186
|
+
{"name": "Meetup", "description": "Event discovery platform", "category": "Events", "baseUrl": "https://www.meetup.com/api/", "authType": "oauth"},
|
|
187
|
+
|
|
188
|
+
# === FINANCE ===
|
|
189
|
+
{"name": "Alpha Vantage", "description": "Stock market data", "category": "Finance", "baseUrl": "https://www.alphavantage.co/", "authType": "apiKey"},
|
|
190
|
+
{"name": "IEX Cloud", "description": "Financial market data", "category": "Finance", "baseUrl": "https://iexcloud.io/docs/", "authType": "apiKey"},
|
|
191
|
+
{"name": "Twelve Data", "description": "Stock and forex data", "category": "Finance", "baseUrl": "https://twelvedata.com/docs/", "authType": "apiKey"},
|
|
192
|
+
{"name": "Finnhub", "description": "Real-time stock data", "category": "Finance", "baseUrl": "https://finnhub.io/docs/api/", "authType": "apiKey"},
|
|
193
|
+
{"name": "Polygon.io", "description": "Stock market data", "category": "Finance", "baseUrl": "https://polygon.io/docs/", "authType": "apiKey"},
|
|
194
|
+
{"name": "Yahoo Finance", "description": "Stock and finance data", "category": "Finance", "baseUrl": "https://finance.yahoo.com/", "authType": "apiKey"},
|
|
195
|
+
{"name": "Plaid", "description": "Bank account connections", "category": "Finance", "baseUrl": "https://plaid.com/docs/", "authType": "apiKey"},
|
|
196
|
+
{"name": "Tradier", "description": "Equity and option market data", "category": "Finance", "baseUrl": "https://developer.tradier.com/", "authType": "oauth"},
|
|
197
|
+
{"name": "Alpaca", "description": "Stock trading API", "category": "Finance", "baseUrl": "https://alpaca.markets/docs/", "authType": "apiKey"},
|
|
198
|
+
{"name": "Interactive Brokers", "description": "Trading platform API", "category": "Finance", "baseUrl": "https://www.interactivebrokers.com/en/trading/ib-api.php", "authType": "apiKey"},
|
|
199
|
+
|
|
200
|
+
# === FOOD & DRINK ===
|
|
201
|
+
{"name": "Edamam Nutrition", "description": "Nutrition analysis API", "category": "Food", "baseUrl": "https://developer.edamam.com/", "authType": "apiKey"},
|
|
202
|
+
{"name": "Edamam Recipes", "description": "Recipe search API", "category": "Food", "baseUrl": "https://developer.edamam.com/", "authType": "apiKey"},
|
|
203
|
+
{"name": "Spoonacular", "description": "Recipes and meal planning", "category": "Food", "baseUrl": "https://spoonacular.com/food-api", "authType": "apiKey"},
|
|
204
|
+
{"name": "TheMealDB", "description": "Meal recipes database", "category": "Food", "baseUrl": "https://www.themealdb.com/api.php", "authType": "apiKey"},
|
|
205
|
+
{"name": "TheCocktailDB", "description": "Cocktail recipes database", "category": "Food", "baseUrl": "https://www.thecocktaildb.com/api.php", "authType": "apiKey"},
|
|
206
|
+
{"name": "Open Food Facts", "description": "Food products database", "category": "Food", "baseUrl": "https://world.openfoodfacts.org/data", "authType": "none"},
|
|
207
|
+
{"name": "Untappd", "description": "Beer discovery and social", "category": "Food", "baseUrl": "https://untappd.com/api/docs", "authType": "oauth"},
|
|
208
|
+
{"name": "Zomato", "description": "Restaurant discovery", "category": "Food", "baseUrl": "https://developers.zomato.com/api", "authType": "apiKey"},
|
|
209
|
+
{"name": "Yelp Fusion", "description": "Local business search", "category": "Food", "baseUrl": "https://www.yelp.com/developers/documentation/v3", "authType": "apiKey"},
|
|
210
|
+
|
|
211
|
+
# === GAMES ===
|
|
212
|
+
{"name": "Pokemon API", "description": "Pokemon data", "category": "Games", "baseUrl": "https://pokeapi.co/", "authType": "none"},
|
|
213
|
+
{"name": "Marvel", "description": "Marvel comics data", "category": "Games", "baseUrl": "https://developer.marvel.com/", "authType": "apiKey"},
|
|
214
|
+
{"name": "Rick and Morty", "description": "Rick and Morty data", "category": "Games", "baseUrl": "https://rickandmortyapi.com/", "authType": "none"},
|
|
215
|
+
{"name": "Star Wars API", "description": "Star Wars data", "category": "Games", "baseUrl": "https://swapi.dev/", "authType": "none"},
|
|
216
|
+
{"name": "Open Trivia DB", "description": "Trivia questions database", "category": "Games", "baseUrl": "https://opentdb.com/api_config.php", "authType": "none"},
|
|
217
|
+
{"name": "Deck of Cards", "description": "Deck of cards simulation", "category": "Games", "baseUrl": "https://deckofcardsapi.com/", "authType": "none"},
|
|
218
|
+
{"name": "Board Game Geek", "description": "Board game database", "category": "Games", "baseUrl": "https://boardgamegeek.com/wiki/page/BGG_XML_API2", "authType": "none"},
|
|
219
|
+
{"name": "Chess.com", "description": "Chess game data", "category": "Games", "baseUrl": "https://www.chess.com/news/view/published-data-api", "authType": "none"},
|
|
220
|
+
|
|
221
|
+
# === GEOCODING ===
|
|
222
|
+
{"name": "Google Maps", "description": "Maps and geolocation", "category": "Geocoding", "baseUrl": "https://developers.google.com/maps", "authType": "apiKey"},
|
|
223
|
+
{"name": "Mapbox", "description": "Maps and navigation", "category": "Geocoding", "baseUrl": "https://docs.mapbox.com/", "authType": "apiKey"},
|
|
224
|
+
{"name": "OpenStreetMap", "description": "Open source mapping", "category": "Geocoding", "baseUrl": "https://wiki.openstreetmap.org/wiki/API", "authType": "oauth"},
|
|
225
|
+
{"name": "HERE Maps", "description": "Location and mapping", "category": "Geocoding", "baseUrl": "https://developer.here.com/", "authType": "apiKey"},
|
|
226
|
+
{"name": "OpenCage", "description": "Forward and reverse geocoding", "category": "Geocoding", "baseUrl": "https://opencagedata.com/api", "authType": "apiKey"},
|
|
227
|
+
{"name": "Nominatim", "description": "OpenStreetMap geocoding", "category": "Geocoding", "baseUrl": "https://nominatim.org/release-docs/latest/api/", "authType": "none"},
|
|
228
|
+
{"name": "IP Geolocation", "description": "IP address to location", "category": "Geocoding", "baseUrl": "https://ip-api.com/docs/", "authType": "none"},
|
|
229
|
+
{"name": "ipinfo.io", "description": "IP geolocation and data", "category": "Geocoding", "baseUrl": "https://ipinfo.io/developers", "authType": "apiKey"},
|
|
230
|
+
{"name": "MaxMind GeoIP2", "description": "IP geolocation database", "category": "Geocoding", "baseUrl": "https://dev.maxmind.com/geoip/", "authType": "apiKey"},
|
|
231
|
+
{"name": "What3Words", "description": "Address system using 3 words", "category": "Geocoding", "baseUrl": "https://developer.what3words.com/", "authType": "apiKey"},
|
|
232
|
+
|
|
233
|
+
# === GOVERNMENT ===
|
|
234
|
+
{"name": "USA.gov", "description": "US government data", "category": "Government", "baseUrl": "https://www.usa.gov/developers/", "authType": "apiKey"},
|
|
235
|
+
{"name": "UK Government", "description": "UK government data", "category": "Government", "baseUrl": "https://www.gov.uk/api/", "authType": "none"},
|
|
236
|
+
{"name": "EU Open Data Portal", "description": "European Union data", "category": "Government", "baseUrl": "https://data.europa.eu/api/hub/search/", "authType": "none"},
|
|
237
|
+
{"name": "Data.gov", "description": "US open data", "category": "Government", "baseUrl": "https://api.data.gov/", "authType": "apiKey"},
|
|
238
|
+
{"name": "SCB (Statistics Sweden)", "description": "Swedish statistics", "category": "Government", "baseUrl": "https://www.scb.se/en/services/open-data-api/", "authType": "none"},
|
|
239
|
+
{"name": "Bolagsverket", "description": "Swedish company register", "category": "Government", "baseUrl": "https://bolagsverket.se/", "authType": "apiKey"},
|
|
240
|
+
|
|
241
|
+
# === HEALTH ===
|
|
242
|
+
{"name": "OpenFDA", "description": "US FDA drug and device data", "category": "Health", "baseUrl": "https://open.fda.gov/apis/", "authType": "none"},
|
|
243
|
+
{"name": "HealthCare.gov", "description": "US health insurance marketplace", "category": "Health", "baseUrl": "https://www.healthcare.gov/developers/", "authType": "apiKey"},
|
|
244
|
+
{"name": "NPPES NPI Registry", "description": "US healthcare provider registry", "category": "Health", "baseUrl": "https://npiregistry.cms.hhs.gov/api/", "authType": "none"},
|
|
245
|
+
{"name": "BetterDoctor", "description": "Doctor and practice search", "category": "Health", "baseUrl": "https://betterdoctor.com/api/", "authType": "apiKey"},
|
|
246
|
+
{"name": "FHIR", "description": "Healthcare interoperability standard", "category": "Health", "baseUrl": "https://www.hl7.org/fhir/", "authType": "oauth"},
|
|
247
|
+
{"name": "Human API", "description": "Personal health data", "category": "Health", "baseUrl": "https://www.humanapi.co/developers", "authType": "oauth"},
|
|
248
|
+
|
|
249
|
+
# === IOT ===
|
|
250
|
+
{"name": "Particle", "description": "IoT device management", "category": "IoT", "baseUrl": "https://docs.particle.io/reference/cloud-apis/api/", "authType": "apiKey"},
|
|
251
|
+
{"name": "ThingSpeak", "description": "IoT data platform", "category": "IoT", "baseUrl": "https://thingspeak.com/docs/", "authType": "apiKey"},
|
|
252
|
+
{"name": "Blynk", "description": "IoT platform for hardware", "category": "IoT", "baseUrl": "https://blynk.io/en/developers", "authType": "apiKey"},
|
|
253
|
+
{"name": "Adafruit IO", "description": "IoT cloud service", "category": "IoT", "baseUrl": "https://io.adafruit.com/api/docs/", "authType": "apiKey"},
|
|
254
|
+
{"name": "AWS IoT", "description": "Amazon IoT services", "category": "IoT", "baseUrl": "https://docs.aws.amazon.com/iot/", "authType": "apiKey"},
|
|
255
|
+
{"name": "Azure IoT Hub", "description": "Microsoft IoT services", "category": "IoT", "baseUrl": "https://docs.microsoft.com/en-us/azure/iot-hub/", "authType": "apiKey"},
|
|
256
|
+
{"name": "Google Cloud IoT", "description": "Google IoT services", "category": "IoT", "baseUrl": "https://cloud.google.com/iot-core/docs", "authType": "apiKey"},
|
|
257
|
+
{"name": "Philips Hue", "description": "Smart lighting control", "category": "IoT", "baseUrl": "https://developers.meethue.com/", "authType": "oauth"},
|
|
258
|
+
{"name": "SmartThings", "description": "Smart home platform", "category": "IoT", "baseUrl": "https://developer.smartthings.com/docs/api-ref/", "authType": "oauth"},
|
|
259
|
+
{"name": "Home Assistant", "description": "Home automation platform", "category": "IoT", "baseUrl": "https://developers.home-assistant.io/docs/api/", "authType": "bearer"},
|
|
260
|
+
|
|
261
|
+
# === JOBS ===
|
|
262
|
+
{"name": "Adzuna", "description": "Job search API", "category": "Jobs", "baseUrl": "https://developer.adzuna.com/", "authType": "apiKey"},
|
|
263
|
+
{"name": "GitHub Jobs", "description": "Tech job listings", "category": "Jobs", "baseUrl": "https://jobs.github.com/api", "authType": "none"},
|
|
264
|
+
{"name": "Indeed", "description": "Job search platform", "category": "Jobs", "baseUrl": "https://www.indeed.com/publisher", "authType": "apiKey"},
|
|
265
|
+
{"name": "LinkedIn Jobs", "description": "Professional job listings", "category": "Jobs", "baseUrl": "https://www.linkedin.com/developers/", "authType": "oauth"},
|
|
266
|
+
{"name": "Remotive", "description": "Remote job listings", "category": "Jobs", "baseUrl": "https://remotive.io/api-documentation", "authType": "none"},
|
|
267
|
+
{"name": "The Muse", "description": "Career and job data", "category": "Jobs", "baseUrl": "https://www.themuse.com/developers/api/v2", "authType": "apiKey"},
|
|
268
|
+
{"name": "Glassdoor", "description": "Company reviews and salaries", "category": "Jobs", "baseUrl": "https://www.glassdoor.com/developer/", "authType": "apiKey"},
|
|
269
|
+
|
|
270
|
+
# === MACHINE LEARNING ===
|
|
271
|
+
{"name": "OpenAI", "description": "GPT and AI models", "category": "AI/ML", "baseUrl": "https://platform.openai.com/docs/api-reference", "authType": "apiKey"},
|
|
272
|
+
{"name": "Anthropic Claude", "description": "Claude AI assistant", "category": "AI/ML", "baseUrl": "https://docs.anthropic.com/claude/reference/", "authType": "apiKey"},
|
|
273
|
+
{"name": "Google Vertex AI", "description": "Google AI platform", "category": "AI/ML", "baseUrl": "https://cloud.google.com/vertex-ai/docs", "authType": "apiKey"},
|
|
274
|
+
{"name": "AWS Bedrock", "description": "Foundation models on AWS", "category": "AI/ML", "baseUrl": "https://docs.aws.amazon.com/bedrock/", "authType": "apiKey"},
|
|
275
|
+
{"name": "Hugging Face", "description": "ML models and datasets", "category": "AI/ML", "baseUrl": "https://huggingface.co/docs/api-inference/", "authType": "apiKey"},
|
|
276
|
+
{"name": "Replicate", "description": "ML model hosting", "category": "AI/ML", "baseUrl": "https://replicate.com/docs", "authType": "apiKey"},
|
|
277
|
+
{"name": "Cohere", "description": "NLP and language models", "category": "AI/ML", "baseUrl": "https://docs.cohere.ai/reference/", "authType": "apiKey"},
|
|
278
|
+
{"name": "AI21 Labs", "description": "Language models", "category": "AI/ML", "baseUrl": "https://docs.ai21.com/reference/", "authType": "apiKey"},
|
|
279
|
+
{"name": "Stability AI", "description": "Image generation models", "category": "AI/ML", "baseUrl": "https://platform.stability.ai/docs/", "authType": "apiKey"},
|
|
280
|
+
{"name": "Midjourney", "description": "AI image generation", "category": "AI/ML", "baseUrl": "https://docs.midjourney.com/", "authType": "apiKey"},
|
|
281
|
+
{"name": "ElevenLabs", "description": "AI voice synthesis", "category": "AI/ML", "baseUrl": "https://docs.elevenlabs.io/", "authType": "apiKey"},
|
|
282
|
+
{"name": "AssemblyAI", "description": "Speech-to-text API", "category": "AI/ML", "baseUrl": "https://www.assemblyai.com/docs/", "authType": "apiKey"},
|
|
283
|
+
{"name": "Deepgram", "description": "Speech recognition API", "category": "AI/ML", "baseUrl": "https://developers.deepgram.com/", "authType": "apiKey"},
|
|
284
|
+
{"name": "Whisper (OpenAI)", "description": "Speech recognition model", "category": "AI/ML", "baseUrl": "https://platform.openai.com/docs/guides/speech-to-text", "authType": "apiKey"},
|
|
285
|
+
{"name": "DALL-E", "description": "AI image generation", "category": "AI/ML", "baseUrl": "https://platform.openai.com/docs/guides/images", "authType": "apiKey"},
|
|
286
|
+
{"name": "GPT-4 Vision", "description": "AI vision analysis", "category": "AI/ML", "baseUrl": "https://platform.openai.com/docs/guides/vision", "authType": "apiKey"},
|
|
287
|
+
{"name": "Clarifai", "description": "Computer vision AI", "category": "AI/ML", "baseUrl": "https://docs.clarifai.com/", "authType": "apiKey"},
|
|
288
|
+
{"name": "AWS Rekognition", "description": "Image and video analysis", "category": "AI/ML", "baseUrl": "https://docs.aws.amazon.com/rekognition/", "authType": "apiKey"},
|
|
289
|
+
{"name": "Google Vision AI", "description": "Image analysis", "category": "AI/ML", "baseUrl": "https://cloud.google.com/vision/docs", "authType": "apiKey"},
|
|
290
|
+
{"name": "Azure Computer Vision", "description": "Image analysis API", "category": "AI/ML", "baseUrl": "https://docs.microsoft.com/en-us/azure/cognitive-services/computer-vision/", "authType": "apiKey"},
|
|
291
|
+
|
|
292
|
+
# === MAPS ===
|
|
293
|
+
{"name": "TomTom", "description": "Maps and navigation", "category": "Maps", "baseUrl": "https://developer.tomtom.com/", "authType": "apiKey"},
|
|
294
|
+
{"name": "Bing Maps", "description": "Microsoft maps platform", "category": "Maps", "baseUrl": "https://docs.microsoft.com/en-us/bingmaps/", "authType": "apiKey"},
|
|
295
|
+
{"name": "Yandex Maps", "description": "Russian maps platform", "category": "Maps", "baseUrl": "https://yandex.com/dev/maps/", "authType": "apiKey"},
|
|
296
|
+
{"name": "Leaflet", "description": "Open source JS maps library", "category": "Maps", "baseUrl": "https://leafletjs.com/reference.html", "authType": "none"},
|
|
297
|
+
{"name": "OpenLayers", "description": "Open source map library", "category": "Maps", "baseUrl": "https://openlayers.org/en/latest/apidoc/", "authType": "none"},
|
|
298
|
+
|
|
299
|
+
# === MUSIC ===
|
|
300
|
+
{"name": "Genius", "description": "Song lyrics and annotations", "category": "Music", "baseUrl": "https://docs.genius.com/", "authType": "oauth"},
|
|
301
|
+
{"name": "Musixmatch", "description": "Lyrics database", "category": "Music", "baseUrl": "https://developer.musixmatch.com/", "authType": "apiKey"},
|
|
302
|
+
{"name": "SoundCloud", "description": "Audio streaming platform", "category": "Music", "baseUrl": "https://developers.soundcloud.com/", "authType": "oauth"},
|
|
303
|
+
{"name": "Bandcamp", "description": "Music and merchandise", "category": "Music", "baseUrl": "https://bandcamp.com/developer", "authType": "oauth"},
|
|
304
|
+
{"name": "MusicBrainz", "description": "Music metadata database", "category": "Music", "baseUrl": "https://musicbrainz.org/doc/MusicBrainz_API", "authType": "none"},
|
|
305
|
+
{"name": "AudioScrobbler (Last.fm)", "description": "Music scrobbling data", "category": "Music", "baseUrl": "https://www.last.fm/api", "authType": "apiKey"},
|
|
306
|
+
{"name": "Shazam", "description": "Music recognition", "category": "Music", "baseUrl": "https://rapidapi.com/shazam/api/shazam", "authType": "apiKey"},
|
|
307
|
+
{"name": "Apple Music", "description": "Music streaming service", "category": "Music", "baseUrl": "https://developer.apple.com/documentation/applemusicapi", "authType": "oauth"},
|
|
308
|
+
|
|
309
|
+
# === NEWS ===
|
|
310
|
+
{"name": "New York Times", "description": "NYT articles and data", "category": "News", "baseUrl": "https://developer.nytimes.com/", "authType": "apiKey"},
|
|
311
|
+
{"name": "The Guardian", "description": "Guardian news API", "category": "News", "baseUrl": "https://open-platform.theguardian.com/", "authType": "apiKey"},
|
|
312
|
+
{"name": "Currents API", "description": "Latest news articles", "category": "News", "baseUrl": "https://currentsapi.services/en", "authType": "apiKey"},
|
|
313
|
+
{"name": "GNews", "description": "Google News aggregation", "category": "News", "baseUrl": "https://gnews.io/docs/", "authType": "apiKey"},
|
|
314
|
+
{"name": "Hacker News", "description": "Tech news and discussions", "category": "News", "baseUrl": "https://github.com/HackerNews/API", "authType": "none"},
|
|
315
|
+
{"name": "Reddit", "description": "Social news aggregation", "category": "News", "baseUrl": "https://www.reddit.com/dev/api/", "authType": "oauth"},
|
|
316
|
+
{"name": "Dev.to", "description": "Developer community", "category": "News", "baseUrl": "https://developers.forem.com/api", "authType": "apiKey"},
|
|
317
|
+
{"name": "Product Hunt", "description": "Tech product launches", "category": "News", "baseUrl": "https://api.producthunt.com/v2/docs", "authType": "oauth"},
|
|
318
|
+
|
|
319
|
+
# === OPEN DATA ===
|
|
320
|
+
{"name": "World Bank", "description": "Global development data", "category": "Open Data", "baseUrl": "https://datahelpdesk.worldbank.org/knowledgebase/topics/125589", "authType": "none"},
|
|
321
|
+
{"name": "UN Data", "description": "United Nations statistics", "category": "Open Data", "baseUrl": "https://data.un.org/", "authType": "none"},
|
|
322
|
+
{"name": "OECD", "description": "Economic data", "category": "Open Data", "baseUrl": "https://data.oecd.org/api/", "authType": "none"},
|
|
323
|
+
{"name": "NASA", "description": "Space and science data", "category": "Open Data", "baseUrl": "https://api.nasa.gov/", "authType": "apiKey"},
|
|
324
|
+
{"name": "USGS", "description": "US geological data", "category": "Open Data", "baseUrl": "https://www.usgs.gov/products/data-and-tools/apis", "authType": "none"},
|
|
325
|
+
{"name": "NOAA", "description": "Weather and climate data", "category": "Open Data", "baseUrl": "https://www.ncdc.noaa.gov/cdo-web/webservices/v2", "authType": "apiKey"},
|
|
326
|
+
|
|
327
|
+
# === PAYMENTS ===
|
|
328
|
+
{"name": "Swish", "description": "Swedish mobile payments", "category": "Payments", "baseUrl": "https://developer.swish.nu/", "authType": "certificate"},
|
|
329
|
+
{"name": "iDEAL", "description": "Dutch online payments", "category": "Payments", "baseUrl": "https://www.ideal.nl/en/developers/", "authType": "certificate"},
|
|
330
|
+
{"name": "Bancontact", "description": "Belgian payment system", "category": "Payments", "baseUrl": "https://developer.bancontact.com/", "authType": "apiKey"},
|
|
331
|
+
{"name": "MobilePay", "description": "Danish mobile payments", "category": "Payments", "baseUrl": "https://developer.mobilepay.dk/", "authType": "oauth"},
|
|
332
|
+
{"name": "Vipps", "description": "Norwegian mobile payments", "category": "Payments", "baseUrl": "https://vippsas.github.io/vipps-developers/", "authType": "oauth"},
|
|
333
|
+
{"name": "Revolut", "description": "Digital banking API", "category": "Payments", "baseUrl": "https://developer.revolut.com/", "authType": "oauth"},
|
|
334
|
+
{"name": "Wise (TransferWise)", "description": "International transfers", "category": "Payments", "baseUrl": "https://api-docs.wise.com/", "authType": "oauth"},
|
|
335
|
+
{"name": "Checkout.com", "description": "Payment processing", "category": "Payments", "baseUrl": "https://api-reference.checkout.com/", "authType": "apiKey"},
|
|
336
|
+
{"name": "Mollie", "description": "European payments", "category": "Payments", "baseUrl": "https://docs.mollie.com/", "authType": "apiKey"},
|
|
337
|
+
{"name": "GoCardless", "description": "Direct debit payments", "category": "Payments", "baseUrl": "https://developer.gocardless.com/", "authType": "apiKey"},
|
|
338
|
+
|
|
339
|
+
# === PHOTOGRAPHY ===
|
|
340
|
+
{"name": "Flickr", "description": "Photo sharing platform", "category": "Photography", "baseUrl": "https://www.flickr.com/services/api/", "authType": "oauth"},
|
|
341
|
+
{"name": "500px", "description": "Photography community", "category": "Photography", "baseUrl": "https://github.com/500px/legacy-api-documentation", "authType": "oauth"},
|
|
342
|
+
{"name": "Getty Images", "description": "Stock photography", "category": "Photography", "baseUrl": "https://developers.gettyimages.com/", "authType": "apiKey"},
|
|
343
|
+
{"name": "Shutterstock", "description": "Stock images and videos", "category": "Photography", "baseUrl": "https://developers.shutterstock.com/", "authType": "oauth"},
|
|
344
|
+
{"name": "Adobe Stock", "description": "Stock content", "category": "Photography", "baseUrl": "https://www.adobe.io/apis/creativecloud/stock.html", "authType": "oauth"},
|
|
345
|
+
{"name": "Lorem Picsum", "description": "Random placeholder images", "category": "Photography", "baseUrl": "https://picsum.photos/", "authType": "none"},
|
|
346
|
+
{"name": "PlaceImg", "description": "Placeholder images by category", "category": "Photography", "baseUrl": "https://placeimg.com/", "authType": "none"},
|
|
347
|
+
|
|
348
|
+
# === SCIENCE ===
|
|
349
|
+
{"name": "arXiv", "description": "Scientific papers", "category": "Science", "baseUrl": "https://arxiv.org/help/api/", "authType": "none"},
|
|
350
|
+
{"name": "PubMed", "description": "Biomedical literature", "category": "Science", "baseUrl": "https://www.ncbi.nlm.nih.gov/home/develop/api/", "authType": "apiKey"},
|
|
351
|
+
{"name": "Crossref", "description": "Scholarly metadata", "category": "Science", "baseUrl": "https://www.crossref.org/services/metadata-retrieval/", "authType": "none"},
|
|
352
|
+
{"name": "Semantic Scholar", "description": "AI-powered paper search", "category": "Science", "baseUrl": "https://api.semanticscholar.org/", "authType": "apiKey"},
|
|
353
|
+
{"name": "CORE", "description": "Open access papers", "category": "Science", "baseUrl": "https://core.ac.uk/services/api/", "authType": "apiKey"},
|
|
354
|
+
{"name": "SpaceX", "description": "SpaceX launch data", "category": "Science", "baseUrl": "https://github.com/r-spacex/SpaceX-API", "authType": "none"},
|
|
355
|
+
{"name": "Launch Library 2", "description": "Space launch data", "category": "Science", "baseUrl": "https://thespacedevs.com/llapi", "authType": "none"},
|
|
356
|
+
{"name": "Wolfram Alpha", "description": "Computational knowledge", "category": "Science", "baseUrl": "https://products.wolframalpha.com/api/", "authType": "apiKey"},
|
|
357
|
+
{"name": "Newton", "description": "Math calculations API", "category": "Science", "baseUrl": "https://newton.vercel.app/", "authType": "none"},
|
|
358
|
+
{"name": "NumbersAPI", "description": "Facts about numbers", "category": "Science", "baseUrl": "http://numbersapi.com/", "authType": "none"},
|
|
359
|
+
|
|
360
|
+
# === SECURITY ===
|
|
361
|
+
{"name": "VirusTotal", "description": "File and URL analysis", "category": "Security", "baseUrl": "https://developers.virustotal.com/", "authType": "apiKey"},
|
|
362
|
+
{"name": "Have I Been Pwned", "description": "Data breach checking", "category": "Security", "baseUrl": "https://haveibeenpwned.com/API/", "authType": "apiKey"},
|
|
363
|
+
{"name": "Shodan", "description": "Internet-connected devices search", "category": "Security", "baseUrl": "https://developer.shodan.io/", "authType": "apiKey"},
|
|
364
|
+
{"name": "AbuseIPDB", "description": "IP reputation database", "category": "Security", "baseUrl": "https://docs.abuseipdb.com/", "authType": "apiKey"},
|
|
365
|
+
{"name": "SecurityTrails", "description": "DNS and domain intelligence", "category": "Security", "baseUrl": "https://securitytrails.com/corp/apidocs", "authType": "apiKey"},
|
|
366
|
+
{"name": "Censys", "description": "Internet security data", "category": "Security", "baseUrl": "https://censys.io/api", "authType": "apiKey"},
|
|
367
|
+
{"name": "CIRCL", "description": "Threat intelligence", "category": "Security", "baseUrl": "https://www.circl.lu/services/", "authType": "apiKey"},
|
|
368
|
+
{"name": "AlienVault OTX", "description": "Open threat exchange", "category": "Security", "baseUrl": "https://otx.alienvault.com/api", "authType": "apiKey"},
|
|
369
|
+
{"name": "URLScan", "description": "URL analysis service", "category": "Security", "baseUrl": "https://urlscan.io/docs/api/", "authType": "apiKey"},
|
|
370
|
+
|
|
371
|
+
# === SOCIAL ===
|
|
372
|
+
{"name": "Twitter/X", "description": "Social media platform API", "category": "Social", "baseUrl": "https://developer.twitter.com/en/docs", "authType": "oauth"},
|
|
373
|
+
{"name": "Facebook Graph", "description": "Facebook data API", "category": "Social", "baseUrl": "https://developers.facebook.com/docs/graph-api/", "authType": "oauth"},
|
|
374
|
+
{"name": "Instagram Basic Display", "description": "Instagram user data", "category": "Social", "baseUrl": "https://developers.facebook.com/docs/instagram-basic-display-api/", "authType": "oauth"},
|
|
375
|
+
{"name": "LinkedIn", "description": "Professional network API", "category": "Social", "baseUrl": "https://www.linkedin.com/developers/", "authType": "oauth"},
|
|
376
|
+
{"name": "Pinterest", "description": "Visual discovery platform", "category": "Social", "baseUrl": "https://developers.pinterest.com/docs/api/v5/", "authType": "oauth"},
|
|
377
|
+
{"name": "Snapchat", "description": "Snap Kit APIs", "category": "Social", "baseUrl": "https://kit.snapchat.com/", "authType": "oauth"},
|
|
378
|
+
{"name": "TikTok", "description": "TikTok for developers", "category": "Social", "baseUrl": "https://developers.tiktok.com/doc/", "authType": "oauth"},
|
|
379
|
+
{"name": "Mastodon", "description": "Decentralized social network", "category": "Social", "baseUrl": "https://docs.joinmastodon.org/api/", "authType": "oauth"},
|
|
380
|
+
{"name": "Bluesky", "description": "Decentralized social network", "category": "Social", "baseUrl": "https://atproto.com/docs/", "authType": "oauth"},
|
|
381
|
+
{"name": "Threads", "description": "Meta's text-based social app", "category": "Social", "baseUrl": "https://developers.facebook.com/docs/threads/", "authType": "oauth"},
|
|
382
|
+
{"name": "Telegram Bot", "description": "Telegram messaging bots", "category": "Social", "baseUrl": "https://core.telegram.org/bots/api", "authType": "apiKey"},
|
|
383
|
+
{"name": "Slack", "description": "Team communication API", "category": "Social", "baseUrl": "https://api.slack.com/", "authType": "oauth"},
|
|
384
|
+
{"name": "WhatsApp Business", "description": "WhatsApp messaging", "category": "Social", "baseUrl": "https://developers.facebook.com/docs/whatsapp/", "authType": "oauth"},
|
|
385
|
+
{"name": "Signal", "description": "Encrypted messaging", "category": "Social", "baseUrl": "https://signal.org/docs/", "authType": "none"},
|
|
386
|
+
|
|
387
|
+
# === SPORTS ===
|
|
388
|
+
{"name": "ESPN", "description": "Sports data and scores", "category": "Sports", "baseUrl": "https://www.espn.com/apis/devcenter/", "authType": "apiKey"},
|
|
389
|
+
{"name": "Sportmonks", "description": "Football/soccer data", "category": "Sports", "baseUrl": "https://docs.sportmonks.com/football/", "authType": "apiKey"},
|
|
390
|
+
{"name": "API-FOOTBALL", "description": "Football statistics", "category": "Sports", "baseUrl": "https://www.api-football.com/documentation-v3", "authType": "apiKey"},
|
|
391
|
+
{"name": "NBA Stats", "description": "NBA basketball data", "category": "Sports", "baseUrl": "https://github.com/swar/nba_api", "authType": "none"},
|
|
392
|
+
{"name": "MLB Stats", "description": "Baseball statistics", "category": "Sports", "baseUrl": "https://statsapi.mlb.com/docs/", "authType": "none"},
|
|
393
|
+
{"name": "NHL Stats", "description": "Hockey statistics", "category": "Sports", "baseUrl": "https://gitlab.com/dword4/nhlapi", "authType": "none"},
|
|
394
|
+
{"name": "OpenLigaDB", "description": "German football data", "category": "Sports", "baseUrl": "https://www.openligadb.de/", "authType": "none"},
|
|
395
|
+
{"name": "Strava", "description": "Fitness activity data", "category": "Sports", "baseUrl": "https://developers.strava.com/", "authType": "oauth"},
|
|
396
|
+
{"name": "Fitbit", "description": "Fitness tracking data", "category": "Sports", "baseUrl": "https://dev.fitbit.com/", "authType": "oauth"},
|
|
397
|
+
{"name": "Withings", "description": "Health and fitness devices", "category": "Sports", "baseUrl": "https://developer.withings.com/api-reference", "authType": "oauth"},
|
|
398
|
+
|
|
399
|
+
# === TRANSPORTATION ===
|
|
400
|
+
{"name": "Google Directions", "description": "Route planning", "category": "Transportation", "baseUrl": "https://developers.google.com/maps/documentation/directions/", "authType": "apiKey"},
|
|
401
|
+
{"name": "OpenRouteService", "description": "Open source routing", "category": "Transportation", "baseUrl": "https://openrouteservice.org/dev/", "authType": "apiKey"},
|
|
402
|
+
{"name": "OSRM", "description": "Open source routing machine", "category": "Transportation", "baseUrl": "http://project-osrm.org/docs/v5.24.0/api/", "authType": "none"},
|
|
403
|
+
{"name": "Uber", "description": "Ride-sharing API", "category": "Transportation", "baseUrl": "https://developer.uber.com/docs/", "authType": "oauth"},
|
|
404
|
+
{"name": "Lyft", "description": "Ride-sharing service", "category": "Transportation", "baseUrl": "https://www.lyft.com/developers", "authType": "oauth"},
|
|
405
|
+
{"name": "Citymapper", "description": "Urban navigation", "category": "Transportation", "baseUrl": "https://citymapper.com/developers", "authType": "apiKey"},
|
|
406
|
+
{"name": "Rome2Rio", "description": "Multi-modal travel search", "category": "Transportation", "baseUrl": "https://www.rome2rio.com/documentation/", "authType": "apiKey"},
|
|
407
|
+
{"name": "FlightAware", "description": "Flight tracking data", "category": "Transportation", "baseUrl": "https://flightaware.com/commercial/aeroapi/", "authType": "apiKey"},
|
|
408
|
+
{"name": "AviationStack", "description": "Real-time flight data", "category": "Transportation", "baseUrl": "https://aviationstack.com/documentation", "authType": "apiKey"},
|
|
409
|
+
{"name": "ADS-B Exchange", "description": "Aircraft tracking data", "category": "Transportation", "baseUrl": "https://www.adsbexchange.com/data/", "authType": "apiKey"},
|
|
410
|
+
{"name": "OpenSky Network", "description": "Flight tracking network", "category": "Transportation", "baseUrl": "https://opensky-network.org/apidoc/", "authType": "none"},
|
|
411
|
+
{"name": "Transport API", "description": "UK public transport", "category": "Transportation", "baseUrl": "https://developer.transportapi.com/", "authType": "apiKey"},
|
|
412
|
+
{"name": "Deutsche Bahn", "description": "German railways", "category": "Transportation", "baseUrl": "https://developer.deutschebahn.com/", "authType": "apiKey"},
|
|
413
|
+
{"name": "SL (Stockholm)", "description": "Stockholm public transport", "category": "Transportation", "baseUrl": "https://www.trafiklab.se/api", "authType": "apiKey"},
|
|
414
|
+
{"name": "VƤsttrafik", "description": "Swedish public transport", "category": "Transportation", "baseUrl": "https://developer.vasttrafik.se/", "authType": "oauth"},
|
|
415
|
+
{"name": "SkƄnetrafiken", "description": "Swedish public transport", "category": "Transportation", "baseUrl": "https://www.skanetrafiken.se/", "authType": "apiKey"},
|
|
416
|
+
{"name": "Marine Traffic", "description": "Ship tracking", "category": "Transportation", "baseUrl": "https://www.marinetraffic.com/en/ais-api-services", "authType": "apiKey"},
|
|
417
|
+
{"name": "VesselFinder", "description": "Ship tracking API", "category": "Transportation", "baseUrl": "https://api.vesselfinder.com/docs/", "authType": "apiKey"},
|
|
418
|
+
|
|
419
|
+
# === URL SHORTENERS ===
|
|
420
|
+
{"name": "Bitly", "description": "URL shortening service", "category": "URL Shorteners", "baseUrl": "https://dev.bitly.com/", "authType": "oauth"},
|
|
421
|
+
{"name": "Rebrandly", "description": "Branded link management", "category": "URL Shorteners", "baseUrl": "https://developers.rebrandly.com/", "authType": "apiKey"},
|
|
422
|
+
{"name": "TinyURL", "description": "Simple URL shortener", "category": "URL Shorteners", "baseUrl": "https://tinyurl.com/app/dev", "authType": "apiKey"},
|
|
423
|
+
{"name": "Short.io", "description": "White label URL shortener", "category": "URL Shorteners", "baseUrl": "https://developers.short.io/", "authType": "apiKey"},
|
|
424
|
+
{"name": "Kutt", "description": "Open source URL shortener", "category": "URL Shorteners", "baseUrl": "https://kutt.it/", "authType": "apiKey"},
|
|
425
|
+
|
|
426
|
+
# === VEHICLE ===
|
|
427
|
+
{"name": "NHTSA", "description": "US vehicle safety data", "category": "Vehicle", "baseUrl": "https://vpic.nhtsa.dot.gov/api/", "authType": "none"},
|
|
428
|
+
{"name": "Tesla", "description": "Tesla vehicle API", "category": "Vehicle", "baseUrl": "https://tesla-api.timdorr.com/", "authType": "oauth"},
|
|
429
|
+
{"name": "Smartcar", "description": "Connected car platform", "category": "Vehicle", "baseUrl": "https://smartcar.com/docs/", "authType": "oauth"},
|
|
430
|
+
{"name": "Edmunds", "description": "Vehicle data and pricing", "category": "Vehicle", "baseUrl": "https://developer.edmunds.com/", "authType": "apiKey"},
|
|
431
|
+
{"name": "CarMD", "description": "Vehicle diagnostics", "category": "Vehicle", "baseUrl": "https://www.carmd.com/api/", "authType": "apiKey"},
|
|
432
|
+
{"name": "VIN Decoder", "description": "Vehicle identification", "category": "Vehicle", "baseUrl": "https://vindecoder.eu/api", "authType": "apiKey"},
|
|
433
|
+
|
|
434
|
+
# === VIDEO ===
|
|
435
|
+
{"name": "Vimeo", "description": "Video hosting platform", "category": "Video", "baseUrl": "https://developer.vimeo.com/api", "authType": "oauth"},
|
|
436
|
+
{"name": "Dailymotion", "description": "Video platform API", "category": "Video", "baseUrl": "https://developer.dailymotion.com/", "authType": "oauth"},
|
|
437
|
+
{"name": "Mux", "description": "Video streaming API", "category": "Video", "baseUrl": "https://docs.mux.com/", "authType": "apiKey"},
|
|
438
|
+
{"name": "Cloudflare Stream", "description": "Video streaming platform", "category": "Video", "baseUrl": "https://developers.cloudflare.com/stream/", "authType": "apiKey"},
|
|
439
|
+
{"name": "Brightcove", "description": "Video hosting and CDN", "category": "Video", "baseUrl": "https://apis.support.brightcove.com/", "authType": "oauth"},
|
|
440
|
+
{"name": "JW Player", "description": "Video player platform", "category": "Video", "baseUrl": "https://developer.jwplayer.com/", "authType": "apiKey"},
|
|
441
|
+
{"name": "Wistia", "description": "Business video hosting", "category": "Video", "baseUrl": "https://wistia.com/support/developers", "authType": "apiKey"},
|
|
442
|
+
{"name": "Kaltura", "description": "Video platform", "category": "Video", "baseUrl": "https://developer.kaltura.com/api-docs/", "authType": "apiKey"},
|
|
443
|
+
|
|
444
|
+
# === WEATHER ===
|
|
445
|
+
{"name": "OpenWeatherMap", "description": "Weather data and forecasts", "category": "Weather", "baseUrl": "https://openweathermap.org/api", "authType": "apiKey"},
|
|
446
|
+
{"name": "WeatherAPI", "description": "Weather and geo data", "category": "Weather", "baseUrl": "https://www.weatherapi.com/docs/", "authType": "apiKey"},
|
|
447
|
+
{"name": "Weather Underground", "description": "Weather data network", "category": "Weather", "baseUrl": "https://www.wunderground.com/weather/api/", "authType": "apiKey"},
|
|
448
|
+
{"name": "AccuWeather", "description": "Weather forecasting", "category": "Weather", "baseUrl": "https://developer.accuweather.com/", "authType": "apiKey"},
|
|
449
|
+
{"name": "Dark Sky", "description": "Weather forecasts (Apple)", "category": "Weather", "baseUrl": "https://darksky.net/dev", "authType": "apiKey"},
|
|
450
|
+
{"name": "ClimaCell/Tomorrow.io", "description": "Weather intelligence", "category": "Weather", "baseUrl": "https://docs.tomorrow.io/", "authType": "apiKey"},
|
|
451
|
+
{"name": "Visual Crossing", "description": "Historical weather data", "category": "Weather", "baseUrl": "https://www.visualcrossing.com/weather-api", "authType": "apiKey"},
|
|
452
|
+
{"name": "Open-Meteo", "description": "Free weather API", "category": "Weather", "baseUrl": "https://open-meteo.com/", "authType": "none"},
|
|
453
|
+
{"name": "Met.no", "description": "Norwegian weather service", "category": "Weather", "baseUrl": "https://api.met.no/", "authType": "none"},
|
|
454
|
+
{"name": "SMHI", "description": "Swedish weather data", "category": "Weather", "baseUrl": "https://opendata.smhi.se/apidocs/", "authType": "none"},
|
|
455
|
+
{"name": "DMI (Denmark)", "description": "Danish weather service", "category": "Weather", "baseUrl": "https://opendatadocs.dmi.govcloud.dk/", "authType": "apiKey"},
|
|
456
|
+
|
|
457
|
+
# === DEVELOPMENT ===
|
|
458
|
+
{"name": "GitHub", "description": "Code hosting and collaboration", "category": "Development", "baseUrl": "https://docs.github.com/rest", "authType": "oauth"},
|
|
459
|
+
{"name": "GitLab", "description": "DevOps platform", "category": "Development", "baseUrl": "https://docs.gitlab.com/ee/api/", "authType": "oauth"},
|
|
460
|
+
{"name": "Bitbucket", "description": "Git repository hosting", "category": "Development", "baseUrl": "https://developer.atlassian.com/cloud/bitbucket/", "authType": "oauth"},
|
|
461
|
+
{"name": "Jira", "description": "Project management", "category": "Development", "baseUrl": "https://developer.atlassian.com/cloud/jira/platform/", "authType": "oauth"},
|
|
462
|
+
{"name": "Confluence", "description": "Team documentation", "category": "Development", "baseUrl": "https://developer.atlassian.com/cloud/confluence/", "authType": "oauth"},
|
|
463
|
+
{"name": "Notion", "description": "Workspace platform", "category": "Development", "baseUrl": "https://developers.notion.com/", "authType": "bearer"},
|
|
464
|
+
{"name": "Airtable", "description": "Spreadsheet database", "category": "Development", "baseUrl": "https://airtable.com/api", "authType": "apiKey"},
|
|
465
|
+
{"name": "Supabase", "description": "Open source Firebase alternative", "category": "Development", "baseUrl": "https://supabase.com/docs/reference", "authType": "apiKey"},
|
|
466
|
+
{"name": "Firebase", "description": "App development platform", "category": "Development", "baseUrl": "https://firebase.google.com/docs/reference", "authType": "apiKey"},
|
|
467
|
+
{"name": "Heroku", "description": "Cloud platform", "category": "Development", "baseUrl": "https://devcenter.heroku.com/articles/platform-api-reference", "authType": "oauth"},
|
|
468
|
+
{"name": "Vercel", "description": "Frontend deployment platform", "category": "Development", "baseUrl": "https://vercel.com/docs/api", "authType": "bearer"},
|
|
469
|
+
{"name": "Netlify", "description": "Web deployment platform", "category": "Development", "baseUrl": "https://docs.netlify.com/api/", "authType": "bearer"},
|
|
470
|
+
{"name": "Railway", "description": "Infrastructure platform", "category": "Development", "baseUrl": "https://docs.railway.app/reference/public-api", "authType": "bearer"},
|
|
471
|
+
{"name": "Render", "description": "Cloud platform", "category": "Development", "baseUrl": "https://api-docs.render.com/", "authType": "apiKey"},
|
|
472
|
+
{"name": "DigitalOcean", "description": "Cloud infrastructure", "category": "Development", "baseUrl": "https://docs.digitalocean.com/reference/api/", "authType": "bearer"},
|
|
473
|
+
{"name": "Linode", "description": "Cloud hosting", "category": "Development", "baseUrl": "https://www.linode.com/docs/api/", "authType": "bearer"},
|
|
474
|
+
{"name": "Vultr", "description": "Cloud compute", "category": "Development", "baseUrl": "https://www.vultr.com/api/", "authType": "apiKey"},
|
|
475
|
+
{"name": "AWS", "description": "Amazon Web Services", "category": "Development", "baseUrl": "https://docs.aws.amazon.com/", "authType": "apiKey"},
|
|
476
|
+
{"name": "Google Cloud", "description": "Google Cloud Platform", "category": "Development", "baseUrl": "https://cloud.google.com/apis/docs/overview", "authType": "oauth"},
|
|
477
|
+
{"name": "Azure", "description": "Microsoft Azure", "category": "Development", "baseUrl": "https://docs.microsoft.com/en-us/rest/api/azure/", "authType": "oauth"},
|
|
478
|
+
{"name": "npm Registry", "description": "JavaScript package registry", "category": "Development", "baseUrl": "https://docs.npmjs.com/api", "authType": "apiKey"},
|
|
479
|
+
{"name": "PyPI", "description": "Python package index", "category": "Development", "baseUrl": "https://warehouse.pypa.io/api-reference/", "authType": "apiKey"},
|
|
480
|
+
{"name": "RubyGems", "description": "Ruby package manager", "category": "Development", "baseUrl": "https://guides.rubygems.org/rubygems-org-api/", "authType": "apiKey"},
|
|
481
|
+
{"name": "Docker Hub", "description": "Container registry", "category": "Development", "baseUrl": "https://docs.docker.com/docker-hub/api/latest/", "authType": "bearer"},
|
|
482
|
+
{"name": "CircleCI", "description": "CI/CD platform", "category": "Development", "baseUrl": "https://circleci.com/docs/api/v2/", "authType": "apiKey"},
|
|
483
|
+
{"name": "Travis CI", "description": "CI service", "category": "Development", "baseUrl": "https://docs.travis-ci.com/api/", "authType": "apiKey"},
|
|
484
|
+
{"name": "GitHub Actions", "description": "CI/CD for GitHub", "category": "Development", "baseUrl": "https://docs.github.com/en/rest/actions", "authType": "bearer"},
|
|
485
|
+
{"name": "Sentry", "description": "Error tracking", "category": "Development", "baseUrl": "https://docs.sentry.io/api/", "authType": "bearer"},
|
|
486
|
+
{"name": "Datadog", "description": "Monitoring platform", "category": "Development", "baseUrl": "https://docs.datadoghq.com/api/latest/", "authType": "apiKey"},
|
|
487
|
+
{"name": "New Relic", "description": "Application monitoring", "category": "Development", "baseUrl": "https://docs.newrelic.com/docs/apis/", "authType": "apiKey"},
|
|
488
|
+
{"name": "PagerDuty", "description": "Incident management", "category": "Development", "baseUrl": "https://developer.pagerduty.com/api-reference/", "authType": "apiKey"},
|
|
489
|
+
{"name": "Segment", "description": "Customer data platform", "category": "Development", "baseUrl": "https://segment.com/docs/api/", "authType": "apiKey"},
|
|
490
|
+
{"name": "Amplitude", "description": "Product analytics", "category": "Development", "baseUrl": "https://developers.amplitude.com/docs/", "authType": "apiKey"},
|
|
491
|
+
{"name": "Mixpanel", "description": "Product analytics", "category": "Development", "baseUrl": "https://developer.mixpanel.com/reference", "authType": "apiKey"},
|
|
492
|
+
{"name": "PostHog", "description": "Product analytics", "category": "Development", "baseUrl": "https://posthog.com/docs/api", "authType": "apiKey"},
|
|
493
|
+
{"name": "LaunchDarkly", "description": "Feature management", "category": "Development", "baseUrl": "https://apidocs.launchdarkly.com/", "authType": "apiKey"},
|
|
494
|
+
{"name": "Split.io", "description": "Feature flagging", "category": "Development", "baseUrl": "https://help.split.io/hc/en-us/articles/360020548491-API", "authType": "apiKey"},
|
|
495
|
+
{"name": "Flagsmith", "description": "Feature flags", "category": "Development", "baseUrl": "https://docs.flagsmith.com/basic-features/managing-features", "authType": "apiKey"},
|
|
496
|
+
{"name": "Linear", "description": "Issue tracking", "category": "Development", "baseUrl": "https://developers.linear.app/", "authType": "oauth"},
|
|
497
|
+
{"name": "Asana", "description": "Work management", "category": "Development", "baseUrl": "https://developers.asana.com/docs", "authType": "oauth"},
|
|
498
|
+
{"name": "Monday.com", "description": "Work OS", "category": "Development", "baseUrl": "https://api.developer.monday.com/docs", "authType": "apiKey"},
|
|
499
|
+
{"name": "ClickUp", "description": "Project management", "category": "Development", "baseUrl": "https://clickup.com/api", "authType": "oauth"},
|
|
500
|
+
{"name": "Trello", "description": "Kanban boards", "category": "Development", "baseUrl": "https://developer.atlassian.com/cloud/trello/", "authType": "oauth"},
|
|
501
|
+
{"name": "Todoist", "description": "Task management", "category": "Development", "baseUrl": "https://developer.todoist.com/rest/v2/", "authType": "oauth"},
|
|
502
|
+
{"name": "Zapier", "description": "Workflow automation", "category": "Development", "baseUrl": "https://zapier.com/apps/zapier/integrations", "authType": "oauth"},
|
|
503
|
+
{"name": "Make (Integromat)", "description": "Automation platform", "category": "Development", "baseUrl": "https://www.make.com/en/api-documentation", "authType": "apiKey"},
|
|
504
|
+
{"name": "n8n", "description": "Workflow automation", "category": "Development", "baseUrl": "https://docs.n8n.io/api/", "authType": "apiKey"},
|
|
505
|
+
{"name": "Pipedream", "description": "Integration platform", "category": "Development", "baseUrl": "https://pipedream.com/docs/api/rest/", "authType": "apiKey"},
|
|
506
|
+
{"name": "Intercom", "description": "Customer messaging", "category": "Development", "baseUrl": "https://developers.intercom.com/docs/references/rest-api/", "authType": "bearer"},
|
|
507
|
+
{"name": "Zendesk", "description": "Customer service", "category": "Development", "baseUrl": "https://developer.zendesk.com/api-reference/", "authType": "oauth"},
|
|
508
|
+
{"name": "Freshdesk", "description": "Helpdesk software", "category": "Development", "baseUrl": "https://developers.freshdesk.com/api/", "authType": "apiKey"},
|
|
509
|
+
{"name": "HubSpot", "description": "CRM and marketing", "category": "Development", "baseUrl": "https://developers.hubspot.com/docs/api/overview", "authType": "oauth"},
|
|
510
|
+
{"name": "Salesforce", "description": "CRM platform", "category": "Development", "baseUrl": "https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/", "authType": "oauth"},
|
|
511
|
+
{"name": "Pipedrive", "description": "Sales CRM", "category": "Development", "baseUrl": "https://developers.pipedrive.com/docs/api/v1", "authType": "oauth"},
|
|
512
|
+
{"name": "Close.com", "description": "Sales CRM", "category": "Development", "baseUrl": "https://developer.close.com/", "authType": "apiKey"},
|
|
513
|
+
{"name": "Calendly", "description": "Scheduling platform", "category": "Development", "baseUrl": "https://developer.calendly.com/api-docs", "authType": "oauth"},
|
|
514
|
+
{"name": "Cal.com", "description": "Open source scheduling", "category": "Development", "baseUrl": "https://cal.com/docs/api-reference/v1", "authType": "apiKey"},
|
|
515
|
+
{"name": "Typeform", "description": "Forms and surveys", "category": "Development", "baseUrl": "https://developer.typeform.com/", "authType": "oauth"},
|
|
516
|
+
{"name": "SurveyMonkey", "description": "Survey platform", "category": "Development", "baseUrl": "https://developer.surveymonkey.com/api/v3/", "authType": "oauth"},
|
|
517
|
+
{"name": "Google Forms", "description": "Form builder", "category": "Development", "baseUrl": "https://developers.google.com/forms/api", "authType": "oauth"},
|
|
518
|
+
]
|
|
519
|
+
|
|
520
|
+
def main():
|
|
521
|
+
print("š¦ APIClaw Night Expansion 03:00")
|
|
522
|
+
print("=" * 50)
|
|
523
|
+
|
|
524
|
+
# Load current registry
|
|
525
|
+
registry = load_registry()
|
|
526
|
+
current_count = registry.get("count", 0)
|
|
527
|
+
apis = registry.get("apis", [])
|
|
528
|
+
|
|
529
|
+
print(f"Current count: {current_count}")
|
|
530
|
+
|
|
531
|
+
# Get existing API names to avoid duplicates
|
|
532
|
+
existing_names = set(api.get("name", "").lower() for api in apis)
|
|
533
|
+
|
|
534
|
+
# Add new APIs
|
|
535
|
+
added = 0
|
|
536
|
+
for new_api in NEW_APIS:
|
|
537
|
+
if new_api["name"].lower() not in existing_names:
|
|
538
|
+
api_entry = {
|
|
539
|
+
"id": generate_id(new_api["name"], new_api["category"]),
|
|
540
|
+
"name": new_api["name"],
|
|
541
|
+
"description": new_api["description"],
|
|
542
|
+
"category": new_api["category"],
|
|
543
|
+
"baseUrl": new_api["baseUrl"],
|
|
544
|
+
"authType": new_api["authType"],
|
|
545
|
+
"pricingModel": "freemium",
|
|
546
|
+
"source": "night-expansion-03"
|
|
547
|
+
}
|
|
548
|
+
apis.append(api_entry)
|
|
549
|
+
existing_names.add(new_api["name"].lower())
|
|
550
|
+
added += 1
|
|
551
|
+
|
|
552
|
+
# Update registry
|
|
553
|
+
registry["apis"] = apis
|
|
554
|
+
registry["count"] = len(apis)
|
|
555
|
+
registry["lastUpdated"] = datetime.now().isoformat()
|
|
556
|
+
registry["source"] = "night-expansion-03"
|
|
557
|
+
|
|
558
|
+
# Save
|
|
559
|
+
save_registry(registry)
|
|
560
|
+
|
|
561
|
+
print(f"ā
Added: {added} APIs")
|
|
562
|
+
print(f"š New total: {len(apis)}")
|
|
563
|
+
|
|
564
|
+
# Return stats for logging
|
|
565
|
+
return {
|
|
566
|
+
"before": current_count,
|
|
567
|
+
"after": len(apis),
|
|
568
|
+
"added": added
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
if __name__ == "__main__":
|
|
572
|
+
stats = main()
|
|
573
|
+
print(f"\nš Progress: {stats['before']} ā {stats['after']} (+{stats['added']})")
|