@apicity/mcp-server 0.5.3 → 0.6.0

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/README.md CHANGED
@@ -132,6 +132,7 @@ One of `--op-vault` + `--op-token`, or `--env-file`, is required.
132
132
  | `kimicoding` | `KIMI_CODING_API_KEY` |
133
133
  | `alibaba` | `DASHSCOPE_API_KEY` |
134
134
  | `binance` | _(none — public APIs)_ |
135
+ | `openligadb` | _(none — public APIs)_ |
135
136
  | `elevenlabs` | `ELEVENLABS_API_KEY` |
136
137
  | `s3` | `S3_ACCESS_KEY_ID` + `S3_SECRET_ACCESS_KEY` |
137
138
  | `b2` | `B2_ACCESS_KEY_ID` + `B2_SECRET_ACCESS_KEY` + `B2_REGION` |
@@ -1,78 +1,193 @@
1
1
  provider dotPath method fullUrl docsUrl
2
+ simplefunctions api.agent.feed GET https://simplefunctions.dev/api/agent/feed/{topic}{query} https://docs.simplefunctions.dev/api-reference/agent
3
+ simplefunctions api.agent.inspect GET https://simplefunctions.dev/api/agent/inspect/{ticker}{query} https://docs.simplefunctions.dev/api-reference/agent
2
4
  simplefunctions api.agent.world GET https://simplefunctions.dev/api/agent/world{query} https://docs.simplefunctions.dev/api-reference/world-state
3
- simplefunctions api.agent.world.path GET https://simplefunctions.dev/api/agent/world/{path}{query} https://docs.simplefunctions.dev/api-reference/world-state
4
5
  simplefunctions api.agent.world.delta GET https://simplefunctions.dev/api/agent/world/delta{query} https://docs.simplefunctions.dev/api-reference/world-state
5
6
  simplefunctions api.agent.world.feed GET https://simplefunctions.dev/api/agent/world/feed https://docs.simplefunctions.dev/api-reference/world-state
6
- simplefunctions api.agent.inspect GET https://simplefunctions.dev/api/agent/inspect/{ticker}{query} https://docs.simplefunctions.dev/api-reference/agent
7
- simplefunctions api.agent.feed GET https://simplefunctions.dev/api/agent/feed/{topic}{query} https://docs.simplefunctions.dev/api-reference/agent
7
+ simplefunctions api.agent.world.path GET https://simplefunctions.dev/api/agent/world/{path}{query} https://docs.simplefunctions.dev/api-reference/world-state
8
+ simplefunctions api.alertDeliveries GET https://simplefunctions.dev/api/alert-deliveries{query} https://docs.simplefunctions.dev/api-reference/watch-alerts
9
+ simplefunctions api.alertRules DELETE https://simplefunctions.dev/api/alert-rules/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
10
+ simplefunctions api.alertRules GET https://simplefunctions.dev/api/alert-rules{query} https://docs.simplefunctions.dev/api-reference/watch-alerts
11
+ simplefunctions api.alertRules.create POST https://simplefunctions.dev/api/alert-rules https://docs.simplefunctions.dev/api-reference/watch-alerts
12
+ simplefunctions api.alertRules.retrieve GET https://simplefunctions.dev/api/alert-rules/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
13
+ simplefunctions api.alertRules.test POST https://simplefunctions.dev/api/alert-rules/{id}/test https://docs.simplefunctions.dev/api-reference/watch-alerts
14
+ simplefunctions api.alertRules.update PATCH https://simplefunctions.dev/api/alert-rules/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
15
+ simplefunctions api.auth.cli POST https://simplefunctions.dev/api/auth/cli https://docs.simplefunctions.dev/api-reference/keys
16
+ simplefunctions api.auth.cli.complete POST https://simplefunctions.dev/api/auth/cli/complete https://docs.simplefunctions.dev/api-reference/keys
17
+ simplefunctions api.auth.cli.poll GET https://simplefunctions.dev/api/auth/cli/poll{query} https://docs.simplefunctions.dev/api-reference/keys
8
18
  simplefunctions api.calibration GET https://simplefunctions.dev/api/calibration{query} https://docs.simplefunctions.dev/api-reference/index-regime
9
19
  simplefunctions api.changes GET https://simplefunctions.dev/api/changes{query} https://docs.simplefunctions.dev/reference/daily-data
20
+ simplefunctions api.contracts.tools GET https://simplefunctions.dev/api/contracts/tools https://docs.simplefunctions.dev/api-reference/contract-tools
21
+ simplefunctions api.dashboard.usage GET https://simplefunctions.dev/api/dashboard/usage{query} https://docs.simplefunctions.dev/api-reference/account
22
+ simplefunctions api.dashboard2.marketWatch.panels DELETE https://simplefunctions.dev/api/dashboard2/market-watch/panels/{id} https://docs.simplefunctions.dev/api-reference/market-watch
23
+ simplefunctions api.dashboard2.marketWatch.panels POST https://simplefunctions.dev/api/dashboard2/market-watch/panels/{id}/run https://docs.simplefunctions.dev/api-reference/market-watch
24
+ simplefunctions api.dashboard2.marketWatch.panels.create POST https://simplefunctions.dev/api/dashboard2/market-watch/panels https://docs.simplefunctions.dev/api-reference/market-watch
25
+ simplefunctions api.dashboard2.marketWatch.panels.reorder POST https://simplefunctions.dev/api/dashboard2/market-watch/panels/reorder https://docs.simplefunctions.dev/api-reference/market-watch
26
+ simplefunctions api.dashboard2.marketWatch.panels.update PATCH https://simplefunctions.dev/api/dashboard2/market-watch/panels/{id} https://docs.simplefunctions.dev/api-reference/market-watch
27
+ simplefunctions api.dashboard2.marketWatchV2 GET https://simplefunctions.dev/api/dashboard2/market-watch-v2{query} https://docs.simplefunctions.dev/api-reference/market-watch
10
28
  simplefunctions api.edges GET https://simplefunctions.dev/api/edges{query} https://docs.simplefunctions.dev/api-reference/index-regime
11
- simplefunctions api.public.query GET https://simplefunctions.dev/api/public/query{query} https://docs.simplefunctions.dev/api-reference/query
12
- simplefunctions data.v1.heartbeat GET https://data.simplefunctions.dev/v1/heartbeat https://docs.simplefunctions.dev/reference/realtime-data
13
- simplefunctions data.v1.markets GET https://data.simplefunctions.dev/v1/markets{query} https://docs.simplefunctions.dev/reference/realtime-data
14
- simplefunctions data.v1.markets.featured GET https://data.simplefunctions.dev/v1/markets/featured{query} https://docs.simplefunctions.dev/reference/realtime-data
15
- simplefunctions data.v1.markets.retrieve GET https://data.simplefunctions.dev/v1/markets/{ticker} https://docs.simplefunctions.dev/reference/realtime-data
16
- simplefunctions data.v1.search GET https://data.simplefunctions.dev/v1/search{query} https://docs.simplefunctions.dev/reference/realtime-data
17
- simplefunctions data.v1.snapshot GET https://data.simplefunctions.dev/v1/snapshot https://docs.simplefunctions.dev/reference/realtime-data
18
- simplefunctions data.v1.movers GET https://data.simplefunctions.dev/v1/movers{query} https://docs.simplefunctions.dev/reference/realtime-data
19
- simplefunctions data.v1.orderbook GET https://data.simplefunctions.dev/v1/orderbook/{ticker} https://docs.simplefunctions.dev/reference/realtime-data
20
- simplefunctions data.v1.candles GET https://data.simplefunctions.dev/v1/candles/{ticker}{query} https://docs.simplefunctions.dev/reference/realtime-data
21
- simplefunctions data.v1.trades GET https://data.simplefunctions.dev/v1/trades/{ticker}{query} https://docs.simplefunctions.dev/reference/realtime-data
22
- simplefunctions api.public.market GET https://simplefunctions.dev/api/public/market/{ticker}{query} https://docs.simplefunctions.dev/api-reference/market-detail
23
- simplefunctions api.public.market.history GET https://simplefunctions.dev/api/public/market/{ticker}/history https://docs.simplefunctions.dev/api-reference/market-detail
24
- simplefunctions api.public.market.candles GET https://simplefunctions.dev/api/public/market/{ticker}/candles{query} https://docs.simplefunctions.dev/api-reference/public-market-data
25
- simplefunctions api.public.markets GET https://simplefunctions.dev/api/public/markets{query} https://docs.simplefunctions.dev/api-reference/public-market-data
26
- simplefunctions api.public.newmarkets GET https://simplefunctions.dev/api/public/newmarkets{query} https://docs.simplefunctions.dev/api-reference/public-market-data
27
- simplefunctions api.public.scan GET https://simplefunctions.dev/api/public/scan{query} https://docs.simplefunctions.dev/api-reference/public-market-data
28
- simplefunctions api.public.screen GET https://simplefunctions.dev/api/public/screen{query} https://docs.simplefunctions.dev/api-reference/public-market-data
29
- simplefunctions api.public.screenByTickers GET https://simplefunctions.dev/api/public/screen-by-tickers{query} https://docs.simplefunctions.dev/api-reference/public-market-data
30
- simplefunctions api.public.search GET https://simplefunctions.dev/api/public/search{query} https://docs.simplefunctions.dev/api-reference/public-market-data
31
- simplefunctions api.public.liveTickers GET https://simplefunctions.dev/api/public/live-tickers{query} https://docs.simplefunctions.dev/api-reference/public-market-data
32
- simplefunctions api.public.marketMicrostructureHistory GET https://simplefunctions.dev/api/public/market-microstructure-history{query} https://docs.simplefunctions.dev/api-reference/public-market-data
33
- simplefunctions api.public.crossVenue.pairs GET https://simplefunctions.dev/api/public/cross-venue/pairs{query} https://docs.simplefunctions.dev/api-reference/public-market-data
34
- simplefunctions api.public.crossVenue.stats GET https://simplefunctions.dev/api/public/cross-venue/stats{query} https://docs.simplefunctions.dev/api-reference/public-market-data
35
- simplefunctions api.public.index GET https://simplefunctions.dev/api/public/index https://docs.simplefunctions.dev/api-reference/index-regime
36
- simplefunctions api.public.index.history GET https://simplefunctions.dev/api/public/index/history{query} https://docs.simplefunctions.dev/api-reference/index-regime
37
- simplefunctions api.public.regime.scan GET https://simplefunctions.dev/api/public/regime/scan{query} https://docs.simplefunctions.dev/api-reference/index-regime
38
- simplefunctions api.public.odds GET https://simplefunctions.dev/api/public/odds{query} https://docs.simplefunctions.dev/api-reference/public-market-data
39
- simplefunctions api.public.oddsMd GET https://simplefunctions.dev/api/public/odds.md{query} https://docs.simplefunctions.dev/api-reference/public-market-data
29
+ simplefunctions api.feed GET https://simplefunctions.dev/api/feed{query} https://docs.simplefunctions.dev/api-reference/account
30
+ simplefunctions api.intents DELETE https://simplefunctions.dev/api/intents/{id} https://docs.simplefunctions.dev/api-reference/execution-intents
31
+ simplefunctions api.intents GET https://simplefunctions.dev/api/intents{query} https://docs.simplefunctions.dev/api-reference/execution-intents
32
+ simplefunctions api.intents.create POST https://simplefunctions.dev/api/intents https://docs.simplefunctions.dev/api-reference/execution-intents
33
+ simplefunctions api.intents.retrieve GET https://simplefunctions.dev/api/intents/{id} https://docs.simplefunctions.dev/api-reference/execution-intents
34
+ simplefunctions api.intents.update PATCH https://simplefunctions.dev/api/intents/{id} https://docs.simplefunctions.dev/api-reference/execution-intents
35
+ simplefunctions api.keys DELETE https://simplefunctions.dev/api/keys/{id} https://docs.simplefunctions.dev/api-reference/keys
36
+ simplefunctions api.keys GET https://simplefunctions.dev/api/keys{query} https://docs.simplefunctions.dev/api-reference/keys
37
+ simplefunctions api.keys.create POST https://simplefunctions.dev/api/keys https://docs.simplefunctions.dev/api-reference/keys
38
+ simplefunctions api.mcp GET https://simplefunctions.dev/api/mcp/{transport} https://docs.simplefunctions.dev/api-reference/tools
39
+ simplefunctions api.mcp.call POST https://simplefunctions.dev/api/mcp/{transport} https://docs.simplefunctions.dev/api-reference/tools
40
+ simplefunctions api.portfolio.activity GET https://simplefunctions.dev/api/portfolio/activity{query} https://docs.simplefunctions.dev/api-reference/portfolio
41
+ simplefunctions api.portfolio.attribution.daily GET https://simplefunctions.dev/api/portfolio/attribution/daily{query} https://docs.simplefunctions.dev/api-reference/portfolio
42
+ simplefunctions api.portfolio.attribution.grouped GET https://simplefunctions.dev/api/portfolio/attribution/grouped{query} https://docs.simplefunctions.dev/api-reference/portfolio
43
+ simplefunctions api.portfolio.config GET https://simplefunctions.dev/api/portfolio/config https://docs.simplefunctions.dev/api-reference/portfolio
44
+ simplefunctions api.portfolio.config.update PUT https://simplefunctions.dev/api/portfolio/config{query} https://docs.simplefunctions.dev/api-reference/portfolio
45
+ simplefunctions api.portfolio.fills GET https://simplefunctions.dev/api/portfolio/fills{query} https://docs.simplefunctions.dev/api-reference/portfolio
46
+ simplefunctions api.portfolio.ledger GET https://simplefunctions.dev/api/portfolio/ledger{query} https://docs.simplefunctions.dev/api-reference/portfolio
47
+ simplefunctions api.portfolio.ledger.import.kalshi POST https://simplefunctions.dev/api/portfolio/ledger/import/kalshi{query} https://docs.simplefunctions.dev/api-reference/portfolio
48
+ simplefunctions api.portfolio.ledger.import.kalshi.pull POST https://simplefunctions.dev/api/portfolio/ledger/import/kalshi/pull{query} https://docs.simplefunctions.dev/api-reference/portfolio
49
+ simplefunctions api.portfolio.ledger.import.polymarket POST https://simplefunctions.dev/api/portfolio/ledger/import/polymarket{query} https://docs.simplefunctions.dev/api-reference/portfolio
50
+ simplefunctions api.portfolio.positions GET https://simplefunctions.dev/api/portfolio/positions{query} https://docs.simplefunctions.dev/api-reference/portfolio
51
+ simplefunctions api.portfolio.risk GET https://simplefunctions.dev/api/portfolio/risk{query} https://docs.simplefunctions.dev/api-reference/portfolio
52
+ simplefunctions api.portfolio.secrets DELETE https://simplefunctions.dev/api/portfolio/secrets{query} https://docs.simplefunctions.dev/api-reference/portfolio
53
+ simplefunctions api.portfolio.secrets.create POST https://simplefunctions.dev/api/portfolio/secrets{query} https://docs.simplefunctions.dev/api-reference/portfolio
54
+ simplefunctions api.portfolio.state GET https://simplefunctions.dev/api/portfolio/state https://docs.simplefunctions.dev/api-reference/portfolio
55
+ simplefunctions api.portfolio.state.update PUT https://simplefunctions.dev/api/portfolio/state{query} https://docs.simplefunctions.dev/api-reference/portfolio
56
+ simplefunctions api.portfolio.strategy DELETE https://simplefunctions.dev/api/portfolio/strategy{query} https://docs.simplefunctions.dev/api-reference/portfolio
57
+ simplefunctions api.portfolio.strategy GET https://simplefunctions.dev/api/portfolio/strategy{query} https://docs.simplefunctions.dev/api-reference/portfolio
58
+ simplefunctions api.portfolio.strategy.create POST https://simplefunctions.dev/api/portfolio/strategy{query} https://docs.simplefunctions.dev/api-reference/portfolio
59
+ simplefunctions api.portfolio.strategy.update PUT https://simplefunctions.dev/api/portfolio/strategy{query} https://docs.simplefunctions.dev/api-reference/portfolio
60
+ simplefunctions api.portfolio.ticks GET https://simplefunctions.dev/api/portfolio/ticks{query} https://docs.simplefunctions.dev/api-reference/portfolio
61
+ simplefunctions api.portfolio.ticks.create POST https://simplefunctions.dev/api/portfolio/ticks{query} https://docs.simplefunctions.dev/api-reference/portfolio
62
+ simplefunctions api.portfolio.ticks.retrieve GET https://simplefunctions.dev/api/portfolio/ticks/{id} https://docs.simplefunctions.dev/api-reference/portfolio
63
+ simplefunctions api.portfolio.trades GET https://simplefunctions.dev/api/portfolio/trades{query} https://docs.simplefunctions.dev/api-reference/portfolio
64
+ simplefunctions api.portfolio.trades.create POST https://simplefunctions.dev/api/portfolio/trades{query} https://docs.simplefunctions.dev/api-reference/portfolio
65
+ simplefunctions api.portfolio.trades.retrieve GET https://simplefunctions.dev/api/portfolio/trades/{id} https://docs.simplefunctions.dev/api-reference/portfolio
66
+ simplefunctions api.portfolio.trigger POST https://simplefunctions.dev/api/portfolio/trigger{query} https://docs.simplefunctions.dev/api-reference/portfolio
67
+ simplefunctions api.portfolio.views DELETE https://simplefunctions.dev/api/portfolio/views{query} https://docs.simplefunctions.dev/api-reference/portfolio
68
+ simplefunctions api.portfolio.views GET https://simplefunctions.dev/api/portfolio/views{query} https://docs.simplefunctions.dev/api-reference/portfolio
69
+ simplefunctions api.portfolio.views.create POST https://simplefunctions.dev/api/portfolio/views{query} https://docs.simplefunctions.dev/api-reference/portfolio
70
+ simplefunctions api.portfolio.views.update PUT https://simplefunctions.dev/api/portfolio/views{query} https://docs.simplefunctions.dev/api-reference/portfolio
71
+ simplefunctions api.prompt GET https://simplefunctions.dev/api/prompt https://docs.simplefunctions.dev/api-reference/tools
72
+ simplefunctions api.proxy.stt POST https://simplefunctions.dev/api/proxy/stt https://docs.simplefunctions.dev/api-reference/tools
73
+ simplefunctions api.proxy.tts POST https://simplefunctions.dev/api/proxy/tts https://docs.simplefunctions.dev/api-reference/tools
74
+ simplefunctions api.public.answer GET https://simplefunctions.dev/api/public/answer/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
75
+ simplefunctions api.public.briefing GET https://simplefunctions.dev/api/public/briefing{query} https://docs.simplefunctions.dev/reference/daily-data
40
76
  simplefunctions api.public.calendar GET https://simplefunctions.dev/api/public/calendar{query} https://docs.simplefunctions.dev/api-reference/index-regime
41
- simplefunctions api.public.yieldCurves GET https://simplefunctions.dev/api/public/yield-curves https://docs.simplefunctions.dev/api-reference/public-market-data
42
- simplefunctions api.public.yieldCurves.event GET https://simplefunctions.dev/api/public/yield-curves/{event} https://docs.simplefunctions.dev/api-reference/public-market-data
43
- simplefunctions api.public.liquidityByTheme GET https://simplefunctions.dev/api/public/liquidity-by-theme{query} https://docs.simplefunctions.dev/api-reference/public-market-data
44
- simplefunctions api.public.contagion GET https://simplefunctions.dev/api/public/contagion{query} https://docs.simplefunctions.dev/api-reference/public-market-data
45
- simplefunctions api.public.queryGov GET https://simplefunctions.dev/api/public/query-gov{query} https://docs.simplefunctions.dev/api-reference/gov-econ
46
- simplefunctions api.public.legislation GET https://simplefunctions.dev/api/public/legislation{query} https://docs.simplefunctions.dev/api-reference/gov-econ
47
- simplefunctions api.public.legislation.byBillId GET https://simplefunctions.dev/api/public/legislation/{billId} https://docs.simplefunctions.dev/api-reference/gov-econ
48
- simplefunctions api.public.congress.members GET https://simplefunctions.dev/api/public/congress/members{query} https://docs.simplefunctions.dev/api-reference/public-market-data
77
+ simplefunctions api.public.calibration GET https://simplefunctions.dev/api/public/calibration{query} https://docs.simplefunctions.dev/api-reference/index-regime
49
78
  simplefunctions api.public.congress.member GET https://simplefunctions.dev/api/public/congress/member/{id} https://docs.simplefunctions.dev/api-reference/public-market-data
50
- simplefunctions api.public.queryEcon GET https://simplefunctions.dev/api/public/query-econ{query} https://docs.simplefunctions.dev/api-reference/gov-econ
51
- simplefunctions api.public.fred GET https://simplefunctions.dev/api/public/fred{query} https://docs.simplefunctions.dev/api-reference/gov-econ
52
- simplefunctions api.public.databento GET https://simplefunctions.dev/api/public/databento{query} https://docs.simplefunctions.dev/api-reference/public-market-data
53
- simplefunctions api.public.tradMarkets GET https://simplefunctions.dev/api/public/trad-markets{query} https://docs.simplefunctions.dev/api-reference/public-market-data
79
+ simplefunctions api.public.congress.members GET https://simplefunctions.dev/api/public/congress/members{query} https://docs.simplefunctions.dev/api-reference/public-market-data
80
+ simplefunctions api.public.contagion GET https://simplefunctions.dev/api/public/contagion{query} https://docs.simplefunctions.dev/api-reference/public-market-data
54
81
  simplefunctions api.public.context GET https://simplefunctions.dev/api/public/context{query} https://docs.simplefunctions.dev/reference/daily-data
55
- simplefunctions api.public.briefing GET https://simplefunctions.dev/api/public/briefing{query} https://docs.simplefunctions.dev/reference/daily-data
56
- simplefunctions api.public.topic GET https://simplefunctions.dev/api/public/topic/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
57
- simplefunctions api.public.answer GET https://simplefunctions.dev/api/public/answer/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
82
+ simplefunctions api.public.crossVenue.pairs GET https://simplefunctions.dev/api/public/cross-venue/pairs{query} https://docs.simplefunctions.dev/api-reference/public-market-data
83
+ simplefunctions api.public.crossVenue.stats GET https://simplefunctions.dev/api/public/cross-venue/stats{query} https://docs.simplefunctions.dev/api-reference/public-market-data
84
+ simplefunctions api.public.databento GET https://simplefunctions.dev/api/public/databento{query} https://docs.simplefunctions.dev/api-reference/public-market-data
85
+ simplefunctions api.public.diff GET https://simplefunctions.dev/api/public/diff{query} https://docs.simplefunctions.dev/api-reference/public-market-data
86
+ simplefunctions api.public.discuss POST https://simplefunctions.dev/api/public/discuss https://docs.simplefunctions.dev/api-reference/public-market-data
87
+ simplefunctions api.public.fred GET https://simplefunctions.dev/api/public/fred{query} https://docs.simplefunctions.dev/api-reference/gov-econ
58
88
  simplefunctions api.public.glossary GET https://simplefunctions.dev/api/public/glossary{query} https://docs.simplefunctions.dev/reference/daily-data
59
89
  simplefunctions api.public.glossary.entry GET https://simplefunctions.dev/api/public/glossary/{slug} https://docs.simplefunctions.dev/reference/daily-data
60
90
  simplefunctions api.public.guide GET https://simplefunctions.dev/api/public/guide https://docs.simplefunctions.dev/api-reference/public-market-data
61
91
  simplefunctions api.public.highlights GET https://simplefunctions.dev/api/public/highlights{query} https://docs.simplefunctions.dev/api-reference/public-market-data
62
- simplefunctions api.public.diff GET https://simplefunctions.dev/api/public/diff{query} https://docs.simplefunctions.dev/api-reference/public-market-data
63
- simplefunctions api.public.discuss POST https://simplefunctions.dev/api/public/discuss https://docs.simplefunctions.dev/api-reference/public-market-data
64
- simplefunctions api.public.skills GET https://simplefunctions.dev/api/public/skills{query} https://docs.simplefunctions.dev/api-reference/public-market-data
65
- simplefunctions api.public.skill GET https://simplefunctions.dev/api/public/skill/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
66
- simplefunctions api.public.theses GET https://simplefunctions.dev/api/public/theses{query} https://docs.simplefunctions.dev/reference/daily-data
67
- simplefunctions api.public.thesis GET https://simplefunctions.dev/api/public/thesis/{slug} https://docs.simplefunctions.dev/reference/daily-data
92
+ simplefunctions api.public.ideas GET https://simplefunctions.dev/api/public/ideas{query} https://docs.simplefunctions.dev/reference/daily-data
93
+ simplefunctions api.public.ideas.byId GET https://simplefunctions.dev/api/public/ideas/{id} https://docs.simplefunctions.dev/reference/daily-data
94
+ simplefunctions api.public.index GET https://simplefunctions.dev/api/public/index https://docs.simplefunctions.dev/api-reference/index-regime
95
+ simplefunctions api.public.index.history GET https://simplefunctions.dev/api/public/index/history{query} https://docs.simplefunctions.dev/api-reference/index-regime
96
+ simplefunctions api.public.legislation GET https://simplefunctions.dev/api/public/legislation{query} https://docs.simplefunctions.dev/api-reference/gov-econ
97
+ simplefunctions api.public.legislation.byBillId GET https://simplefunctions.dev/api/public/legislation/{billId} https://docs.simplefunctions.dev/api-reference/gov-econ
98
+ simplefunctions api.public.liquidityByTheme GET https://simplefunctions.dev/api/public/liquidity-by-theme{query} https://docs.simplefunctions.dev/api-reference/public-market-data
99
+ simplefunctions api.public.liveTickers GET https://simplefunctions.dev/api/public/live-tickers{query} https://docs.simplefunctions.dev/api-reference/public-market-data
100
+ simplefunctions api.public.market GET https://simplefunctions.dev/api/public/market/{ticker}{query} https://docs.simplefunctions.dev/api-reference/market-detail
101
+ simplefunctions api.public.market.candles GET https://simplefunctions.dev/api/public/market/{ticker}/candles{query} https://docs.simplefunctions.dev/api-reference/public-market-data
102
+ simplefunctions api.public.market.history GET https://simplefunctions.dev/api/public/market/{ticker}/history https://docs.simplefunctions.dev/api-reference/market-detail
103
+ simplefunctions api.public.marketMicrostructureHistory GET https://simplefunctions.dev/api/public/market-microstructure-history{query} https://docs.simplefunctions.dev/api-reference/public-market-data
104
+ simplefunctions api.public.markets GET https://simplefunctions.dev/api/public/markets{query} https://docs.simplefunctions.dev/api-reference/public-market-data
105
+ simplefunctions api.public.newmarkets GET https://simplefunctions.dev/api/public/newmarkets{query} https://docs.simplefunctions.dev/api-reference/public-market-data
106
+ simplefunctions api.public.odds GET https://simplefunctions.dev/api/public/odds{query} https://docs.simplefunctions.dev/api-reference/public-market-data
107
+ simplefunctions api.public.oddsMd GET https://simplefunctions.dev/api/public/odds.md{query} https://docs.simplefunctions.dev/api-reference/public-market-data
68
108
  simplefunctions api.public.opinions GET https://simplefunctions.dev/api/public/opinions{query} https://docs.simplefunctions.dev/api-reference/public-market-data
69
109
  simplefunctions api.public.opinions.entry GET https://simplefunctions.dev/api/public/opinions/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
110
+ simplefunctions api.public.query GET https://simplefunctions.dev/api/public/query{query} https://docs.simplefunctions.dev/api-reference/query
111
+ simplefunctions api.public.queryEcon GET https://simplefunctions.dev/api/public/query-econ{query} https://docs.simplefunctions.dev/api-reference/gov-econ
112
+ simplefunctions api.public.queryGov GET https://simplefunctions.dev/api/public/query-gov{query} https://docs.simplefunctions.dev/api-reference/gov-econ
113
+ simplefunctions api.public.regime.scan GET https://simplefunctions.dev/api/public/regime/scan{query} https://docs.simplefunctions.dev/api-reference/index-regime
114
+ simplefunctions api.public.scan GET https://simplefunctions.dev/api/public/scan{query} https://docs.simplefunctions.dev/api-reference/public-market-data
115
+ simplefunctions api.public.screen GET https://simplefunctions.dev/api/public/screen{query} https://docs.simplefunctions.dev/api-reference/public-market-data
116
+ simplefunctions api.public.screenByTickers GET https://simplefunctions.dev/api/public/screen-by-tickers{query} https://docs.simplefunctions.dev/api-reference/public-market-data
117
+ simplefunctions api.public.search GET https://simplefunctions.dev/api/public/search{query} https://docs.simplefunctions.dev/api-reference/public-market-data
118
+ simplefunctions api.public.skill GET https://simplefunctions.dev/api/public/skill/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
119
+ simplefunctions api.public.skills GET https://simplefunctions.dev/api/public/skills{query} https://docs.simplefunctions.dev/api-reference/public-market-data
70
120
  simplefunctions api.public.technicals GET https://simplefunctions.dev/api/public/technicals{query} https://docs.simplefunctions.dev/api-reference/public-market-data
71
121
  simplefunctions api.public.technicals.entry GET https://simplefunctions.dev/api/public/technicals/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
72
- simplefunctions api.public.ideas GET https://simplefunctions.dev/api/public/ideas{query} https://docs.simplefunctions.dev/reference/daily-data
73
- simplefunctions api.public.ideas.byId GET https://simplefunctions.dev/api/public/ideas/{id} https://docs.simplefunctions.dev/reference/daily-data
74
- simplefunctions api.public.calibration GET https://simplefunctions.dev/api/public/calibration{query} https://docs.simplefunctions.dev/api-reference/index-regime
75
- alibaba api.v1.services.aigc.imageGeneration.generation POST https://dashscope.aliyuncs.com/api/v1/services/aigc/image-generation/generation
122
+ simplefunctions api.public.theses GET https://simplefunctions.dev/api/public/theses{query} https://docs.simplefunctions.dev/reference/daily-data
123
+ simplefunctions api.public.thesis GET https://simplefunctions.dev/api/public/thesis/{slug} https://docs.simplefunctions.dev/reference/daily-data
124
+ simplefunctions api.public.topic GET https://simplefunctions.dev/api/public/topic/{slug} https://docs.simplefunctions.dev/api-reference/public-market-data
125
+ simplefunctions api.public.tradMarkets GET https://simplefunctions.dev/api/public/trad-markets{query} https://docs.simplefunctions.dev/api-reference/public-market-data
126
+ simplefunctions api.public.yieldCurves GET https://simplefunctions.dev/api/public/yield-curves https://docs.simplefunctions.dev/api-reference/public-market-data
127
+ simplefunctions api.public.yieldCurves.event GET https://simplefunctions.dev/api/public/yield-curves/{event} https://docs.simplefunctions.dev/api-reference/public-market-data
128
+ simplefunctions api.runtime.exec GET https://simplefunctions.dev/api/runtime/exec{query} https://docs.simplefunctions.dev/api-reference/execution-intents
129
+ simplefunctions api.runtime.exec.trigger POST https://simplefunctions.dev/api/runtime/exec https://docs.simplefunctions.dev/api-reference/execution-intents
130
+ simplefunctions api.signup POST https://simplefunctions.dev/api/signup https://docs.simplefunctions.dev/api-reference/keys
131
+ simplefunctions api.skills GET https://simplefunctions.dev/api/skills{query} https://docs.simplefunctions.dev/api-reference/tools
132
+ simplefunctions api.thesis DELETE https://simplefunctions.dev/api/thesis/{id} https://docs.simplefunctions.dev/api-reference/thesis
133
+ simplefunctions api.thesis GET https://simplefunctions.dev/api/thesis{query} https://docs.simplefunctions.dev/api-reference/thesis
134
+ simplefunctions api.thesis.augment POST https://simplefunctions.dev/api/thesis/{id}/augment{query} https://docs.simplefunctions.dev/api-reference/thesis
135
+ simplefunctions api.thesis.byTicker GET https://simplefunctions.dev/api/thesis/by-ticker/{ticker} https://docs.simplefunctions.dev/api-reference/thesis
136
+ simplefunctions api.thesis.changes GET https://simplefunctions.dev/api/thesis/{id}/changes{query} https://docs.simplefunctions.dev/api-reference/thesis
137
+ simplefunctions api.thesis.context GET https://simplefunctions.dev/api/thesis/{id}/context https://docs.simplefunctions.dev/api-reference/thesis
138
+ simplefunctions api.thesis.create POST https://simplefunctions.dev/api/thesis/create{query} https://docs.simplefunctions.dev/api-reference/thesis
139
+ simplefunctions api.thesis.evaluate POST https://simplefunctions.dev/api/thesis/{id}/evaluate https://docs.simplefunctions.dev/api-reference/thesis
140
+ simplefunctions api.thesis.evaluations GET https://simplefunctions.dev/api/thesis/{id}/evaluations https://docs.simplefunctions.dev/api-reference/thesis
141
+ simplefunctions api.thesis.fork POST https://simplefunctions.dev/api/thesis/{id}/fork https://docs.simplefunctions.dev/api-reference/thesis
142
+ simplefunctions api.thesis.heartbeat GET https://simplefunctions.dev/api/thesis/{id}/heartbeat https://docs.simplefunctions.dev/api-reference/thesis
143
+ simplefunctions api.thesis.heartbeat.update PATCH https://simplefunctions.dev/api/thesis/{id}/heartbeat https://docs.simplefunctions.dev/api-reference/thesis
144
+ simplefunctions api.thesis.nodes POST https://simplefunctions.dev/api/thesis/{id}/nodes https://docs.simplefunctions.dev/api-reference/thesis
145
+ simplefunctions api.thesis.positions DELETE https://simplefunctions.dev/api/thesis/{id}/positions/{posId} https://docs.simplefunctions.dev/api-reference/thesis
146
+ simplefunctions api.thesis.positions.create POST https://simplefunctions.dev/api/thesis/{id}/positions https://docs.simplefunctions.dev/api-reference/thesis
147
+ simplefunctions api.thesis.positions.list GET https://simplefunctions.dev/api/thesis/{id}/positions https://docs.simplefunctions.dev/api-reference/thesis
148
+ simplefunctions api.thesis.positions.update PATCH https://simplefunctions.dev/api/thesis/{id}/positions/{posId} https://docs.simplefunctions.dev/api-reference/thesis
149
+ simplefunctions api.thesis.prompt GET https://simplefunctions.dev/api/thesis/{id}/prompt https://docs.simplefunctions.dev/api-reference/thesis
150
+ simplefunctions api.thesis.publish POST https://simplefunctions.dev/api/thesis/{id}/publish https://docs.simplefunctions.dev/api-reference/thesis
151
+ simplefunctions api.thesis.retrieve GET https://simplefunctions.dev/api/thesis/{id}{query} https://docs.simplefunctions.dev/api-reference/thesis
152
+ simplefunctions api.thesis.signal POST https://simplefunctions.dev/api/thesis/{id}/signal https://docs.simplefunctions.dev/api-reference/thesis
153
+ simplefunctions api.thesis.strategies DELETE https://simplefunctions.dev/api/thesis/{id}/strategies/{sid} https://docs.simplefunctions.dev/api-reference/thesis
154
+ simplefunctions api.thesis.strategies.create POST https://simplefunctions.dev/api/thesis/{id}/strategies https://docs.simplefunctions.dev/api-reference/thesis
155
+ simplefunctions api.thesis.strategies.list GET https://simplefunctions.dev/api/thesis/{id}/strategies{query} https://docs.simplefunctions.dev/api-reference/thesis
156
+ simplefunctions api.thesis.strategies.update PATCH https://simplefunctions.dev/api/thesis/{id}/strategies/{sid} https://docs.simplefunctions.dev/api-reference/thesis
157
+ simplefunctions api.thesis.unpublish DELETE https://simplefunctions.dev/api/thesis/{id}/publish https://docs.simplefunctions.dev/api-reference/thesis
158
+ simplefunctions api.thesis.update PATCH https://simplefunctions.dev/api/thesis/{id} https://docs.simplefunctions.dev/api-reference/thesis
159
+ simplefunctions api.thesis.videoData GET https://simplefunctions.dev/api/thesis/{id}/video-data https://docs.simplefunctions.dev/api-reference/thesis
160
+ simplefunctions api.thesis.videos.create POST https://simplefunctions.dev/api/thesis/{id}/videos https://docs.simplefunctions.dev/api-reference/thesis
161
+ simplefunctions api.thesis.videos.list GET https://simplefunctions.dev/api/thesis/{id}/videos https://docs.simplefunctions.dev/api-reference/thesis
162
+ simplefunctions api.thesis.whatif POST https://simplefunctions.dev/api/thesis/{id}/whatif https://docs.simplefunctions.dev/api-reference/thesis
163
+ simplefunctions api.tools GET https://simplefunctions.dev/api/tools{query} https://docs.simplefunctions.dev/api-reference/tools
164
+ simplefunctions api.watch DELETE https://simplefunctions.dev/api/watch/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
165
+ simplefunctions api.watch GET https://simplefunctions.dev/api/watch{query} https://docs.simplefunctions.dev/api-reference/watch-alerts
166
+ simplefunctions api.watch.create POST https://simplefunctions.dev/api/watch https://docs.simplefunctions.dev/api-reference/watch-alerts
167
+ simplefunctions api.watch.identify POST https://simplefunctions.dev/api/watch/identify https://docs.simplefunctions.dev/api-reference/watch-alerts
168
+ simplefunctions api.watch.refresh POST https://simplefunctions.dev/api/watch/{id}/refresh https://docs.simplefunctions.dev/api-reference/watch-alerts
169
+ simplefunctions api.watch.retrieve GET https://simplefunctions.dev/api/watch/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
170
+ simplefunctions api.watch.update PATCH https://simplefunctions.dev/api/watch/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
171
+ simplefunctions api.webhookEndpoints DELETE https://simplefunctions.dev/api/webhook-endpoints/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
172
+ simplefunctions api.webhookEndpoints GET https://simplefunctions.dev/api/webhook-endpoints{query} https://docs.simplefunctions.dev/api-reference/watch-alerts
173
+ simplefunctions api.webhookEndpoints.create POST https://simplefunctions.dev/api/webhook-endpoints https://docs.simplefunctions.dev/api-reference/watch-alerts
174
+ simplefunctions api.webhookEndpoints.test POST https://simplefunctions.dev/api/webhook-endpoints/{id}/test https://docs.simplefunctions.dev/api-reference/watch-alerts
175
+ simplefunctions api.webhookEndpoints.update PATCH https://simplefunctions.dev/api/webhook-endpoints/{id} https://docs.simplefunctions.dev/api-reference/watch-alerts
176
+ simplefunctions api.x.account GET https://simplefunctions.dev/api/x/account{query} https://docs.simplefunctions.dev/inventory/surface-map
177
+ simplefunctions api.x.news GET https://simplefunctions.dev/api/x/news{query} https://docs.simplefunctions.dev/inventory/surface-map
178
+ simplefunctions api.x.search GET https://simplefunctions.dev/api/x/search{query} https://docs.simplefunctions.dev/inventory/surface-map
179
+ simplefunctions api.x.volume GET https://simplefunctions.dev/api/x/volume{query} https://docs.simplefunctions.dev/inventory/surface-map
180
+ simplefunctions data.v1.candles GET https://data.simplefunctions.dev/v1/candles/{ticker}{query} https://docs.simplefunctions.dev/reference/realtime-data
181
+ simplefunctions data.v1.heartbeat GET https://data.simplefunctions.dev/v1/heartbeat https://docs.simplefunctions.dev/reference/realtime-data
182
+ simplefunctions data.v1.markets GET https://data.simplefunctions.dev/v1/markets{query} https://docs.simplefunctions.dev/reference/realtime-data
183
+ simplefunctions data.v1.markets.featured GET https://data.simplefunctions.dev/v1/markets/featured{query} https://docs.simplefunctions.dev/reference/realtime-data
184
+ simplefunctions data.v1.markets.retrieve GET https://data.simplefunctions.dev/v1/markets/{ticker} https://docs.simplefunctions.dev/reference/realtime-data
185
+ simplefunctions data.v1.movers GET https://data.simplefunctions.dev/v1/movers{query} https://docs.simplefunctions.dev/reference/realtime-data
186
+ simplefunctions data.v1.orderbook GET https://data.simplefunctions.dev/v1/orderbook/{ticker} https://docs.simplefunctions.dev/reference/realtime-data
187
+ simplefunctions data.v1.search GET https://data.simplefunctions.dev/v1/search{query} https://docs.simplefunctions.dev/reference/realtime-data
188
+ simplefunctions data.v1.snapshot GET https://data.simplefunctions.dev/v1/snapshot https://docs.simplefunctions.dev/reference/realtime-data
189
+ simplefunctions data.v1.trades GET https://data.simplefunctions.dev/v1/trades/{ticker}{query} https://docs.simplefunctions.dev/reference/realtime-data
190
+ alibaba api.v1.services.aigc.imageGeneration.generation POST https://dashscope.aliyuncs.com/api/v1/services/aigc/image-generation/generation
76
191
  alibaba api.v1.services.aigc.multimodalGeneration.generation POST https://dashscope.aliyuncs.com/api/v1/services/aigc/multimodal-generation/generation https://www.alibabacloud.com/help/en/model-studio/qwen-image-edit
77
192
  alibaba api.v1.services.aigc.videoGeneration.videoSynthesis POST https://dashscope.aliyuncs.com/api/v1/services/aigc/video-generation/video-synthesis https://help.aliyun.com/zh/model-studio
78
193
  alibaba api.v1.tasks GET https://dashscope.aliyuncs.com/api/v1/tasks/{taskId} https://help.aliyun.com/zh/model-studio
@@ -349,14 +464,14 @@ anthropic v1.skills.versions.list GET https://api.anthropic.com/v1/skills/{skill
349
464
  dolthub v1alpha1.branches.create POST https://www.dolthub.com/api/v1alpha1/{owner}/{database}/branches https://www.dolthub.com/docs/products/dolthub/api/database
350
465
  dolthub v1alpha1.branches.list GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}/branches https://www.dolthub.com/docs/products/dolthub/api/database
351
466
  dolthub v1alpha1.database.create POST https://www.dolthub.com/api/v1alpha1/database https://www.dolthub.com/docs/products/dolthub/api/database
352
- dolthub v1alpha1.pulls GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}/pulls/{pullId}
467
+ dolthub v1alpha1.pulls GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}/pulls/{pullId}
353
468
  dolthub v1alpha1.pulls.create POST https://www.dolthub.com/api/v1alpha1/{owner}/{database}/pulls https://www.dolthub.com/docs/products/dolthub/api/database
354
469
  dolthub v1alpha1.pulls.list GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}/pulls{query} https://www.dolthub.com/docs/products/dolthub/api/database
355
470
  dolthub v1alpha1.pulls.merge POST https://www.dolthub.com/api/v1alpha1/{owner}/{database}/pulls/{pullId}/merge https://www.dolthub.com/docs/products/dolthub/api/database
356
471
  dolthub v1alpha1.sql.read GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}{refPath}{query} https://www.dolthub.com/docs/products/dolthub/api/sql
357
472
  dolthub v1alpha1.sql.write POST https://www.dolthub.com/api/v1alpha1/{owner}/{database}/write/{fromBranch}/{toBranch}{query} https://www.dolthub.com/docs/products/dolthub/api/sql
358
473
  dolthub v1alpha1.sql.writePoll GET https://www.dolthub.com/api/v1alpha1/{owner}/{database}/write{query} https://www.dolthub.com/docs/products/dolthub/api/sql
359
- dolthub v1alpha1.user GET https://www.dolthub.com/api/v1alpha1/user
474
+ dolthub v1alpha1.user GET https://www.dolthub.com/api/v1alpha1/user
360
475
  elevenlabs docs GET https://api.elevenlabs.io/docs https://elevenlabs.io/docs/api-reference/text-to-speech
361
476
  elevenlabs v1.models GET https://api.elevenlabs.io/v1/models https://elevenlabs.io/docs/api-reference/models/list
362
477
  elevenlabs v1.voices GET https://api.elevenlabs.io/v1/voices/{voiceId} https://elevenlabs.io/docs/api-reference/voices/get
@@ -380,10 +495,10 @@ elevenlabs v1.workspace.analytics.query.usageByProductOverTime POST https://api.
380
495
  elevenlabs v1.workspace.analytics.requests POST https://api.elevenlabs.io/v1/workspace/analytics/requests https://elevenlabs.io/docs/api-reference/workspace/analytics/requests/get
381
496
  elevenlabs v2.voices GET https://api.elevenlabs.io/v2/voices https://elevenlabs.io/docs/api-reference/voices/search
382
497
  fal bytedance.seedance2p0.fast.imageToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/image-to-video https://docs.fal.ai
383
- fal bytedance.seedance2p0.fast.referenceToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/reference-to-video
498
+ fal bytedance.seedance2p0.fast.referenceToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/reference-to-video
384
499
  fal bytedance.seedance2p0.fast.textToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/fast/text-to-video https://docs.fal.ai
385
500
  fal bytedance.seedance2p0.imageToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/image-to-video https://docs.fal.ai
386
- fal bytedance.seedance2p0.referenceToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/reference-to-video
501
+ fal bytedance.seedance2p0.referenceToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/reference-to-video
387
502
  fal bytedance.seedance2p0.textToVideo POST https://api.fal.ai/v1/bytedance/seedance-2.0/text-to-video https://docs.fal.ai
388
503
  fal bytedance.seedream.v5.lite.edit POST https://api.fal.ai/v1/fal-ai/bytedance/seedream/v5/lite/edit https://docs.fal.ai
389
504
  fal bytedance.seedream.v5.lite.textToImage POST https://api.fal.ai/v1/fal-ai/bytedance/seedream/v5/lite/text-to-image https://docs.fal.ai
@@ -428,11 +543,11 @@ fal v1.workflows GET https://api.fal.ai/v1/workflows https://docs.fal.ai
428
543
  fal veo3p1.imageToVideo POST https://api.fal.ai/v1/fal-ai/veo3.1/image-to-video https://docs.fal.ai
429
544
  fal veo3p1.textToVideo POST https://api.fal.ai/v1/fal-ai/veo3.1 https://docs.fal.ai
430
545
  fal wan.v2p7.edit POST https://api.fal.ai/v1/fal-ai/wan/v2.7/edit https://docs.fal.ai
431
- fal wan.v2p7.editVideo POST https://api.fal.ai/v1/fal-ai/wan/v2.7/edit-video
546
+ fal wan.v2p7.editVideo POST https://api.fal.ai/v1/fal-ai/wan/v2.7/edit-video
432
547
  fal wan.v2p7.imageToVideo POST https://api.fal.ai/v1/fal-ai/wan/v2.7/image-to-video https://docs.fal.ai
433
548
  fal wan.v2p7.pro.edit POST https://api.fal.ai/v1/fal-ai/wan/v2.7/pro/edit https://docs.fal.ai
434
549
  fal wan.v2p7.pro.textToImage POST https://api.fal.ai/v1/fal-ai/wan/v2.7/pro/text-to-image https://docs.fal.ai
435
- fal wan.v2p7.referenceToVideo POST https://api.fal.ai/v1/fal-ai/wan/v2.7/reference-to-video
550
+ fal wan.v2p7.referenceToVideo POST https://api.fal.ai/v1/fal-ai/wan/v2.7/reference-to-video
436
551
  fal wan.v2p7.textToImage POST https://api.fal.ai/v1/fal-ai/wan/v2.7/text-to-image https://docs.fal.ai
437
552
  fal wan.v2p7.textToVideo POST https://api.fal.ai/v1/fal-ai/wan/v2.7/text-to-video https://docs.fal.ai
438
553
  fal xai.grokImagineImage POST https://api.fal.ai/v1/xai/grok-imagine-image https://docs.fal.ai
@@ -559,24 +674,24 @@ kie api.v1.common.downloadUrl POST https://api.kie.ai/api/v1/common/download-url
559
674
  kie api.v1.generate POST https://api.kie.ai/api/v1/generate https://docs.kie.ai/suno-api/generate-music
560
675
  kie api.v1.generate.addInstrumental POST https://api.kie.ai/api/v1/generate/add-instrumental https://docs.kie.ai/suno-api/add-instrumental
561
676
  kie api.v1.generate.addVocals POST https://api.kie.ai/api/v1/generate/add-vocals https://docs.kie.ai/suno-api/add-vocals
562
- kie api.v1.generate.extend POST https://api.kie.ai/api/v1/generate/extend
677
+ kie api.v1.generate.extend POST https://api.kie.ai/api/v1/generate/extend
563
678
  kie api.v1.generate.mashup POST https://api.kie.ai/api/v1/generate/mashup https://docs.kie.ai/suno-api/generate-mashup
564
- kie api.v1.generate.recordInfo GET https://api.kie.ai/api/v1/generate/record-info?taskId={taskId}
679
+ kie api.v1.generate.recordInfo GET https://api.kie.ai/api/v1/generate/record-info?taskId={taskId}
565
680
  kie api.v1.generate.replaceSection POST https://api.kie.ai/api/v1/generate/replace-section https://docs.kie.ai/suno-api/replace-section
566
681
  kie api.v1.generate.sounds POST https://api.kie.ai/api/v1/generate/sounds https://docs.kie.ai/suno-api/generate-sounds
567
- kie api.v1.generate.uploadCover POST https://api.kie.ai/api/v1/generate/upload-cover
568
- kie api.v1.generate.uploadExtend POST https://api.kie.ai/api/v1/generate/upload-extend
682
+ kie api.v1.generate.uploadCover POST https://api.kie.ai/api/v1/generate/upload-cover
683
+ kie api.v1.generate.uploadExtend POST https://api.kie.ai/api/v1/generate/upload-extend
569
684
  kie api.v1.jobs.createTask POST https://api.kie.ai/api/v1/jobs/createTask https://docs.kie.ai/market/quickstart
570
685
  kie api.v1.jobs.recordInfo GET https://api.kie.ai/api/v1/jobs/recordInfo?taskId={taskId} https://docs.kie.ai/market/common/get-task-detail
571
- kie api.v1.lyrics POST https://api.kie.ai/api/v1/lyrics
572
- kie api.v1.midi.generate POST https://api.kie.ai/api/v1/midi/generate
573
- kie api.v1.mp4.generate POST https://api.kie.ai/api/v1/mp4/generate
686
+ kie api.v1.lyrics POST https://api.kie.ai/api/v1/lyrics
687
+ kie api.v1.midi.generate POST https://api.kie.ai/api/v1/midi/generate
688
+ kie api.v1.mp4.generate POST https://api.kie.ai/api/v1/mp4/generate
574
689
  kie api.v1.omni.audio.create POST https://api.kie.ai/api/v1/omni/audio/create https://docs.kie.ai/market/gemini-omni-audio
575
- kie api.v1.style.generate POST https://api.kie.ai/api/v1/style/generate
690
+ kie api.v1.style.generate POST https://api.kie.ai/api/v1/style/generate
576
691
  kie api.v1.veo.extend POST https://api.kie.ai/api/v1/veo/extend https://docs.kie.ai/veo3-api/extend-video
577
692
  kie api.v1.veo.generate POST https://api.kie.ai/api/v1/veo/generate https://docs.kie.ai/veo3-api/generate-veo-3-video
578
- kie api.v1.vocalRemoval.generate POST https://api.kie.ai/api/v1/vocal-removal/generate
579
- kie api.v1.wav.generate POST https://api.kie.ai/api/v1/wav/generate
693
+ kie api.v1.vocalRemoval.generate POST https://api.kie.ai/api/v1/vocal-removal/generate
694
+ kie api.v1.wav.generate POST https://api.kie.ai/api/v1/wav/generate
580
695
  kie claude.v1.messages POST https://api.kie.ai/claude/v1/messages https://docs.kie.ai/market/claude/claude-sonnet-4-6
581
696
  kimicoding coding.v1.countTokens POST https://api.kimi.com/coding/v1/tokens/count https://platform.moonshot.ai/docs
582
697
  kimicoding coding.v1.embeddings POST https://api.kimi.com/coding/v1/embeddings https://platform.moonshot.ai/docs
@@ -922,10 +1037,88 @@ telegram upgradeGift POST https://api.telegram.org/bot{token}/upgradeGift https:
922
1037
  telegram uploadStickerFile POST https://api.telegram.org/bot{token}/uploadStickerFile https://core.telegram.org/bots/api#uploadstickerfile
923
1038
  telegram verifyChat POST https://api.telegram.org/bot{token}/verifyChat https://core.telegram.org/bots/api#verifychat
924
1039
  telegram verifyUser POST https://api.telegram.org/bot{token}/verifyUser https://core.telegram.org/bots/api#verifyuser
1040
+ thesportsdb v1.allCountries GET https://www.thesportsdb.com/api/v1/json/{apiKey}/all_countries.php https://thedatadb.readme.io/reference/getallcountries
1041
+ thesportsdb v1.allLeagues GET https://www.thesportsdb.com/api/v1/json/{apiKey}/all_leagues.php https://www.thesportsdb.com/docs_api_guide#v1-list
1042
+ thesportsdb v1.allSports GET https://www.thesportsdb.com/api/v1/json/{apiKey}/all_sports.php https://thedatadb.readme.io/reference/getallsports
1043
+ thesportsdb v1.eventResults GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventresults.php{query} https://www.thesportsdb.com/docs_api_guide#v1-lookup
1044
+ thesportsdb v1.lookupEvent GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupevent.php{query} https://www.thesportsdb.com/docs_api_guide#v1-lookup
1045
+ thesportsdb v1.lookupEventStats GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupeventstats.php{query} https://www.thesportsdb.com/docs_api_guide#v1-lookup
1046
+ thesportsdb v1.lookup.equipment GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupequipment.php{query} https://www.thesportsdb.com/docs_api_guide
1047
+ thesportsdb v1.lookup.league GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupleague.php{query} https://www.thesportsdb.com/docs_api_guide
1048
+ thesportsdb v1.lookup.table GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookuptable.php{query} https://www.thesportsdb.com/docs_api_guide
1049
+ thesportsdb v1.lookup.team GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupteam.php{query} https://www.thesportsdb.com/docs_api_guide
1050
+ thesportsdb v1.lookup.venue GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupvenue.php{query} https://www.thesportsdb.com/docs_api_guide
1051
+ thesportsdb v1.eventsday GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventsday.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1052
+ thesportsdb v1.eventshighlights GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventshighlights.php{query} https://www.thesportsdb.com/docs_api_guide#v1-video
1053
+ thesportsdb v1.eventslast GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventslast.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1054
+ thesportsdb v1.eventsnext GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventsnext.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1055
+ thesportsdb v1.eventsnextleague GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventsnextleague.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1056
+ thesportsdb v1.eventspastleague GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventspastleague.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1057
+ thesportsdb v1.eventsseason GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventsseason.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1058
+ thesportsdb v1.eventstv GET https://www.thesportsdb.com/api/v1/json/{apiKey}/eventstv.php{query} https://www.thesportsdb.com/docs_api_guide#v1-schedule
1059
+ thesportsdb v1.lookupAllPlayers GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookup_all_players.php{query} https://www.thesportsdb.com/docs_api_guide#v1-list
1060
+ thesportsdb v1.lookupLineup GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookuplineup.php{query} https://www.thesportsdb.com/docs_api_guide#v1-lookup
1061
+ thesportsdb v1.lookupTimeline GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookuptimeline.php{query} https://www.thesportsdb.com/docs_api_guide#v1-lookup
1062
+ thesportsdb v1.lookupTv GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookuptv.php{query} https://www.thesportsdb.com/docs_api_guide#v1-lookup
1063
+ thesportsdb v1.searchAllLeagues GET https://www.thesportsdb.com/api/v1/json/{apiKey}/search_all_leagues.php{query} https://www.thesportsdb.com/docs_api_guide#v1-list
1064
+ thesportsdb v1.searchAllSeasons GET https://www.thesportsdb.com/api/v1/json/{apiKey}/search_all_seasons.php{query} https://www.thesportsdb.com/docs_api_guide#v1-list
1065
+ thesportsdb v1.searchAllTeams GET https://www.thesportsdb.com/api/v1/json/{apiKey}/search_all_teams.php{query} https://www.thesportsdb.com/docs_api_guide#v1-list
1066
+ thesportsdb v1.searchEvents GET https://www.thesportsdb.com/api/v1/json/{apiKey}/searchevents.php{query} https://www.thesportsdb.com/docs_api_guide#v1-search
1067
+ thesportsdb v1.searchFilename GET https://www.thesportsdb.com/api/v1/json/{apiKey}/searchfilename.php{query} https://www.thesportsdb.com/docs_api_guide#v1-search
1068
+ thesportsdb v1.searchPlayers GET https://www.thesportsdb.com/api/v1/json/{apiKey}/searchplayers.php{query} https://thedatadb.readme.io/reference/getplayerbyname
1069
+ thesportsdb v1.searchTeams GET https://www.thesportsdb.com/api/v1/json/{apiKey}/searchteams.php{query} https://thedatadb.readme.io/reference/getteambyname
1070
+ thesportsdb v1.searchVenues GET https://www.thesportsdb.com/api/v1/json/{apiKey}/searchvenues.php{query} https://thedatadb.readme.io/reference/getvenuebyname
1071
+ thesportsdb v2.all.countries GET https://www.thesportsdb.com/api/v2/json/all/countries https://www.thesportsdb.com/docs_api_guide#v2-all
1072
+ thesportsdb v2.all.leagues GET https://www.thesportsdb.com/api/v2/json/all/leagues https://www.thesportsdb.com/docs_api_guide#v2-all
1073
+ thesportsdb v2.all.sports GET https://www.thesportsdb.com/api/v2/json/all/sports https://www.thesportsdb.com/docs_api_guide#v2-all
1074
+ thesportsdb v2.filter.tv.channel GET https://www.thesportsdb.com/api/v2/json/filter/tv/channel/{channel} https://www.thesportsdb.com/docs_api_guide#v2-filter
1075
+ thesportsdb v2.filter.tv.channelid GET https://www.thesportsdb.com/api/v2/json/filter/tv/channelid/{idChannel} https://www.thesportsdb.com/docs_api_guide#v2-filter
1076
+ thesportsdb v2.filter.tv.country GET https://www.thesportsdb.com/api/v2/json/filter/tv/country/{country} https://www.thesportsdb.com/docs_api_guide#v2-filter
1077
+ thesportsdb v2.filter.tv.day GET https://www.thesportsdb.com/api/v2/json/filter/tv/day/{date} https://www.thesportsdb.com/docs_api_guide#v2-filter
1078
+ thesportsdb v2.filter.tv.sport GET https://www.thesportsdb.com/api/v2/json/filter/tv/sport/{sport} https://www.thesportsdb.com/docs_api_guide#v2-filter
1079
+ thesportsdb v2.list.players GET https://www.thesportsdb.com/api/v2/json/list/players/{idTeam} https://www.thesportsdb.com/docs_api_guide#v2-list
1080
+ thesportsdb v2.list.seasonposters GET https://www.thesportsdb.com/api/v2/json/list/seasonposters/{idLeague} https://www.thesportsdb.com/docs_api_guide#v2-list
1081
+ thesportsdb v2.list.seasons GET https://www.thesportsdb.com/api/v2/json/list/seasons/{idLeague} https://www.thesportsdb.com/docs_api_guide#v2-list
1082
+ thesportsdb v2.list.teams GET https://www.thesportsdb.com/api/v2/json/list/teams/{idLeague} https://www.thesportsdb.com/docs_api_guide#v2-list
1083
+ thesportsdb v2.livescore.all GET https://www.thesportsdb.com/api/v2/json/livescore/all https://www.thesportsdb.com/docs_api_guide#v2-livescores
1084
+ thesportsdb v2.livescore.byLeague GET https://www.thesportsdb.com/api/v2/json/livescore/{leagueId} https://www.thesportsdb.com/docs_api_guide#v2-livescores
1085
+ thesportsdb v2.livescore.bySport GET https://www.thesportsdb.com/api/v2/json/livescore/{sport} https://www.thesportsdb.com/docs_api_guide#v2-livescores
1086
+ thesportsdb v2.lookup.event GET https://www.thesportsdb.com/api/v2/json/lookup/event/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1087
+ thesportsdb v2.lookup.eventHighlights GET https://www.thesportsdb.com/api/v2/json/lookup/event_highlights/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1088
+ thesportsdb v2.lookup.eventLineup GET https://www.thesportsdb.com/api/v2/json/lookup/event_lineup/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1089
+ thesportsdb v2.lookup.eventResults GET https://www.thesportsdb.com/api/v2/json/lookup/event_results/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1090
+ thesportsdb v2.lookup.eventStats GET https://www.thesportsdb.com/api/v2/json/lookup/event_stats/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1091
+ thesportsdb v2.lookup.eventTimeline GET https://www.thesportsdb.com/api/v2/json/lookup/event_timeline/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1092
+ thesportsdb v2.lookup.eventTv GET https://www.thesportsdb.com/api/v2/json/lookup/event_tv/{idEvent} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1093
+ thesportsdb v2.lookup.league GET https://www.thesportsdb.com/api/v2/json/lookup/league/{idLeague} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1094
+ thesportsdb v2.lookup.player GET https://www.thesportsdb.com/api/v2/json/lookup/player/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1095
+ thesportsdb v2.lookup.playerContracts GET https://www.thesportsdb.com/api/v2/json/lookup/player_contracts/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1096
+ thesportsdb v2.lookup.playerHonours GET https://www.thesportsdb.com/api/v2/json/lookup/player_honours/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1097
+ thesportsdb v2.lookup.playerMilestones GET https://www.thesportsdb.com/api/v2/json/lookup/player_milestones/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1098
+ thesportsdb v2.lookup.playerResults GET https://www.thesportsdb.com/api/v2/json/lookup/player_results/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1099
+ thesportsdb v2.lookup.playerStats GET https://www.thesportsdb.com/api/v2/json/lookup/player_stats/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1100
+ thesportsdb v2.lookup.playerTeams GET https://www.thesportsdb.com/api/v2/json/lookup/player_teams/{idPlayer} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1101
+ thesportsdb v2.lookup.team GET https://www.thesportsdb.com/api/v2/json/lookup/team/{idTeam} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1102
+ thesportsdb v2.lookup.teamEquipment GET https://www.thesportsdb.com/api/v2/json/lookup/team_equipment/{idTeam} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1103
+ thesportsdb v2.lookup.venue GET https://www.thesportsdb.com/api/v2/json/lookup/venue/{idVenue} https://www.thesportsdb.com/docs_api_guide#v2-lookup
1104
+ thesportsdb v2.schedule.full.team GET https://www.thesportsdb.com/api/v2/json/schedule/full/team/{idTeam} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1105
+ thesportsdb v2.schedule.league GET https://www.thesportsdb.com/api/v2/json/schedule/league/{idLeague}/{season} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1106
+ thesportsdb v2.schedule.next.league GET https://www.thesportsdb.com/api/v2/json/schedule/next/league/{idLeague} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1107
+ thesportsdb v2.schedule.next.team GET https://www.thesportsdb.com/api/v2/json/schedule/next/team/{idTeam} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1108
+ thesportsdb v2.schedule.next.venue GET https://www.thesportsdb.com/api/v2/json/schedule/next/venue/{idVenue} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1109
+ thesportsdb v2.schedule.previous.league GET https://www.thesportsdb.com/api/v2/json/schedule/previous/league/{idLeague} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1110
+ thesportsdb v2.schedule.previous.team GET https://www.thesportsdb.com/api/v2/json/schedule/previous/team/{idTeam} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1111
+ thesportsdb v2.schedule.previous.venue GET https://www.thesportsdb.com/api/v2/json/schedule/previous/venue/{idVenue} https://www.thesportsdb.com/docs_api_guide#v2-schedule
1112
+ thesportsdb v2.search.event GET https://www.thesportsdb.com/api/v2/json/search/event/{eventName} https://www.thesportsdb.com/docs_api_guide#v2-search
1113
+ thesportsdb v2.search.league GET https://www.thesportsdb.com/api/v2/json/search/league/{leagueName} https://www.thesportsdb.com/docs_api_guide#v2-search
1114
+ thesportsdb v2.search.player GET https://www.thesportsdb.com/api/v2/json/search/player/{playerName} https://www.thesportsdb.com/docs_api_guide#v2-search
1115
+ thesportsdb v2.search.team GET https://www.thesportsdb.com/api/v2/json/search/team/{teamName} https://www.thesportsdb.com/docs_api_guide#v2-search
1116
+ thesportsdb v2.search.venue GET https://www.thesportsdb.com/api/v2/json/search/venue/{venueName} https://www.thesportsdb.com/docs_api_guide#v2-search
925
1117
  x v2.media.upload GET https://api.x.com/2/media/upload{query} https://docs.x.com/x-api/media/get-media-upload-status
926
1118
  x v2.media.upload.append POST https://api.x.com/2/media/upload/{id}/append https://docs.x.com/x-api/media/append-media-upload
927
1119
  x v2.media.upload.finalize POST https://api.x.com/2/media/upload/{id}/finalize https://docs.x.com/x-api/media/finalize-media-upload
928
1120
  x v2.media.upload.initialize POST https://api.x.com/2/media/upload/initialize https://docs.x.com/x-api/media/media-upload-initialize
1121
+ x v2.users.me GET https://api.x.com/2/users/me{query} https://docs.x.com/x-api/users/get-my-user
929
1122
  x v2.tweets POST https://api.x.com/2/tweets https://docs.x.com/x-api/posts/create-post
930
1123
  xai managementApi.auth.teams.apiKeys GET https://management-api.x.ai/auth/teams/{teamId}/api-keys{query} https://docs.x.ai/developers/rest-api-reference/management/auth
931
1124
  xai v1.apiKey GET https://api.x.ai/v1/api-key https://docs.x.ai/developers/rest-api-reference/inference/other
@@ -974,8 +1167,57 @@ xai v1.videos.edits POST https://api.x.ai/v1/videos/edits https://docs.x.ai/docs
974
1167
  xai v1.videos.extensions POST https://api.x.ai/v1/videos/extensions https://docs.x.ai/docs/api-reference
975
1168
  xai v1.videos.generations POST https://api.x.ai/v1/videos/generations https://docs.x.ai/docs/api-reference
976
1169
  xai v1.videos.generations.imageToVideo POST https://api.x.ai/v1/videos/generations https://docs.x.ai/developers/model-capabilities/video/image-to-video
1170
+ openligadb getavailablesports GET https://api.openligadb.de/getavailablesports https://api.openligadb.de/swagger/v1/swagger.json
1171
+ openligadb getavailableleagues GET https://api.openligadb.de/getavailableleagues https://api.openligadb.de/swagger/v1/swagger.json
1172
+ openligadb getavailableleagues.bySeason GET https://api.openligadb.de/getavailableleagues/{season} https://api.openligadb.de/swagger/v1/swagger.json
1173
+ openligadb getavailablegroups GET https://api.openligadb.de/getavailablegroups/{leagueShortcut}/{leagueSeason} https://api.openligadb.de/swagger/v1/swagger.json
1174
+ openligadb getcurrentgroup GET https://api.openligadb.de/getcurrentgroup/{leagueShortcut} https://api.openligadb.de/swagger/v1/swagger.json
1175
+ openligadb getlastchangedate GET https://api.openligadb.de/getlastchangedate/{leagueShortcut}/{leagueSeason}/{groupOrderId} https://api.openligadb.de/swagger/v1/swagger.json
1176
+ openligadb getresultinfos GET https://api.openligadb.de/getresultinfos/{leagueId} https://api.openligadb.de/swagger/v1/swagger.json
1177
+ openligadb getavailableteams GET https://api.openligadb.de/getavailableteams/{leagueShortcut}/{leagueSeason} https://api.openligadb.de/swagger/v1/swagger.json
1178
+ openligadb getbltable GET https://api.openligadb.de/getbltable/{leagueShortcut}/{leagueSeason} https://api.openligadb.de/swagger/v1/swagger.json
1179
+ openligadb getgoalgetters GET https://api.openligadb.de/getgoalgetters/{leagueShortcut}/{leagueSeason} https://api.openligadb.de/swagger/v1/swagger.json
1180
+ openligadb getgrouptable GET https://api.openligadb.de/getgrouptable/{leagueShortcut}/{leagueSeason} https://api.openligadb.de/swagger/v1/swagger.json
1181
+ openligadb swagger.v1.swaggerJson GET https://api.openligadb.de/swagger/v1/swagger.json https://api.openligadb.de/swagger/v1/swagger.json
1182
+ openligadb getmatchdata.byId GET https://api.openligadb.de/getmatchdata/{matchId} https://api.openligadb.de/swagger/index.html
1183
+ openligadb getmatchdata.byLeagueSeason GET https://api.openligadb.de/getmatchdata/{leagueShortcut}/{leagueSeason} https://api.openligadb.de/swagger/index.html
1184
+ openligadb getmatchdata.byLeagueSeasonGroup GET https://api.openligadb.de/getmatchdata/{leagueShortcut}/{leagueSeason}/{groupOrderId} https://api.openligadb.de/swagger/index.html
1185
+ openligadb getmatchdata.byLeagueSeasonTeam GET https://api.openligadb.de/getmatchdata/{leagueShortcut}/{leagueSeason}/{teamFilterstring} https://api.openligadb.de/swagger/index.html
1186
+ openligadb getmatchdata.byTeams GET https://api.openligadb.de/getmatchdata/{teamId1}/{teamId2} https://api.openligadb.de/swagger/index.html
1187
+ openligadb getnextmatchbyleagueteam GET https://api.openligadb.de/getnextmatchbyleagueteam/{leagueId}/{teamId} https://api.openligadb.de/swagger/v1/swagger.json
1188
+ openligadb getnextmatchbyleagueshortcut GET https://api.openligadb.de/getnextmatchbyleagueshortcut/{leagueShortcut} https://api.openligadb.de/swagger/v1/swagger.json
1189
+ openligadb getlastmatchbyleagueshortcut GET https://api.openligadb.de/getlastmatchbyleagueshortcut/{leagueShortcut} https://api.openligadb.de/swagger/v1/swagger.json
1190
+ openligadb getlastmatchbyleagueteam GET https://api.openligadb.de/getlastmatchbyleagueteam/{leagueId}/{teamId} https://api.openligadb.de/swagger/v1/swagger.json
1191
+ openligadb getmatchesbyteam GET https://api.openligadb.de/getmatchesbyteam/{teamFilterstring}/{weekCountPast}/{weekCountFuture} https://api.openligadb.de/swagger/v1/swagger.json
1192
+ openligadb getmatchesbyteamid GET https://api.openligadb.de/getmatchesbyteamid/{teamId}/{weekCountPast}/{weekCountFuture} https://api.openligadb.de/swagger/v1/swagger.json
1193
+ openf1 v1.carData GET https://api.openf1.org/v1/car_data{query} https://openf1.org/docs/#car-data
1194
+ openf1 v1.intervals GET https://api.openf1.org/v1/intervals{query} https://openf1.org/docs/#intervals
1195
+ openf1 v1.drivers GET https://api.openf1.org/v1/drivers{query} https://openf1.org/docs/#drivers
1196
+ openf1 v1.meetings GET https://api.openf1.org/v1/meetings{query} https://openf1.org/docs/#meetings
1197
+ openf1 v1.championshipDrivers GET https://api.openf1.org/v1/championship_drivers{query} https://openf1.org/docs/#drivers-championship-beta
1198
+ openf1 v1.championshipTeams GET https://api.openf1.org/v1/championship_teams{query} https://openf1.org/docs/#teams-championship-beta
1199
+ openf1 v1.laps GET https://api.openf1.org/v1/laps{query} https://openf1.org/docs/#laps
1200
+ openf1 v1.location GET https://api.openf1.org/v1/location{query} https://openf1.org/docs/#location
1201
+ openf1 v1.overtakes GET https://api.openf1.org/v1/overtakes{query} https://openf1.org/docs/#overtakes
1202
+ openf1 v1.position GET https://api.openf1.org/v1/position{query} https://openf1.org/docs/#position
1203
+ openf1 v1.pit GET https://api.openf1.org/v1/pit{query} https://openf1.org/docs/#pit
1204
+ openf1 v1.raceControl GET https://api.openf1.org/v1/race_control{query} https://openf1.org/docs/#race-control
1205
+ openf1 v1.sessionResult GET https://api.openf1.org/v1/session_result{query} https://openf1.org/docs/#session-result
1206
+ openf1 v1.sessions GET https://api.openf1.org/v1/sessions{query} https://openf1.org/docs/#sessions
1207
+ openf1 v1.startingGrid GET https://api.openf1.org/v1/starting_grid{query} https://openf1.org/docs/#starting-grid
1208
+ openf1 v1.stints GET https://api.openf1.org/v1/stints{query} https://openf1.org/docs/#stints
1209
+ openf1 v1.teamRadio GET https://api.openf1.org/v1/team_radio{query} https://openf1.org/docs/#team-radio
1210
+ openf1 v1.weather GET https://api.openf1.org/v1/weather{query} https://openf1.org/docs/#weather
1211
+ openf1 token POST https://api.openf1.org/token https://openf1.org/auth.html
977
1212
  youtube channels.list GET https://www.googleapis.com/youtube/v3/channels{query} https://developers.google.com/youtube/v3/docs/channels/list
978
- youtube transcripts GET https://www.youtube.com/watch?v={videoId}
1213
+ youtube transcripts GET https://www.youtube.com/watch?v={videoId}
979
1214
  youtube videoMetadata ? ? https://developers.google.com/youtube/player_parameters
980
1215
  youtube videos.insert POST https://www.googleapis.com/youtube/v3/videos{query} https://developers.google.com/youtube/v3/docs/videos/insert
981
1216
  youtube videos.list GET https://www.googleapis.com/youtube/v3/videos{query} https://developers.google.com/youtube/v3/docs/videos/list
1217
+ thesportsdb v1.lookupplayer GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupplayer.php?id={idPlayer} https://thedatadb.readme.io/reference/getplayerbyid
1218
+ thesportsdb v1.lookuphonours GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookuphonours.php?id={idPlayer} https://thedatadb.readme.io/reference/gethonourbyid
1219
+ thesportsdb v1.lookupformerteams GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupformerteams.php?id={idPlayer} https://thedatadb.readme.io/reference/getformerteamsbyplayerid
1220
+ thesportsdb v1.lookupmilestones GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupmilestones.php?id={idPlayer} https://thedatadb.readme.io/reference/getmilestonesbyplayerid
1221
+ thesportsdb v1.lookupcontracts GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupcontracts.php?id={idPlayer} https://thedatadb.readme.io/reference/getcontractsbyplayerid
1222
+ thesportsdb v1.playerresults GET https://www.thesportsdb.com/api/v1/json/{apiKey}/playerresults.php?id={idPlayer} https://www.thesportsdb.com/docs_api_guide
1223
+ thesportsdb v1.lookupplayerstats GET https://www.thesportsdb.com/api/v1/json/{apiKey}/lookupplayerstats.php?id={idPlayer} https://www.thesportsdb.com/docs_api_guide