crawlora 1.6.0.pre.sdk.2 → 1.7.0.pre.sdk.1
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/docs/operations.md +154 -1
- data/lib/crawlora/operations.rb +8981 -3510
- data/lib/crawlora/version.rb +1 -1
- data/openapi/public.json +42476 -21763
- data/sig/crawlora.rbs +177 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ae6103961dadf37a305aefea48353a29b59f594085b3ea1b34ea98619714698e
|
|
4
|
+
data.tar.gz: e1016b7d75f9a2593abeb26a1d18fac1a8301d0c04b8991b6e48177870e2ec49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 568a4bf20938220a015f202ce64c930d6250dca68f9aca25fa3840abb69056c2eb03afa5d49d6181b7a690b2cc0d5250dd4cf319db886e327c8b2483df1c9dc9
|
|
7
|
+
data.tar.gz: c95f355e0e82b54f532638c5041d3b8decd473216271d73c396fc65a47dc7a8fda6a5c22533bccd1b76ee19702a59f7c60f0538a282d03cc16d27bd4bb4e4b20
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.7.0-sdk.1
|
|
4
|
+
|
|
5
|
+
- Added six new platforms, regenerated from the public API contract (now 491
|
|
6
|
+
operations): **Polymarket**, **Kalshi**, and **Metaculus** (prediction
|
|
7
|
+
markets); **IMDb**, **Rotten Tomatoes**, and **Box Office Mojo** (film/TV).
|
|
8
|
+
- Expanded **Reddit**: subreddit about/comments, multi-subreddit posts,
|
|
9
|
+
domain posts, user posts/comments, and trends.
|
|
10
|
+
|
|
3
11
|
## 1.6.0-sdk.1
|
|
4
12
|
|
|
5
13
|
- Added the **Reddit** platform (`reddit.search`, `reddit.post`,
|
data/docs/operations.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Generated from `openapi/public.json`. Deprecated, admin, and internal operations are excluded from this SDK contract.
|
|
4
4
|
|
|
5
|
-
Total operations: `
|
|
5
|
+
Total operations: `491`
|
|
6
6
|
|
|
7
7
|
| Group | SDK method | Operation ID | HTTP | Params | Auth | Response | Notes |
|
|
8
8
|
| --- | --- | --- | --- | --- | --- | --- | --- |
|
|
@@ -41,6 +41,27 @@ Total operations: `338`
|
|
|
41
41
|
| bing | `bing.search` | `bing-search` | `GET /bing/search` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingSearchResponse` | |
|
|
42
42
|
| bing | `bing.suggest` | `bing-suggest` | `GET /bing/suggest` | `q` (query String required)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingSuggestResponse` | |
|
|
43
43
|
| bing | `bing.videos` | `bing-videos` | `GET /bing/videos` | `q` (query String required)<br>`page` (query Integer)<br>`count` (query Integer)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `BingVideosResponse` | |
|
|
44
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_brand` | `boxofficemojo-brand` | `GET /boxofficemojo/brand` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoBrandResponse` | |
|
|
45
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_brands` | `boxofficemojo-brands` | `GET /boxofficemojo/brands` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoBrandsResponse` | |
|
|
46
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_calendar` | `boxofficemojo-calendar` | `GET /boxofficemojo/calendar` | `year` (query Integer required)<br>`month` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarResponse` | |
|
|
47
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_calendar_changes` | `boxofficemojo-calendar-changes` | `GET /boxofficemojo/calendar/changes` | `offset` (query Integer) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarChangesResponse` | |
|
|
48
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_calendar_date` | `boxofficemojo-calendar-date` | `GET /boxofficemojo/calendar/date` | `date` (query String required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoCalendarDateResponse` | |
|
|
49
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_date_domestic` | `boxofficemojo-date-domestic` | `GET /boxofficemojo/date/domestic` | `date` (query String required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoDateDomesticResponse` | |
|
|
50
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_franchise` | `boxofficemojo-franchise` | `GET /boxofficemojo/franchise` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoFranchiseResponse` | |
|
|
51
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_franchises` | `boxofficemojo-franchises` | `GET /boxofficemojo/franchises` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoFranchisesResponse` | |
|
|
52
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_genre` | `boxofficemojo-genre` | `GET /boxofficemojo/genre` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoGenreResponse` | |
|
|
53
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_genres` | `boxofficemojo-genres` | `GET /boxofficemojo/genres` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoGenresResponse` | |
|
|
54
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_lifetime_grosses` | `boxofficemojo-lifetime-grosses` | `GET /boxofficemojo/lifetime-grosses` | `area` (query "worldwide" \| "domestic")<br>`offset` (query Integer) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoLifetimeGrossesResponse` | |
|
|
55
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_release` | `boxofficemojo-release` | `GET /boxofficemojo/release` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoReleaseResponse` | |
|
|
56
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_release_group` | `boxofficemojo-release-group` | `GET /boxofficemojo/release-group` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoReleaseGroupResponse` | |
|
|
57
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_showdown` | `boxofficemojo-showdown` | `GET /boxofficemojo/showdown` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoShowdownResponse` | |
|
|
58
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_showdowns` | `boxofficemojo-showdowns` | `GET /boxofficemojo/showdowns` | none | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoShowdownsResponse` | |
|
|
59
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_title` | `boxofficemojo-title` | `GET /boxofficemojo/title` | `id` (query String)<br>`path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoTitleResponse` | |
|
|
60
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_weekend_domestic` | `boxofficemojo-weekend-domestic` | `GET /boxofficemojo/weekend/domestic` | `year` (query Integer required)<br>`week` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoWeekendDomesticResponse` | |
|
|
61
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_weekend_domestic_by_distributor` | `boxofficemojo-weekend-domestic-by-distributor` | `GET /boxofficemojo/weekend/domestic/by-distributor` | `year` (query Integer required)<br>`week` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoWeekendDomesticByDistributorResponse` | |
|
|
62
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_weekend_domestic_estimates` | `boxofficemojo-weekend-domestic-estimates` | `GET /boxofficemojo/weekend/domestic/estimates` | `year` (query Integer required)<br>`week` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoWeekendDomesticEstimatesResponse` | |
|
|
63
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_year_domestic` | `boxofficemojo-year-domestic` | `GET /boxofficemojo/year/domestic` | `year` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoYearDomesticResponse` | |
|
|
64
|
+
| box_office_mojo | `box_office_mojo.boxofficemojo_year_worldwide` | `boxofficemojo-year-worldwide` | `GET /boxofficemojo/year/worldwide` | `year` (query Integer required) | `ApiKeyAuth` | `BoxOfficeMojoBoxofficemojoYearWorldwideResponse` | |
|
|
44
65
|
| brand | `brand.retrieve` | `brand-retrieve` | `GET /brand/retrieve` | `domain` (query String required)<br>`force_language` (query String)<br>`maxSpeed` (query bool)<br>`maxAgeMs` (query Integer)<br>`timeoutMS` (query Integer) | `ApiKeyAuth` | `BrandRetrieveResponse` | |
|
|
45
66
|
| brave | `brave.images` | `brave-images` | `GET /brave/images` | `q` (query String required)<br>`offset` (query Integer)<br>`count` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw") | `ApiKeyAuth` | `BraveImagesResponse` | |
|
|
46
67
|
| brave | `brave.news` | `brave-news` | `GET /brave/news` | `q` (query String required)<br>`offset` (query Integer)<br>`count` (query Integer)<br>`country` (query "all" \| "ar" \| "at" \| "au" \| "be" \| "br" \| "ca" \| "ch" \| "cl" \| "cn" \| "de" \| "dk" \| "es" \| "fi" \| "fr" \| "gb" \| "gr" \| "hk" \| "id" \| "in" \| "it" \| "jp" \| "kr" \| "mx" \| "my" \| "nl" \| "no" \| "nz" \| "ph" \| "pl" \| "pt" \| "ru" \| "sa" \| "se" \| "sg" \| "tr" \| "tw" \| "us" \| "za")<br>`lang` (query "de-de" \| "en-ca" \| "en-gb" \| "en-in" \| "en-us" \| "fi-fi" \| "fr-ca" \| "fr-fr" \| "ja-jp" \| "pt-br" \| "sq-al" \| "sw-ke" \| "zh-tw")<br>`time_range` (query "any" \| "day" \| "week" \| "month" \| "year" \| "custom")<br>`date_from` (query String)<br>`date_to` (query String) | `ApiKeyAuth` | `BraveNewsResponse` | |
|
|
@@ -130,6 +151,25 @@ Total operations: `338`
|
|
|
130
151
|
| google_play | `google_play.search` | `googleplay-search` | `GET /googleplay/search` | `term` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`full_detail` (query bool)<br>`price` (query String) | `ApiKeyAuth` | `GooglePlaySearchResponse` | |
|
|
131
152
|
| google_play | `google_play.similar` | `googleplay-similar` | `GET /googleplay/similar` | `app_id` (query String required)<br>`num` (query Integer)<br>`country` (query String)<br>`lang` (query String)<br>`full_detail` (query bool) | `ApiKeyAuth` | `GooglePlaySimilarResponse` | |
|
|
132
153
|
| google_play | `google_play.suggest` | `googleplay-suggest` | `GET /googleplay/suggest/{term}` | `term` (path String required)<br>`country` (query String)<br>`lang` (query String) | `ApiKeyAuth` | `GooglePlaySuggestResponse` | |
|
|
154
|
+
| imdb | `imdb.name` | `imdb-name` | `GET /imdb/name` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameResponse` | |
|
|
155
|
+
| imdb | `imdb.name_awards` | `imdb-name-awards` | `GET /imdb/name/awards` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameAwardsResponse` | |
|
|
156
|
+
| imdb | `imdb.name_credits` | `imdb-name-credits` | `GET /imdb/name/credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbNameCreditsResponse` | |
|
|
157
|
+
| imdb | `imdb.search` | `imdb-search` | `GET /imdb/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbSearchResponse` | |
|
|
158
|
+
| imdb | `imdb.title` | `imdb-title` | `GET /imdb/title` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleResponse` | |
|
|
159
|
+
| imdb | `imdb.title_awards` | `imdb-title-awards` | `GET /imdb/title/awards` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleAwardsResponse` | |
|
|
160
|
+
| imdb | `imdb.title_company_credits` | `imdb-title-company-credits` | `GET /imdb/title/company-credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleCompanyCreditsResponse` | |
|
|
161
|
+
| imdb | `imdb.title_credits` | `imdb-title-credits` | `GET /imdb/title/credits` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleCreditsResponse` | |
|
|
162
|
+
| imdb | `imdb.title_episodes` | `imdb-title-episodes` | `GET /imdb/title/episodes` | `id` (query String)<br>`url` (query String)<br>`season` (query Integer)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbTitleEpisodesResponse` | |
|
|
163
|
+
| imdb | `imdb.title_filming_locations` | `imdb-title-filming-locations` | `GET /imdb/title/filming-locations` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleFilmingLocationsResponse` | |
|
|
164
|
+
| imdb | `imdb.title_goofs` | `imdb-title-goofs` | `GET /imdb/title/goofs` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleGoofsResponse` | |
|
|
165
|
+
| imdb | `imdb.title_keywords` | `imdb-title-keywords` | `GET /imdb/title/keywords` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleKeywordsResponse` | |
|
|
166
|
+
| imdb | `imdb.title_parental_guide` | `imdb-title-parental-guide` | `GET /imdb/title/parental-guide` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleParentalGuideResponse` | |
|
|
167
|
+
| imdb | `imdb.title_public_facts_analysis` | `imdb-title-public-facts-analysis` | `GET /imdb/title/public-facts-analysis` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitlePublicFactsAnalysisResponse` | |
|
|
168
|
+
| imdb | `imdb.title_quotes` | `imdb-title-quotes` | `GET /imdb/title/quotes` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleQuotesResponse` | |
|
|
169
|
+
| imdb | `imdb.title_release_info` | `imdb-title-release-info` | `GET /imdb/title/release-info` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleReleaseInfoResponse` | |
|
|
170
|
+
| imdb | `imdb.title_reviews` | `imdb-title-reviews` | `GET /imdb/title/reviews` | `id` (query String)<br>`url` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `ImdbTitleReviewsResponse` | |
|
|
171
|
+
| imdb | `imdb.title_technical_specs` | `imdb-title-technical-specs` | `GET /imdb/title/technical-specs` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleTechnicalSpecsResponse` | |
|
|
172
|
+
| imdb | `imdb.title_trivia` | `imdb-title-trivia` | `GET /imdb/title/trivia` | `id` (query String)<br>`url` (query String) | `ApiKeyAuth` | `ImdbTitleTriviaResponse` | |
|
|
133
173
|
| instagram | `instagram.post` | `instagram-post` | `GET /instagram/post/{id}/{post_id}` | `id` (path String required)<br>`post_id` (path String required) | `ApiKeyAuth` | `InstagramPostResponse` | |
|
|
134
174
|
| instagram | `instagram.profile` | `instagram-profile` | `GET /instagram/profile/{username}` | `username` (path String required) | `ApiKeyAuth` | `InstagramProfileResponse` | |
|
|
135
175
|
| instagram | `instagram.reels` | `instagram-reels` | `GET /instagram/reels/{id}` | `id` (path String required)<br>`max_id` (query String) | `ApiKeyAuth` | `InstagramReelsResponse` | |
|
|
@@ -154,11 +194,108 @@ Total operations: `338`
|
|
|
154
194
|
| just_watch | `just_watch.justwatch_title_media` | `justwatch-title-media` | `GET /justwatch/title/media` | `id` (query String required)<br>`country` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleMediaResponse` | |
|
|
155
195
|
| just_watch | `just_watch.justwatch_title_offers` | `justwatch-title-offers` | `GET /justwatch/title/offers` | `id` (query String required)<br>`countries` (query String)<br>`language` (query String) | `ApiKeyAuth` | `JustWatchJustwatchTitleOffersResponse` | |
|
|
156
196
|
| just_watch | `just_watch.justwatch_title_similar` | `justwatch-title-similar` | `GET /justwatch/title/similar` | `id` (query String required)<br>`country` (query String)<br>`language` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `JustWatchJustwatchTitleSimilarResponse` | |
|
|
197
|
+
| kalshi | `kalshi.event` | `kalshi-event` | `GET /kalshi/event/{event_ticker}` | `event_ticker` (path String required) | `ApiKeyAuth` | `KalshiEventResponse` | |
|
|
198
|
+
| kalshi | `kalshi.event_history` | `kalshi-event-history` | `GET /kalshi/event/{event_ticker}/history` | `event_ticker` (path String required)<br>`series_ticker` (query String)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer)<br>`include_latest_before_start` (query bool) | `ApiKeyAuth` | `KalshiEventHistoryResponse` | |
|
|
199
|
+
| kalshi | `kalshi.event_metadata` | `kalshi-event-metadata` | `GET /kalshi/event/{event_ticker}/metadata` | `event_ticker` (path String required) | `ApiKeyAuth` | `KalshiEventMetadataResponse` | |
|
|
200
|
+
| kalshi | `kalshi.events` | `kalshi-events` | `GET /kalshi/events` | `limit` (query Integer)<br>`cursor` (query String)<br>`series_ticker` (query String)<br>`category` (query String)<br>`status` (query "open" \| "closed" \| "settled")<br>`with_nested_markets` (query bool)<br>`with_milestones` (query bool)<br>`min_close_ts` (query Integer)<br>`min_updated_ts` (query Integer) | `ApiKeyAuth` | `KalshiEventsResponse` | |
|
|
201
|
+
| kalshi | `kalshi.multivariate_events` | `kalshi-multivariate-events` | `GET /kalshi/events/multivariate` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `KalshiMultivariateEventsResponse` | |
|
|
202
|
+
| kalshi | `kalshi.exchange_schedule` | `kalshi-exchange-schedule` | `GET /kalshi/exchange/schedule` | none | `ApiKeyAuth` | `KalshiExchangeScheduleResponse` | |
|
|
203
|
+
| kalshi | `kalshi.exchange_status` | `kalshi-exchange-status` | `GET /kalshi/exchange/status` | none | `ApiKeyAuth` | `KalshiExchangeStatusResponse` | |
|
|
204
|
+
| kalshi | `kalshi.historical_cutoff` | `kalshi-historical-cutoff` | `GET /kalshi/historical/cutoff` | none | `ApiKeyAuth` | `KalshiHistoricalCutoffResponse` | |
|
|
205
|
+
| kalshi | `kalshi.historical_market` | `kalshi-historical-market` | `GET /kalshi/historical/market/{ticker}` | `ticker` (path String required) | `ApiKeyAuth` | `KalshiHistoricalMarketResponse` | |
|
|
206
|
+
| kalshi | `kalshi.historical_market_history` | `kalshi-historical-market-history` | `GET /kalshi/historical/market/{ticker}/history` | `ticker` (path String required)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer) | `ApiKeyAuth` | `KalshiHistoricalMarketHistoryResponse` | |
|
|
207
|
+
| kalshi | `kalshi.historical_markets` | `kalshi-historical-markets` | `GET /kalshi/historical/markets` | `limit` (query Integer)<br>`cursor` (query String)<br>`tickers` (query String)<br>`event_ticker` (query String)<br>`series_ticker` (query String)<br>`mve_filter` (query "exclude") | `ApiKeyAuth` | `KalshiHistoricalMarketsResponse` | |
|
|
208
|
+
| kalshi | `kalshi.historical_trades` | `kalshi-historical-trades` | `GET /kalshi/historical/trades` | `limit` (query Integer)<br>`cursor` (query String)<br>`ticker` (query String)<br>`min_ts` (query Integer)<br>`max_ts` (query Integer) | `ApiKeyAuth` | `KalshiHistoricalTradesResponse` | |
|
|
209
|
+
| kalshi | `kalshi.market` | `kalshi-market` | `GET /kalshi/market/{ticker}` | `ticker` (path String required) | `ApiKeyAuth` | `KalshiMarketResponse` | |
|
|
210
|
+
| kalshi | `kalshi.market_history` | `kalshi-market-history` | `GET /kalshi/market/{ticker}/history` | `ticker` (path String required)<br>`series_ticker` (query String)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer)<br>`include_latest_before_start` (query bool) | `ApiKeyAuth` | `KalshiMarketHistoryResponse` | |
|
|
211
|
+
| kalshi | `kalshi.market_orderbook` | `kalshi-market-orderbook` | `GET /kalshi/market/{ticker}/orderbook` | `ticker` (path String required) | `ApiKeyAuth` | `KalshiMarketOrderbookResponse` | |
|
|
212
|
+
| kalshi | `kalshi.markets` | `kalshi-markets` | `GET /kalshi/markets` | `limit` (query Integer)<br>`cursor` (query String)<br>`event_ticker` (query String)<br>`series_ticker` (query String)<br>`status` (query "unopened" \| "open" \| "closed" \| "settled")<br>`ticker` (query String) | `ApiKeyAuth` | `KalshiMarketsResponse` | |
|
|
213
|
+
| kalshi | `kalshi.markets_history` | `kalshi-markets-history` | `GET /kalshi/markets/history` | `market_tickers` (query String required)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer)<br>`period_interval` (query Integer)<br>`include_latest_before_start` (query bool) | `ApiKeyAuth` | `KalshiMarketsHistoryResponse` | |
|
|
214
|
+
| kalshi | `kalshi.markets_orderbooks` | `kalshi-markets-orderbooks` | `GET /kalshi/markets/orderbooks` | `tickers` (query String required) | `ApiKeyAuth` | `KalshiMarketsOrderbooksResponse` | |
|
|
215
|
+
| kalshi | `kalshi.series` | `kalshi-series` | `GET /kalshi/series` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `KalshiSeriesResponse` | |
|
|
216
|
+
| kalshi | `kalshi.series_detail` | `kalshi-series-detail` | `GET /kalshi/series/{series_ticker}` | `series_ticker` (path String required) | `ApiKeyAuth` | `KalshiSeriesDetailResponse` | |
|
|
217
|
+
| kalshi | `kalshi.trades` | `kalshi-trades` | `GET /kalshi/trades` | `limit` (query Integer)<br>`cursor` (query String)<br>`ticker` (query String)<br>`min_ts` (query Integer)<br>`max_ts` (query Integer) | `ApiKeyAuth` | `KalshiTradesResponse` | |
|
|
157
218
|
| linked_in | `linked_in.linkedin_company` | `linkedin-company` | `GET /linkedin/company/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinCompanyResponse` | |
|
|
158
219
|
| linked_in | `linked_in.linkedin_product` | `linkedin-product` | `GET /linkedin/product/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinProductResponse` | |
|
|
159
220
|
| linked_in | `linked_in.linkedin_showcase` | `linkedin-showcase` | `GET /linkedin/showcase/{id}` | `id` (path String required) | `ApiKeyAuth` | `LinkedInLinkedinShowcaseResponse` | |
|
|
221
|
+
| metaculus | `metaculus.category_questions` | `metaculus-category-questions` | `GET /metaculus/category/{slug}/questions` | `slug` (path "artificial-intelligence" \| "computing-and-math" \| "cryptocurrencies" \| "economy-business" \| "elections" \| "environment-climate" \| "geopolitics" \| "health-pandemics" \| "law" \| "metaculus" \| "natural-sciences" \| "nuclear" \| "politics" \| "social-sciences" \| "space" \| "sports-entertainment" \| "technology" required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusCategoryQuestionsResponse` | |
|
|
222
|
+
| metaculus | `metaculus.comments_feed` | `metaculus-comments-feed` | `GET /metaculus/comments-feed` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusCommentsFeedResponse` | |
|
|
223
|
+
| metaculus | `metaculus.project_questions` | `metaculus-project-questions` | `GET /metaculus/project/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusProjectQuestionsResponse` | |
|
|
224
|
+
| metaculus | `metaculus.question` | `metaculus-question` | `GET /metaculus/question/{id}` | `id` (path String required) | `ApiKeyAuth` | `MetaculusQuestionResponse` | |
|
|
225
|
+
| metaculus | `metaculus.question_forecast_history` | `metaculus-question-forecast-history` | `GET /metaculus/question/{id}/forecast-history` | `id` (path String required)<br>`method` (query "recency_weighted" \| "unweighted" \| "single_aggregation")<br>`max_points` (query Integer) | `ApiKeyAuth` | `MetaculusQuestionForecastHistoryResponse` | |
|
|
226
|
+
| metaculus | `metaculus.question_forecasts` | `metaculus-question-forecasts` | `GET /metaculus/question/{id}/forecasts` | `id` (path String required) | `ApiKeyAuth` | `MetaculusQuestionForecastsResponse` | |
|
|
227
|
+
| metaculus | `metaculus.question_metadata` | `metaculus-question-metadata` | `GET /metaculus/question/{id}/metadata` | `id` (path String required) | `ApiKeyAuth` | `MetaculusQuestionMetadataResponse` | |
|
|
228
|
+
| metaculus | `metaculus.question_options` | `metaculus-question-options` | `GET /metaculus/question/{id}/options` | `id` (path String required)<br>`method` (query "recency_weighted" \| "unweighted" \| "single_aggregation") | `ApiKeyAuth` | `MetaculusQuestionOptionsResponse` | |
|
|
229
|
+
| metaculus | `metaculus.questions` | `metaculus-questions` | `GET /metaculus/questions` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusQuestionsResponse` | |
|
|
230
|
+
| metaculus | `metaculus.top_comments` | `metaculus-top-comments` | `GET /metaculus/top-comments` | `limit` (query Integer)<br>`topic` (query String) | `ApiKeyAuth` | `MetaculusTopCommentsResponse` | |
|
|
231
|
+
| metaculus | `metaculus.tournament_questions` | `metaculus-tournament-questions` | `GET /metaculus/tournament/{slug}/questions` | `slug` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `MetaculusTournamentQuestionsResponse` | |
|
|
160
232
|
| meta | `meta.ping` | `ping` | `GET /ping` | none | none | `MetaPingResponse` | |
|
|
161
233
|
| meta | `meta.ready` | `ready` | `GET /ready` | none | none | `MetaReadyResponse` | |
|
|
234
|
+
| polymarket | `polymarket.activity_trades` | `polymarket-activity-trades` | `GET /polymarket/activity/trades` | `limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000")<br>`event_id` (query String)<br>`market` (query String) | `ApiKeyAuth` | `PolymarketActivityTradesResponse` | |
|
|
235
|
+
| polymarket | `polymarket.clob_market` | `polymarket-clob-market` | `GET /polymarket/clob/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketClobMarketResponse` | |
|
|
236
|
+
| polymarket | `polymarket.dashboard_macro` | `polymarket-dashboard-macro` | `GET /polymarket/dashboards/macro` | `limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketDashboardMacroResponse` | |
|
|
237
|
+
| polymarket | `polymarket.data_followers` | `polymarket-data-followers` | `GET /polymarket/data/followers/{address}` | `address` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketDataFollowersResponse` | |
|
|
238
|
+
| polymarket | `polymarket.data_following` | `polymarket-data-following` | `GET /polymarket/data/following/{address}` | `address` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketDataFollowingResponse` | |
|
|
239
|
+
| polymarket | `polymarket.data_follows_counts` | `polymarket-data-follows-counts` | `GET /polymarket/data/follows/counts/{address}` | `address` (path String required) | `ApiKeyAuth` | `PolymarketDataFollowsCountsResponse` | |
|
|
240
|
+
| polymarket | `polymarket.event_detail_by_id` | `polymarket-event-detail-by-id` | `GET /polymarket/event/id/{id}` | `id` (path String required) | `ApiKeyAuth` | `PolymarketEventDetailByIdResponse` | |
|
|
241
|
+
| polymarket | `polymarket.event_activity_by_id` | `polymarket-event-activity-by-id` | `GET /polymarket/event/id/{id}/activity` | `id` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000") | `ApiKeyAuth` | `PolymarketEventActivityByIdResponse` | |
|
|
242
|
+
| polymarket | `polymarket.event_detail` | `polymarket-event-detail` | `GET /polymarket/event/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketEventDetailResponse` | |
|
|
243
|
+
| polymarket | `polymarket.event_activity` | `polymarket-event-activity` | `GET /polymarket/event/{slug}/activity` | `slug` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000") | `ApiKeyAuth` | `PolymarketEventActivityResponse` | |
|
|
244
|
+
| polymarket | `polymarket.events` | `polymarket-events` | `GET /polymarket/events` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query "volume24hr" \| "volume" \| "liquidity" \| "endDate" \| "updatedAt" \| "createdAt" \| "id" \| "slug" \| "title" \| "question" \| "label")<br>`ascending` (query bool)<br>`closed` (query "true" \| "false") | `ApiKeyAuth` | `PolymarketEventsResponse` | |
|
|
245
|
+
| polymarket | `polymarket.events_similar` | `polymarket-events-similar` | `GET /polymarket/events/similar` | `id` (query Integer)<br>`event_title` (query String)<br>`event_slug` (query String)<br>`market_title` (query String)<br>`market_slug` (query String)<br>`limit` (query Integer)<br>`closed` (query "true" \| "false") | `ApiKeyAuth` | `PolymarketEventsSimilarResponse` | |
|
|
246
|
+
| polymarket | `polymarket.event_tags` | `polymarket-event-tags` | `GET /polymarket/events/{id}/tags` | `id` (path String required) | `ApiKeyAuth` | `PolymarketEventTagsResponse` | |
|
|
247
|
+
| polymarket | `polymarket.fee_types` | `polymarket-fee-types` | `GET /polymarket/fee-types` | `active` (query "true" \| "false")<br>`search` (query String) | `ApiKeyAuth` | `PolymarketFeeTypesResponse` | |
|
|
248
|
+
| polymarket | `polymarket.games` | `polymarket-games` | `GET /polymarket/games` | `sport` (query String)<br>`ticker` (query String) | `ApiKeyAuth` | `PolymarketGamesResponse` | |
|
|
249
|
+
| polymarket | `polymarket.homepage_feed` | `polymarket-homepage-feed` | `GET /polymarket/homepage/feed` | `feed` (query "trending" \| "breaking" \| "new" \| "politics" \| "sports" \| "crypto" \| "esports" \| "iran" \| "finance" \| "geopolitics" \| "tech" \| "culture" \| "economy" \| "weather" \| "mentions" \| "elections")<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketHomepageFeedResponse` | |
|
|
250
|
+
| polymarket | `polymarket.leaderboard` | `polymarket-leaderboard` | `GET /polymarket/leaderboard` | `window` (query "1d" \| "7d" \| "30d" \| "all")<br>`sort_by` (query "profit" \| "volume")<br>`limit` (query Integer) | `ApiKeyAuth` | `PolymarketLeaderboardResponse` | |
|
|
251
|
+
| polymarket | `polymarket.market_clarifications` | `polymarket-market-clarifications` | `GET /polymarket/market-clarifications` | `market_id` (query String)<br>`event_id` (query String)<br>`state` (query String)<br>`question_id` (query String)<br>`tx_hash` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketMarketClarificationsResponse` | |
|
|
252
|
+
| polymarket | `polymarket.market_detail_by_condition` | `polymarket-market-detail-by-condition` | `GET /polymarket/market/condition/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketMarketDetailByConditionResponse` | |
|
|
253
|
+
| polymarket | `polymarket.market_activity_by_condition` | `polymarket-market-activity-by-condition` | `GET /polymarket/market/condition/{condition_id}/activity` | `condition_id` (path String required)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`taker_only` (query "true" \| "false")<br>`filter_type` (query "CASH")<br>`filter_amount` (query "1" \| "5" \| "10" \| "100" \| "1000" \| "10000" \| "100000") | `ApiKeyAuth` | `PolymarketMarketActivityByConditionResponse` | |
|
|
254
|
+
| polymarket | `polymarket.market_liquidity_by_condition` | `polymarket-market-liquidity-by-condition` | `GET /polymarket/market/condition/{condition_id}/liquidity` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketMarketLiquidityByConditionResponse` | |
|
|
255
|
+
| polymarket | `polymarket.market_detail_by_slug` | `polymarket-market-detail-by-slug` | `GET /polymarket/market/slug/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketMarketDetailBySlugResponse` | |
|
|
256
|
+
| polymarket | `polymarket.market_liquidity_by_slug` | `polymarket-market-liquidity-by-slug` | `GET /polymarket/market/slug/{slug}/liquidity` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketMarketLiquidityBySlugResponse` | |
|
|
257
|
+
| polymarket | `polymarket.market_detail` | `polymarket-market-detail` | `GET /polymarket/market/{id}` | `id` (path String required) | `ApiKeyAuth` | `PolymarketMarketDetailResponse` | |
|
|
258
|
+
| polymarket | `polymarket.market_liquidity` | `polymarket-market-liquidity` | `GET /polymarket/market/{id}/liquidity` | `id` (path String required) | `ApiKeyAuth` | `PolymarketMarketLiquidityResponse` | |
|
|
259
|
+
| polymarket | `polymarket.market_tags` | `polymarket-market-tags` | `GET /polymarket/market/{id}/tags` | `id` (path String required) | `ApiKeyAuth` | `PolymarketMarketTagsResponse` | |
|
|
260
|
+
| polymarket | `polymarket.markets` | `polymarket-markets` | `GET /polymarket/markets` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query "volume24hr" \| "volume" \| "liquidity" \| "endDate" \| "updatedAt" \| "createdAt" \| "id" \| "slug" \| "title" \| "question" \| "label")<br>`ascending` (query bool)<br>`closed` (query "true" \| "false") | `ApiKeyAuth` | `PolymarketMarketsResponse` | |
|
|
261
|
+
| polymarket | `polymarket.predictions` | `polymarket-predictions` | `GET /polymarket/predictions` | `status` (query "active" \| "resolved" \| "all")<br>`sort` (query "competitive" \| "volume" \| "volume_24hr" \| "ending_soon" \| "liquidity" \| "newest" \| "closed_time")<br>`tag` (query String)<br>`recurrence` (query "hourly" \| "daily" \| "weekly" \| "monthly" \| "yearly")<br>`limit` (query Integer)<br>`cursor` (query String) | `ApiKeyAuth` | `PolymarketPredictionsResponse` | |
|
|
262
|
+
| polymarket | `polymarket.rewards_market` | `polymarket-rewards-market` | `GET /polymarket/rewards/market/{condition_id}` | `condition_id` (path String required) | `ApiKeyAuth` | `PolymarketRewardsMarketResponse` | |
|
|
263
|
+
| polymarket | `polymarket.rewards_markets` | `polymarket-rewards-markets` | `GET /polymarket/rewards/markets` | `order_by` (query "market" \| "earnings" \| "max_spread" \| "min_size" \| "rate_per_day" \| "price" \| "earning_percentage" \| "spread")<br>`position` (query "asc" \| "desc")<br>`date` (query String)<br>`q` (query String)<br>`tag_slug` (query "all" \| "politics" \| "sports" \| "crypto" \| "pop-culture" \| "middle-east" \| "business" \| "science")<br>`cursor` (query String)<br>`limit` (query Integer) | `ApiKeyAuth` | `PolymarketRewardsMarketsResponse` | |
|
|
264
|
+
| polymarket | `polymarket.search` | `polymarket-search` | `GET /polymarket/search` | `q` (query String required)<br>`limit` (query Integer)<br>`status` (query "open" \| "closed" \| "all")<br>`sort` (query "relevance" \| "volume24hr" \| "volume" \| "liquidity" \| "endDate")<br>`ascending` (query bool)<br>`include_tags` (query bool)<br>`include_profiles` (query bool) | `ApiKeyAuth` | `PolymarketSearchResponse` | |
|
|
265
|
+
| polymarket | `polymarket.sports` | `polymarket-sports` | `GET /polymarket/sports` | none | `ApiKeyAuth` | `PolymarketSportsResponse` | |
|
|
266
|
+
| polymarket | `polymarket.sports_by_partner` | `polymarket-sports-by-partner` | `GET /polymarket/sports/by-partner` | `partner` (query String)<br>`external_id` (query String) | `ApiKeyAuth` | `PolymarketSportsByPartnerResponse` | |
|
|
267
|
+
| polymarket | `polymarket.sports_market_types` | `polymarket-sports-market-types` | `GET /polymarket/sports/market-types` | none | `ApiKeyAuth` | `PolymarketSportsMarketTypesResponse` | |
|
|
268
|
+
| polymarket | `polymarket.sports_summary` | `polymarket-sports-summary` | `GET /polymarket/sports/summary` | none | `ApiKeyAuth` | `PolymarketSportsSummaryResponse` | |
|
|
269
|
+
| polymarket | `polymarket.sport` | `polymarket-sport` | `GET /polymarket/sports/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketSportResponse` | |
|
|
270
|
+
| polymarket | `polymarket.sport_external_partners` | `polymarket-sport-external-partners` | `GET /polymarket/sports/{id}/external-partners` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketSportExternalPartnersResponse` | |
|
|
271
|
+
| polymarket | `polymarket.sport_external_partner` | `polymarket-sport-external-partner` | `GET /polymarket/sports/{id}/external-partners/{partner_ref}` | `id` (path Integer required)<br>`partner_ref` (path String required) | `ApiKeyAuth` | `PolymarketSportExternalPartnerResponse` | |
|
|
272
|
+
| polymarket | `polymarket.spotlights` | `polymarket-spotlights` | `GET /polymarket/spotlights` | none | `ApiKeyAuth` | `PolymarketSpotlightsResponse` | |
|
|
273
|
+
| polymarket | `polymarket.spotlights_keyset` | `polymarket-spotlights-keyset` | `GET /polymarket/spotlights/keyset` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool)<br>`after_cursor` (query String) | `ApiKeyAuth` | `PolymarketSpotlightsKeysetResponse` | |
|
|
274
|
+
| polymarket | `polymarket.spotlight` | `polymarket-spotlight` | `GET /polymarket/spotlights/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `PolymarketSpotlightResponse` | |
|
|
275
|
+
| polymarket | `polymarket.status` | `polymarket-status` | `GET /polymarket/status` | none | `ApiKeyAuth` | `PolymarketStatusResponse` | |
|
|
276
|
+
| polymarket | `polymarket.tag_by_slug` | `polymarket-tag-by-slug` | `GET /polymarket/tag/slug/{slug}` | `slug` (path String required)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketTagBySlugResponse` | |
|
|
277
|
+
| polymarket | `polymarket.related_tags_by_slug` | `polymarket-related-tags-by-slug` | `GET /polymarket/tag/slug/{slug}/related-tags` | `slug` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagsBySlugResponse` | |
|
|
278
|
+
| polymarket | `polymarket.related_tag_rows_by_slug` | `polymarket-related-tag-rows-by-slug` | `GET /polymarket/tag/slug/{slug}/related-tags/tags` | `slug` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagRowsBySlugResponse` | |
|
|
279
|
+
| polymarket | `polymarket.tag` | `polymarket-tag` | `GET /polymarket/tag/{id}` | `id` (path String required)<br>`include_template` (query bool)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketTagResponse` | |
|
|
280
|
+
| polymarket | `polymarket.related_tags` | `polymarket-related-tags` | `GET /polymarket/tag/{id}/related-tags` | `id` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagsResponse` | |
|
|
281
|
+
| polymarket | `polymarket.related_tag_rows` | `polymarket-related-tag-rows` | `GET /polymarket/tag/{id}/related-tags/tags` | `id` (path String required)<br>`omit_empty` (query "true" \| "false")<br>`status` (query String)<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketRelatedTagRowsResponse` | |
|
|
282
|
+
| polymarket | `polymarket.tags` | `polymarket-tags` | `GET /polymarket/tags` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query "volume24hr" \| "volume" \| "liquidity" \| "endDate" \| "updatedAt" \| "createdAt" \| "id" \| "slug" \| "title" \| "question" \| "label")<br>`ascending` (query "true" \| "false")<br>`locale` (query String) | `ApiKeyAuth` | `PolymarketTagsResponse` | |
|
|
283
|
+
| polymarket | `polymarket.teams` | `polymarket-teams` | `GET /polymarket/teams` | `league` (query String)<br>`name` (query String)<br>`abbreviation` (query String)<br>`provider_id` (query String)<br>`limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool) | `ApiKeyAuth` | `PolymarketTeamsResponse` | |
|
|
284
|
+
| polymarket | `polymarket.teams_by_partner` | `polymarket-teams-by-partner` | `GET /polymarket/teams/by-partner` | `partner` (query String)<br>`external_id` (query String) | `ApiKeyAuth` | `PolymarketTeamsByPartnerResponse` | |
|
|
285
|
+
| polymarket | `polymarket.team` | `polymarket-team` | `GET /polymarket/teams/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTeamResponse` | |
|
|
286
|
+
| polymarket | `polymarket.team_external_partners` | `polymarket-team-external-partners` | `GET /polymarket/teams/{id}/external-partners` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTeamExternalPartnersResponse` | |
|
|
287
|
+
| polymarket | `polymarket.team_external_partner` | `polymarket-team-external-partner` | `GET /polymarket/teams/{id}/external-partners/{partner_ref}` | `id` (path Integer required)<br>`partner_ref` (path String required) | `ApiKeyAuth` | `PolymarketTeamExternalPartnerResponse` | |
|
|
288
|
+
| polymarket | `polymarket.token_midpoint` | `polymarket-token-midpoint` | `GET /polymarket/token/{token_id}/midpoint` | `token_id` (path String required) | `ApiKeyAuth` | `PolymarketTokenMidpointResponse` | |
|
|
289
|
+
| polymarket | `polymarket.token_orderbook` | `polymarket-token-orderbook` | `GET /polymarket/token/{token_id}/orderbook` | `token_id` (path String required) | `ApiKeyAuth` | `PolymarketTokenOrderbookResponse` | |
|
|
290
|
+
| polymarket | `polymarket.token_price` | `polymarket-token-price` | `GET /polymarket/token/{token_id}/price` | `token_id` (path String required)<br>`side` (query "buy" \| "sell") | `ApiKeyAuth` | `PolymarketTokenPriceResponse` | |
|
|
291
|
+
| polymarket | `polymarket.token_price_history` | `polymarket-token-price-history` | `GET /polymarket/token/{token_id}/price-history` | `token_id` (path String required)<br>`interval` (query "1m" \| "1h" \| "6h" \| "1d" \| "1w" \| "all" \| "max")<br>`fidelity` (query Integer)<br>`start_ts` (query Integer)<br>`end_ts` (query Integer) | `ApiKeyAuth` | `PolymarketTokenPriceHistoryResponse` | |
|
|
292
|
+
| polymarket | `polymarket.token_spread` | `polymarket-token-spread` | `GET /polymarket/token/{token_id}/spread` | `token_id` (path String required) | `ApiKeyAuth` | `PolymarketTokenSpreadResponse` | |
|
|
293
|
+
| polymarket | `polymarket.tokens_midpoints` | `polymarket-tokens-midpoints` | `POST /polymarket/tokens/midpoints` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensMidpointsResponse` | |
|
|
294
|
+
| polymarket | `polymarket.tokens_orderbooks` | `polymarket-tokens-orderbooks` | `POST /polymarket/tokens/orderbooks` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensOrderbooksResponse` | |
|
|
295
|
+
| polymarket | `polymarket.tokens_prices` | `polymarket-tokens-prices` | `POST /polymarket/tokens/prices` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensPricesResponse` | |
|
|
296
|
+
| polymarket | `polymarket.tokens_spreads` | `polymarket-tokens-spreads` | `POST /polymarket/tokens/spreads` | `body` (body String required) | `ApiKeyAuth` | `PolymarketTokensSpreadsResponse` | |
|
|
297
|
+
| polymarket | `polymarket.tournaments` | `polymarket-tournaments` | `GET /polymarket/tournaments` | `limit` (query Integer)<br>`offset` (query Integer)<br>`order` (query String)<br>`ascending` (query bool) | `ApiKeyAuth` | `PolymarketTournamentsResponse` | |
|
|
298
|
+
| polymarket | `polymarket.tournament` | `polymarket-tournament` | `GET /polymarket/tournaments/{id}` | `id` (path Integer required) | `ApiKeyAuth` | `PolymarketTournamentResponse` | |
|
|
162
299
|
| product_hunt | `product_hunt.category` | `producthunt-category` | `GET /producthunt/category/{slug}` | `slug` (path String required) | `ApiKeyAuth` | `ProductHuntCategoryResponse` | |
|
|
163
300
|
| product_hunt | `product_hunt.category_products` | `producthunt-category-products` | `GET /producthunt/category/{slug}/products` | `slug` (path String required)<br>`featured_only` (query bool)<br>`order` (query String)<br>`page` (query Integer)<br>`page_size` (query Integer)<br>`tags` (query String) | `ApiKeyAuth` | `ProductHuntCategoryProductsResponse` | |
|
|
164
301
|
| product_hunt | `product_hunt.leaderboard` | `producthunt-leaderboard` | `GET /producthunt/leaderboard` | `scope` (query "daily" \| "weekly" \| "monthly" \| "yearly")<br>`date` (query String)<br>`year` (query Integer)<br>`month` (query Integer)<br>`day` (query Integer)<br>`week` (query Integer)<br>`featured` (query bool)<br>`order` (query String)<br>`cursor` (query String) | `ApiKeyAuth` | `ProductHuntLeaderboardResponse` | |
|
|
@@ -171,12 +308,28 @@ Total operations: `338`
|
|
|
171
308
|
| product_hunt | `product_hunt.reviews` | `producthunt-reviews` | `GET /producthunt/product/{id}/reviews` | `id` (path String required) | `ApiKeyAuth` | `ProductHuntReviewsResponse` | |
|
|
172
309
|
| product_hunt | `product_hunt.search` | `producthunt-search` | `GET /producthunt/search` | `query` (query String required)<br>`type` (query "product" \| "user" \| "launch")<br>`page` (query Integer)<br>`featured` (query bool)<br>`topics` (query String) | `ApiKeyAuth` | `ProductHuntSearchResponse` | |
|
|
173
310
|
| reddit | `reddit.comments` | `reddit-comments` | `GET /reddit/comments/{id}` | `id` (path String required)<br>`sort` (query "confidence" \| "top" \| "new" \| "controversial" \| "old" \| "qa")<br>`limit` (query Integer)<br>`depth` (query Integer) | `ApiKeyAuth` | `RedditCommentsResponse` | |
|
|
311
|
+
| reddit | `reddit.domain_posts` | `reddit-domain-posts` | `GET /reddit/domain/{domain}/posts` | `domain` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditDomainPostsResponse` | |
|
|
174
312
|
| reddit | `reddit.post` | `reddit-post` | `GET /reddit/post/{id}` | `id` (path String required) | `ApiKeyAuth` | `RedditPostResponse` | |
|
|
175
313
|
| reddit | `reddit.search` | `reddit-search` | `GET /reddit/search` | `q` (query String required)<br>`subreddit` (query String)<br>`sort` (query "relevance" \| "hot" \| "new" \| "top" \| "comments")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSearchResponse` | |
|
|
314
|
+
| reddit | `reddit.subreddit_about` | `reddit-subreddit-about` | `GET /reddit/subreddit/{subreddit}/about` | `subreddit` (path String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RedditSubredditAboutResponse` | |
|
|
315
|
+
| reddit | `reddit.subreddit_comments` | `reddit-subreddit-comments` | `GET /reddit/subreddit/{subreddit}/comments` | `subreddit` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditCommentsResponse` | |
|
|
176
316
|
| reddit | `reddit.subreddit_posts` | `reddit-subreddit-posts` | `GET /reddit/subreddit/{subreddit}/posts` | `subreddit` (path String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditPostsResponse` | |
|
|
317
|
+
| reddit | `reddit.subreddits_posts` | `reddit-subreddits-posts` | `GET /reddit/subreddits/posts` | `subreddits` (query String required)<br>`sort` (query "hot" \| "new" \| "top" \| "rising")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditSubredditsPostsResponse` | |
|
|
318
|
+
| reddit | `reddit.trends` | `reddit-trends` | `GET /reddit/trends` | `sort` (query "hot" \| "new" \| "rising" \| "top")<br>`time` (query "hour" \| "day" \| "week" \| "month" \| "year" \| "all")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditTrendsResponse` | |
|
|
319
|
+
| reddit | `reddit.user_comments` | `reddit-user-comments` | `GET /reddit/user/{username}/comments` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditUserCommentsResponse` | |
|
|
320
|
+
| reddit | `reddit.user_posts` | `reddit-user-posts` | `GET /reddit/user/{username}/posts` | `username` (path String required)<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RedditUserPostsResponse` | |
|
|
177
321
|
| referrals | `referrals.click` | `referrals-click` | `POST /referrals/click` | `request` (body String required) | none | `ReferralsClickResponse` | |
|
|
178
322
|
| referrals | `referrals.me` | `referrals-me` | `GET /referrals/me` | none | `JWTAuth` | `ReferralsMeResponse` | |
|
|
179
323
|
| referrals | `referrals.me_events` | `referrals-me-events` | `GET /referrals/me/events` | `limit` (query Integer) | `JWTAuth` | `ReferralsMeEventsResponse` | |
|
|
324
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_browse_movies` | `rottentomatoes-browse-movies` | `GET /rottentomatoes/browse/movies` | `list` (query "movies_in_theaters" \| "movies_at_home" \| "movies_coming_soon")<br>`sort` (query "popular" \| "newest" \| "top_box_office")<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesBrowseMoviesResponse` | |
|
|
325
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_browse_tv` | `rottentomatoes-browse-tv` | `GET /rottentomatoes/browse/tv` | `list` (query "tv_series_browse")<br>`sort` (query "popular" \| "newest")<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesBrowseTvResponse` | |
|
|
326
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_episode` | `rottentomatoes-episode` | `GET /rottentomatoes/episode` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesEpisodeResponse` | |
|
|
327
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_movie` | `rottentomatoes-movie` | `GET /rottentomatoes/movie` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesMovieResponse` | |
|
|
328
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_movie_reviews` | `rottentomatoes-movie-reviews` | `GET /rottentomatoes/movie/reviews` | `path` (query String)<br>`url` (query String)<br>`type` (query "critics" \| "top-critics" \| "audience" \| "verified-audience")<br>`limit` (query Integer)<br>`after` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesMovieReviewsResponse` | |
|
|
329
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_person` | `rottentomatoes-person` | `GET /rottentomatoes/person` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesPersonResponse` | |
|
|
330
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_search` | `rottentomatoes-search` | `GET /rottentomatoes/search` | `query` (query String required)<br>`limit` (query Integer) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSearchResponse` | |
|
|
331
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_season` | `rottentomatoes-season` | `GET /rottentomatoes/season` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeasonResponse` | |
|
|
332
|
+
| rotten_tomatoes | `rotten_tomatoes.rottentomatoes_series` | `rottentomatoes-series` | `GET /rottentomatoes/series` | `path` (query String)<br>`url` (query String) | `ApiKeyAuth` | `RottenTomatoesRottentomatoesSeriesResponse` | |
|
|
180
333
|
| shop_app | `shop_app.analysis` | `shop-app-analysis` | `GET /shop-app/analysis` | `query` (query String required)<br>`limit` (query Integer)<br>`in_stock` (query bool)<br>`on_sale` (query bool)<br>`deep_search` (query bool) | `ApiKeyAuth` | `ShopAppAnalysisResponse` | |
|
|
181
334
|
| shop_app | `shop_app.categories` | `shop-app-categories` | `GET /shop-app/categories` | none | `ApiKeyAuth` | `ShopAppCategoriesResponse` | |
|
|
182
335
|
| shop_app | `shop_app.product` | `shop-app-product` | `GET /shop-app/products/{id}` | `id` (path String required)<br>`variant_id` (query String) | `ApiKeyAuth` | `ShopAppProductResponse` | |
|