Unified, AI-friendly API for public-data providers. Single source of truth for the UnifAPI gateway — consumed by docs (Fumadocs), the marketing site, and downstream SDK generators.
This API client was generated by the OpenAPI Generator project. By using the OpenAPI-spec from a remote server, you can easily generate an API client.
- API version: 0.0.1
- Package version: 0.1.0
- Generator version: 7.10.0
- Build package: org.openapitools.codegen.languages.GoClientCodegen For more information, please visit https://unifapi.com
Install the following dependencies:
go get github.com/stretchr/testify/assert
go get golang.org/x/net/contextPut the package under your project folder and add the following in import:
import unifapi "github.com/unifapi-agent/unifapi-sdk-go"To use a proxy, set the environment variable HTTP_PROXY:
os.Setenv("HTTP_PROXY", "http://proxy_name:proxy_port")Default configuration comes with Servers field that contains server objects as defined in the OpenAPI specification.
For using other server than the one defined on index 0 set context value unifapi.ContextServerIndex of type int.
ctx := context.WithValue(context.Background(), unifapi.ContextServerIndex, 1)Templated server URL is formatted using default variables from configuration or from context value unifapi.ContextServerVariables of type map[string]string.
ctx := context.WithValue(context.Background(), unifapi.ContextServerVariables, map[string]string{
"basePath": "v2",
})Note, enum values are always validated and all unused variables are silently ignored.
Each operation can use different server URL defined using OperationServers map in the Configuration.
An operation is uniquely identified by "{classname}Service.{nickname}" string.
Similar rules for overriding default operation server index and variables applies by using unifapi.ContextOperationServerIndices and unifapi.ContextOperationServerVariables context maps.
ctx := context.WithValue(context.Background(), unifapi.ContextOperationServerIndices, map[string]int{
"{classname}Service.{nickname}": 2,
})
ctx = context.WithValue(context.Background(), unifapi.ContextOperationServerVariables, map[string]map[string]string{
"{classname}Service.{nickname}": {
"port": "8443",
},
})All URIs are relative to https://api.unifapi.com
| Class | Method | HTTP request | Description |
|---|---|---|---|
| BrowserAPI | BrowserHtmlPost | Post /browser/html | Render a page to HTML |
| BrowserAPI | BrowserLinksPost | Post /browser/links | Extract links from a page |
| BrowserAPI | BrowserMarkdownPost | Post /browser/markdown | Render a page to Markdown |
| BrowserAPI | BrowserScreenshotPost | Post /browser/screenshot | Capture a page screenshot |
| EventsAPI | EventsSearchPost | Post /events/search | Search Events |
| GeoAPI | GeoKeywordsSearchVolumePost | Post /geo/keywords/search-volume | Get AI search volume for keywords |
| GeoAPI | GeoMentionsAggregatedMetricsPost | Post /geo/mentions/aggregated-metrics | Aggregate LLM mention metrics by dimension |
| GeoAPI | GeoMentionsCrossAggregatedMetricsPost | Post /geo/mentions/cross-aggregated-metrics | Compare LLM mentions across labeled groups |
| GeoAPI | GeoMentionsSearchPost | Post /geo/mentions/search | Search LLM mentions of a domain or keyword |
| GeoAPI | GeoMentionsTopDomainsPost | Post /geo/mentions/top-domains | List domains most cited in LLM answers |
| GeoAPI | GeoMentionsTopPagesPost | Post /geo/mentions/top-pages | List pages most cited in LLM answers |
| GeoAPI | GeoSerpPost | Post /geo/serp | Search AI Mode generative results |
| HackerNewsAPI | HackerNewsItemsIdGet | Get /hacker-news/items/{id} | Get Hacker News item by ID |
| HackerNewsAPI | HackerNewsMaxItemGet | Get /hacker-news/max-item | Get largest Hacker News item ID |
| HackerNewsAPI | HackerNewsStoriesFeedGet | Get /hacker-news/stories/{feed} | List Hacker News story IDs |
| HackerNewsAPI | HackerNewsStoriesFeedItemsGet | Get /hacker-news/stories/{feed}/items | List Hacker News story items |
| HackerNewsAPI | HackerNewsUpdatesGet | Get /hacker-news/updates | Get changed Hacker News items and profiles |
| HackerNewsAPI | HackerNewsUsersIdGet | Get /hacker-news/users/{id} | Get Hacker News user by ID |
| HotelsAPI | HotelsInfoPost | Post /hotels/info | Get Hotels detail |
| HotelsAPI | HotelsSearchPost | Post /hotels/search | Search Hotels |
| InstagramAPI | InstagramExploreGet | Get /instagram/explore | Browse Instagram's Explore feed |
| InstagramAPI | InstagramLocationsIdGet | Get /instagram/locations/{id} | Get an Instagram location by id |
| InstagramAPI | InstagramLocationsIdNearbyGet | Get /instagram/locations/{id}/nearby | List Instagram locations geographically near a given location |
| InstagramAPI | InstagramLocationsIdPostsGet | Get /instagram/locations/{id}/posts | List posts tagged with an Instagram location |
| InstagramAPI | InstagramPostsShortcodeCommentsCommentIdRepliesGet | Get /instagram/posts/{shortcode}/comments/{commentId}/replies | List replies to an Instagram comment |
| InstagramAPI | InstagramPostsShortcodeCommentsGet | Get /instagram/posts/{shortcode}/comments | List comments on an Instagram post |
| InstagramAPI | InstagramPostsShortcodeGet | Get /instagram/posts/{shortcode} | Get an Instagram post (photo / video / carousel / reel) by shortcode |
| InstagramAPI | InstagramReelsRecommendedGet | Get /instagram/reels/recommended | Browse Instagram's recommended Reels feed |
| InstagramAPI | InstagramResolveMediaIdGet | Get /instagram/resolve/media-id | Convert an Instagram post shortcode into its numeric media_id |
| InstagramAPI | InstagramResolveShortcodeFromMediaGet | Get /instagram/resolve/shortcode-from-media | Convert an Instagram numeric media_id into its shortcode |
| InstagramAPI | InstagramResolveShortcodeGet | Get /instagram/resolve/shortcode | Extract a post shortcode from an Instagram URL |
| InstagramAPI | InstagramResolveUserIdGet | Get /instagram/resolve/user-id | Convert an Instagram username into its numeric user_id (pk) |
| InstagramAPI | InstagramSearchGet | Get /instagram/search | Cross-type Instagram search (posts/reels) |
| InstagramAPI | InstagramUsersUsernameFollowersGet | Get /instagram/users/{username}/followers | List followers of an Instagram user |
| InstagramAPI | InstagramUsersUsernameFollowingGet | Get /instagram/users/{username}/following | List accounts an Instagram user follows |
| InstagramAPI | InstagramUsersUsernameFormerUsernamesGet | Get /instagram/users/{username}/former-usernames | List former usernames for an Instagram user |
| InstagramAPI | InstagramUsersUsernameGet | Get /instagram/users/{username} | Get an Instagram user profile by username |
| InstagramAPI | InstagramUsersUsernameHighlightsGet | Get /instagram/users/{username}/highlights | List Instagram highlight reels for a user (metadata only) |
| InstagramAPI | InstagramUsersUsernamePostsGet | Get /instagram/users/{username}/posts | List feed posts authored by an Instagram user |
| InstagramAPI | InstagramUsersUsernameReelsGet | Get /instagram/users/{username}/reels | List reels authored by an Instagram user |
| InstagramAPI | InstagramUsersUsernameStoriesGet | Get /instagram/users/{username}/stories | List active Instagram stories for a user |
| InstagramAPI | InstagramUsersUsernameTaggedPostsGet | Get /instagram/users/{username}/tagged-posts | List posts an Instagram user is tagged in |
| LinkedinAPI | LinkedinAdsIdGet | Get /linkedin/ads/{id} | Get a LinkedIn Ad Library entry by ID |
| LinkedinAPI | LinkedinCompaniesSlugAffiliatedGet | Get /linkedin/companies/{slug}/affiliated | List a LinkedIn company's affiliated pages |
| LinkedinAPI | LinkedinCompaniesSlugGet | Get /linkedin/companies/{slug} | Get a LinkedIn company profile by URL slug |
| LinkedinAPI | LinkedinCompaniesSlugJobCountGet | Get /linkedin/companies/{slug}/job-count | Get the number of active jobs at a LinkedIn company |
| LinkedinAPI | LinkedinCompaniesSlugJobsGet | Get /linkedin/companies/{slug}/jobs | List active job postings at a LinkedIn company |
| LinkedinAPI | LinkedinCompaniesSlugMemberInsightsGet | Get /linkedin/companies/{slug}/member-insights | Get a LinkedIn company's aggregated member insights |
| LinkedinAPI | LinkedinCompaniesSlugPeopleGet | Get /linkedin/companies/{slug}/people | List employees of a LinkedIn company |
| LinkedinAPI | LinkedinCompaniesSlugPostsGet | Get /linkedin/companies/{slug}/posts | List posts published by a LinkedIn company page |
| LinkedinAPI | LinkedinGroupsIdGet | Get /linkedin/groups/{id} | Get a LinkedIn group by ID |
| LinkedinAPI | LinkedinGroupsIdPostsGet | Get /linkedin/groups/{id}/posts | List posts in a LinkedIn group |
| LinkedinAPI | LinkedinJobsIdGet | Get /linkedin/jobs/{id} | Get a LinkedIn job posting by ID |
| LinkedinAPI | LinkedinPostsIdCommentsCommentIdRepliesGet | Get /linkedin/posts/{id}/comments/{comment_id}/replies | List replies to a LinkedIn comment |
| LinkedinAPI | LinkedinPostsIdCommentsGet | Get /linkedin/posts/{id}/comments | List top-level comments on a LinkedIn post |
| LinkedinAPI | LinkedinPostsIdGet | Get /linkedin/posts/{id} | Get a LinkedIn post by ID |
| LinkedinAPI | LinkedinPostsIdReactionsGet | Get /linkedin/posts/{id}/reactions | List users who reacted to a LinkedIn post |
| LinkedinAPI | LinkedinPostsIdRepostsGet | Get /linkedin/posts/{id}/reposts | List reposts of a LinkedIn post |
| LinkedinAPI | LinkedinSearchAdsGet | Get /linkedin/search/ads | Search the LinkedIn Ad Library |
| LinkedinAPI | LinkedinSearchIndustriesGet | Get /linkedin/search/industries | Resolve a free-text industry name to LinkedIn industry IDs |
| LinkedinAPI | LinkedinSearchJobsGet | Get /linkedin/search/jobs | Search LinkedIn jobs by keyword and filters |
| LinkedinAPI | LinkedinSearchLocationsGet | Get /linkedin/search/locations | Resolve a free-text location into LinkedIn geocode tokens |
| LinkedinAPI | LinkedinSearchPeopleGet | Get /linkedin/search/people | Search LinkedIn people by name, title, company, etc. |
| LinkedinAPI | LinkedinSearchPostsGet | Get /linkedin/search/posts | Search LinkedIn posts by keyword |
| LinkedinAPI | LinkedinSearchSchoolsGet | Get /linkedin/search/schools | Search LinkedIn schools by keyword |
| LinkedinAPI | LinkedinUsersUsernameAboutGet | Get /linkedin/users/{username}/about | Get a LinkedIn profile's 'about' metadata |
| LinkedinAPI | LinkedinUsersUsernameCertificationsGet | Get /linkedin/users/{username}/certifications | List a LinkedIn user's certifications |
| LinkedinAPI | LinkedinUsersUsernameCommentsGet | Get /linkedin/users/{username}/comments | List comments authored by a LinkedIn user |
| LinkedinAPI | LinkedinUsersUsernameContactGet | Get /linkedin/users/{username}/contact | Get a LinkedIn user's public contact info |
| LinkedinAPI | LinkedinUsersUsernameEducationsGet | Get /linkedin/users/{username}/educations | List a LinkedIn user's education |
| LinkedinAPI | LinkedinUsersUsernameExperienceGet | Get /linkedin/users/{username}/experience | List a LinkedIn user's work experience |
| LinkedinAPI | LinkedinUsersUsernameFollowerCountGet | Get /linkedin/users/{username}/follower-count | Get a LinkedIn user's follower & connection counts |
| LinkedinAPI | LinkedinUsersUsernameGet | Get /linkedin/users/{username} | Get a LinkedIn user profile by URL slug |
| LinkedinAPI | LinkedinUsersUsernameHonorsGet | Get /linkedin/users/{username}/honors | List a LinkedIn user's honors and awards |
| LinkedinAPI | LinkedinUsersUsernameImagesGet | Get /linkedin/users/{username}/images | List image posts authored by a LinkedIn user |
| LinkedinAPI | LinkedinUsersUsernameInterestsCompaniesGet | Get /linkedin/users/{username}/interests/companies | List companies a LinkedIn user follows |
| LinkedinAPI | LinkedinUsersUsernameInterestsGroupsGet | Get /linkedin/users/{username}/interests/groups | List LinkedIn groups a user follows |
| LinkedinAPI | LinkedinUsersUsernamePostsGet | Get /linkedin/users/{username}/posts | List posts authored by a LinkedIn user |
| LinkedinAPI | LinkedinUsersUsernamePublicationsGet | Get /linkedin/users/{username}/publications | List a LinkedIn user's publications |
| LinkedinAPI | LinkedinUsersUsernameReactionsGet | Get /linkedin/users/{username}/reactions | List reactions a LinkedIn user has placed on posts |
| LinkedinAPI | LinkedinUsersUsernameRecommendationsGet | Get /linkedin/users/{username}/recommendations | List recommendations written for a LinkedIn user |
| LinkedinAPI | LinkedinUsersUsernameSkillsGet | Get /linkedin/users/{username}/skills | List a LinkedIn user's skills |
| LinkedinAPI | LinkedinUsersUsernameVideosGet | Get /linkedin/users/{username}/videos | List video posts authored by a LinkedIn user |
| LinkedinAPI | LinkedinUsersUsernameVolunteersGet | Get /linkedin/users/{username}/volunteers | List a LinkedIn user's volunteer experience |
| LocalAPI | LocalSearchPost | Post /local/search | Search Local Finder |
| MapsAPI | MapsSearchPost | Post /maps/search | Search Maps |
| NewsAPI | NewsSearchPost | Post /news/search | Search News |
| RedditAPI | RedditFeedHomeGet | Get /reddit/feed/home | Browse Reddit's anonymous home feed |
| RedditAPI | RedditFeedNewsGet | Get /reddit/feed/news | Browse Reddit's news feed |
| RedditAPI | RedditFeedPopularGet | Get /reddit/feed/popular | Browse Reddit's popular feed |
| RedditAPI | RedditPostsIdCommentsGet | Get /reddit/posts/{id}/comments | List Reddit comments on a post |
| RedditAPI | RedditPostsIdGet | Get /reddit/posts/{id} | Get a Reddit post by id |
| RedditAPI | RedditSubredditsNameGet | Get /reddit/subreddits/{name} | Get a Reddit subreddit by name |
| RedditAPI | RedditTrendingSearchesGet | Get /reddit/trending-searches | List Reddit's current trending search queries |
| RedditAPI | RedditUsersUsernameCommentsGet | Get /reddit/users/{username}/comments | List Reddit comments authored by a user |
| RedditAPI | RedditUsersUsernameGet | Get /reddit/users/{username} | Get a Reddit user profile by username |
| RedditAPI | RedditUsersUsernamePostsGet | Get /reddit/users/{username}/posts | List Reddit posts authored by a user |
| SeoAPI | SeoBacklinksAnchorsPost | Post /seo/backlinks/anchors | Get anchor texts used in backlinks to a target |
| SeoAPI | SeoBacklinksBulkBacklinksPost | Post /seo/backlinks/bulk-backlinks | Count backlinks for many targets |
| SeoAPI | SeoBacklinksBulkNewLostBacklinksPost | Post /seo/backlinks/bulk-new-lost-backlinks | Count new and lost backlinks for many targets |
| SeoAPI | SeoBacklinksBulkNewLostReferringDomainsPost | Post /seo/backlinks/bulk-new-lost-referring-domains | Count new and lost referring domains for many targets |
| SeoAPI | SeoBacklinksBulkPagesSummaryPost | Post /seo/backlinks/bulk-pages-summary | Summarize backlinks for many pages at once |
| SeoAPI | SeoBacklinksBulkRanksPost | Post /seo/backlinks/bulk-ranks | Get backlink ranks for many targets |
| SeoAPI | SeoBacklinksBulkReferringDomainsPost | Post /seo/backlinks/bulk-referring-domains | Count referring domains for many targets |
| SeoAPI | SeoBacklinksBulkSpamScorePost | Post /seo/backlinks/bulk-spam-score | Get spam scores for many targets |
| SeoAPI | SeoBacklinksCompetitorsPost | Post /seo/backlinks/competitors | Find competitors by shared referring domains |
| SeoAPI | SeoBacklinksDomainIntersectionPost | Post /seo/backlinks/domain-intersection | Find domains linking to multiple targets |
| SeoAPI | SeoBacklinksDomainPagesPost | Post /seo/backlinks/domain-pages | List target pages ranked by backlinks |
| SeoAPI | SeoBacklinksDomainPagesSummaryPost | Post /seo/backlinks/domain-pages-summary | Summarize backlinks for each page of a target |
| SeoAPI | SeoBacklinksHistoryPost | Post /seo/backlinks/history | Get historical backlink metrics for a target |
| SeoAPI | SeoBacklinksListPost | Post /seo/backlinks/list | List individual backlinks pointing to a target |
| SeoAPI | SeoBacklinksPageIntersectionPost | Post /seo/backlinks/page-intersection | Find pages linking to multiple targets |
| SeoAPI | SeoBacklinksReferringDomainsPost | Post /seo/backlinks/referring-domains | List referring domains pointing to a target |
| SeoAPI | SeoBacklinksReferringNetworksPost | Post /seo/backlinks/referring-networks | List referring IP networks pointing to a target |
| SeoAPI | SeoBacklinksSummaryPost | Post /seo/backlinks/summary | Get the backlink profile summary for a target |
| SeoAPI | SeoBacklinksTimeseriesNewLostPost | Post /seo/backlinks/timeseries-new-lost | Get new and lost backlinks over time |
| SeoAPI | SeoBacklinksTimeseriesPost | Post /seo/backlinks/timeseries | Get backlink metrics over time |
| SeoAPI | SeoCompetitorsBulkTrafficPost | Post /seo/competitors/bulk-traffic | Estimate organic traffic for domains |
| SeoAPI | SeoCompetitorsDomainIntersectionPost | Post /seo/competitors/domain-intersection | Find keywords two domains both rank for |
| SeoAPI | SeoCompetitorsDomainPost | Post /seo/competitors/domain | Find a domain's organic competitors |
| SeoAPI | SeoCompetitorsDomainRankOverviewPost | Post /seo/competitors/domain-rank-overview | Get a domain's ranking and traffic overview |
| SeoAPI | SeoCompetitorsHistoricalBulkTrafficPost | Post /seo/competitors/historical-bulk-traffic | Estimate historical traffic for domains |
| SeoAPI | SeoCompetitorsHistoricalRankOverviewPost | Post /seo/competitors/historical-rank-overview | Get a domain's historical ranking overview |
| SeoAPI | SeoCompetitorsHistoricalSerpsPost | Post /seo/competitors/historical-serps | Get historical SERP snapshots for a keyword |
| SeoAPI | SeoCompetitorsPageIntersectionPost | Post /seo/competitors/page-intersection | Find keywords specific pages rank for |
| SeoAPI | SeoCompetitorsRankedKeywordsPost | Post /seo/competitors/ranked-keywords | Find the keywords a domain ranks for |
| SeoAPI | SeoCompetitorsRelevantPagesPost | Post /seo/competitors/relevant-pages | List a domain's top ranking pages |
| SeoAPI | SeoCompetitorsSerpPost | Post /seo/competitors/serp | Find domains competing for keywords |
| SeoAPI | SeoCompetitorsSubdomainsPost | Post /seo/competitors/subdomains | List a domain's subdomains with traffic |
| SeoAPI | SeoKeywordsAutocompletePost | Post /seo/keywords/autocomplete | Collect autocomplete keyword suggestions |
| SeoAPI | SeoKeywordsDifficultyPost | Post /seo/keywords/difficulty | Score keyword difficulty |
| SeoAPI | SeoKeywordsForSitePost | Post /seo/keywords/for-site | Find keywords a domain ranks for |
| SeoAPI | SeoKeywordsHistoryPost | Post /seo/keywords/history | Get historical keyword data |
| SeoAPI | SeoKeywordsIdeasPost | Post /seo/keywords/ideas | Discover keyword ideas |
| SeoAPI | SeoKeywordsIntentPost | Post /seo/keywords/intent | Classify keyword search intent |
| SeoAPI | SeoKeywordsOverviewPost | Post /seo/keywords/overview | Look up keyword metrics |
| SeoAPI | SeoKeywordsRelatedPost | Post /seo/keywords/related | Find related keywords |
| SeoAPI | SeoKeywordsSuggestionsPost | Post /seo/keywords/suggestions | Find keyword suggestions |
| SeoAPI | SeoSerpPost | Post /seo/serp | Collect organic SERP SEO evidence |
| ThreadsAPI | ThreadsSearchProfilesGet | Get /threads/search/profiles | Search Threads users by keyword |
| ThreadsAPI | ThreadsSearchRecentGet | Get /threads/search/recent | Search recent Threads posts |
| ThreadsAPI | ThreadsSearchTopGet | Get /threads/search/top | Search top Threads posts |
| ThreadsAPI | ThreadsUsersUsernameGet | Get /threads/users/{username} | Get a Threads user profile by username |
| ThreadsAPI | ThreadsUsersUsernamePostsGet | Get /threads/users/{username}/posts | List Threads posts authored by a user |
| ThreadsAPI | ThreadsUsersUsernameRepliesGet | Get /threads/users/{username}/replies | List Threads replies authored by a user |
| ThreadsAPI | ThreadsUsersUsernameRepostsGet | Get /threads/users/{username}/reposts | List Threads reposts by a user |
| TiktokAPI | TiktokFeedRecommendedPost | Post /tiktok/feed/recommended | Get TikTok recommendation videos |
| TiktokAPI | TiktokHashtagsIdGet | Get /tiktok/hashtags/{id} | Get a TikTok hashtag by ID |
| TiktokAPI | TiktokHashtagsIdVideosGet | Get /tiktok/hashtags/{id}/videos | List videos tagged with a TikTok hashtag |
| TiktokAPI | TiktokMusicIdGet | Get /tiktok/music/{id} | Get a TikTok music track by ID |
| TiktokAPI | TiktokMusicIdVideosGet | Get /tiktok/music/{id}/videos | List videos using a TikTok music track |
| TiktokAPI | TiktokSearchGet | Get /tiktok/search | General TikTok search (returns videos) |
| TiktokAPI | TiktokSearchHashtagsGet | Get /tiktok/search/hashtags | Search TikTok hashtags by keyword |
| TiktokAPI | TiktokSearchUsersGet | Get /tiktok/search/users | Search TikTok users by keyword |
| TiktokAPI | TiktokSearchVideosGet | Get /tiktok/search/videos | Search TikTok videos by keyword |
| TiktokAPI | TiktokUsersIdFollowersGet | Get /tiktok/users/{id}/followers | List a TikTok user's followers |
| TiktokAPI | TiktokUsersIdFollowingGet | Get /tiktok/users/{id}/following | List users a TikTok user is following |
| TiktokAPI | TiktokUsersIdGet | Get /tiktok/users/{id} | Get a TikTok user profile |
| TiktokAPI | TiktokUsersIdLikesGet | Get /tiktok/users/{id}/likes | List videos liked by a TikTok user |
| TiktokAPI | TiktokUsersIdVideosGet | Get /tiktok/users/{id}/videos | List videos posted by a TikTok user |
| TiktokAPI | TiktokUsersResolveGet | Get /tiktok/users/resolve | Resolve a TikTok username to a user id |
| TiktokAPI | TiktokVideosBatchPost | Post /tiktok/videos/batch | Batch-fetch TikTok videos by ID |
| TiktokAPI | TiktokVideosIdCommentsCommentIdRepliesGet | Get /tiktok/videos/{id}/comments/{comment_id}/replies | List replies to a TikTok comment |
| TiktokAPI | TiktokVideosIdCommentsGet | Get /tiktok/videos/{id}/comments | List top-level comments on a TikTok video |
| TiktokAPI | TiktokVideosIdGet | Get /tiktok/videos/{id} | Get a TikTok video by ID |
| TiktokAPI | TiktokVideosResolveGet | Get /tiktok/videos/resolve | Resolve a TikTok share URL to a video |
| XAPI | XAutocompleteGet | Get /x/autocomplete | Autocomplete X users, topics, hashtags, and cashtags |
| XAPI | XCommunitiesIdAboutGet | Get /x/communities/{id}/about | Get an X Community about timeline |
| XAPI | XCommunitiesIdGet | Get /x/communities/{id} | Get X Community by ID |
| XAPI | XCommunitiesIdMediaGet | Get /x/communities/{id}/media | Get media Posts from an X Community |
| XAPI | XCommunitiesIdMemberSearchGet | Get /x/communities/{id}/member_search | Search members in an X Community |
| XAPI | XCommunitiesIdMembersGet | Get /x/communities/{id}/members | Get members of an X Community |
| XAPI | XCommunitiesIdModeratorsGet | Get /x/communities/{id}/moderators | Get moderators of an X Community |
| XAPI | XCommunitiesIdTweetsGet | Get /x/communities/{id}/tweets | Get Posts from an X Community |
| XAPI | XCommunitiesSearchGet | Get /x/communities/search | Search X Communities |
| XAPI | XFriendshipsShowGet | Get /x/friendships/show | Check whether one X user follows another |
| XAPI | XListsIdFollowersGet | Get /x/lists/{id}/followers | Get followers/subscribers of an X List |
| XAPI | XListsIdMembersGet | Get /x/lists/{id}/members | Get members of an X List |
| XAPI | XListsIdTweetsGet | Get /x/lists/{id}/tweets | Get Posts from an X List |
| XAPI | XListsSearchGet | Get /x/lists/search | Search X Lists |
| XAPI | XTrendsByWoeidWoeidGet | Get /x/trends/by/woeid/{woeid} | Get X trends by WOEID |
| XAPI | XTweetsGet | Get /x/tweets | Get X Posts by IDs |
| XAPI | XTweetsIdArticleGet | Get /x/tweets/{id}/article | Get the article-style payload for an X Post |
| XAPI | XTweetsIdGet | Get /x/tweets/{id} | Get X Post by ID |
| XAPI | XTweetsIdLikingUsersGet | Get /x/tweets/{id}/liking_users | Get users who liked an X Post |
| XAPI | XTweetsIdQuoteTweetsGet | Get /x/tweets/{id}/quote_tweets | Get quote Posts for an X Post |
| XAPI | XTweetsIdRetweetedByGet | Get /x/tweets/{id}/retweeted_by | Get users who reposted an X Post |
| XAPI | XTweetsIdTranslationGet | Get /x/tweets/{id}/translation | Translate an X Post |
| XAPI | XTweetsSearchRecentGet | Get /x/tweets/search/recent | Search recent X Posts |
| XAPI | XUsersByGet | Get /x/users/by | Get X users by usernames |
| XAPI | XUsersByUsernameUsernameGet | Get /x/users/by/username/{username} | Get X user by username |
| XAPI | XUsersGet | Get /x/users | Get X users by IDs |
| XAPI | XUsersIdFollowersGet | Get /x/users/{id}/followers | Get an X user's followers |
| XAPI | XUsersIdFollowersIdsGet | Get /x/users/{id}/followers/ids | Get follower IDs for an X user |
| XAPI | XUsersIdFollowingGet | Get /x/users/{id}/following | Get users followed by an X user |
| XAPI | XUsersIdFollowingIdsGet | Get /x/users/{id}/following/ids | Get following IDs for an X user |
| XAPI | XUsersIdGet | Get /x/users/{id} | Get X user by ID |
| XAPI | XUsersIdLikedTweetsGet | Get /x/users/{id}/liked_tweets | Get Posts liked by an X user |
| XAPI | XUsersIdProfileTranslationGet | Get /x/users/{id}/profile_translation | Translate an X user profile |
| XAPI | XUsersIdTweetsGet | Get /x/users/{id}/tweets | Get Posts authored by an X user |
| XAPI | XUsersIdVerifiedFollowersGet | Get /x/users/{id}/verified_followers | Get verified followers for an X user |
| YoutubeAPI | YoutubeChannelsChannelIdGet | Get /youtube/channels/{channel_id} | Get a YouTube channel by id |
| YoutubeAPI | YoutubeChannelsChannelIdShortsGet | Get /youtube/channels/{channel_id}/shorts | List Shorts uploaded by a YouTube channel |
| YoutubeAPI | YoutubeChannelsChannelIdVideosGet | Get /youtube/channels/{channel_id}/videos | List videos uploaded by a YouTube channel |
| YoutubeAPI | YoutubeResolveChannelIdGet | Get /youtube/resolve/channel-id | Resolve a YouTube channel URL to its UC… channel id |
| YoutubeAPI | YoutubeSearchGet | Get /youtube/search | Search YouTube videos by keyword |
| YoutubeAPI | YoutubeTrendingGet | Get /youtube/trending | Browse YouTube's trending videos |
| YoutubeAPI | YoutubeVideosVideoIdGet | Get /youtube/videos/{video_id} | Get a YouTube video by id |
| YoutubeAPI | YoutubeVideosVideoIdRelatedGet | Get /youtube/videos/{video_id}/related | List YouTube videos related to a given video |
- Author
- Billing
- BrowserHtmlPost200Response
- BrowserHtmlRequest
- BrowserHtmlResult
- BrowserLinksPost200Response
- BrowserLinksRequest
- BrowserLinksResult
- BrowserMarkdownPost200Response
- BrowserMarkdownRequest
- BrowserMarkdownResult
- BrowserScreenshotPost200Response
- BrowserScreenshotRequest
- BrowserScreenshotRequestViewport
- BrowserScreenshotResult
- Comment
- DataForSeoFilter
- DataForSeoFilterAnyOf
- DataForSeoFilterCondition
- DataForSeoFilterValue
- DataForSeoFilterValueAnyOfInner
- DataForSeoOrderByRule
- Error
- ErrorBilling
- ErrorResponse
- EventsSearchPost200Response
- EventsSearchRequest
- EventsSearchResponse
- GeoEngine
- GeoGroupMetric
- GeoKeywordSearchVolumeRecord
- GeoKeywordSearchVolumeRequest
- GeoKeywordSearchVolumeRequestLocation
- GeoKeywordSearchVolumeResponse
- GeoKeywordsSearchVolumePost200Response
- GeoMentionBrandEntity
- GeoMentionBreakdown
- GeoMentionItem
- GeoMentionMonthly
- GeoMentionRecord
- GeoMentionSearchResult
- GeoMentionSource
- GeoMentionsAggregatedMetricsPost200Response
- GeoMentionsAggregatedMetricsRequest
- GeoMentionsAggregatedMetricsRequestFilters
- GeoMentionsAggregatedMetricsRequestFiltersAnyOf
- GeoMentionsAggregatedMetricsRequestFiltersAnyOf1
- GeoMentionsAggregatedMetricsResponse
- GeoMentionsCrossAggregatedMetricsPost200Response
- GeoMentionsCrossAggregatedMetricsRequest
- GeoMentionsCrossAggregatedMetricsResponse
- GeoMentionsCrossGroup
- GeoMentionsSearchPost200Response
- GeoMentionsSearchRequest
- GeoMentionsSearchRequestFilters
- GeoMentionsSearchResponse
- GeoMentionsTarget
- GeoMentionsTopDomainsPost200Response
- GeoMentionsTopDomainsRequest
- GeoMentionsTopDomainsResponse
- GeoMentionsTopPagesPost200Response
- GeoMentionsTopPagesRequest
- GeoMentionsTopPagesResponse
- GeoMonthlySearch
- GeoSerpCitation
- GeoSerpCompetitor
- GeoSerpImage
- GeoSerpLink
- GeoSerpLocation
- GeoSerpPost200Response
- GeoSerpReference
- GeoSerpRequest
- GeoSerpResponse
- GeoSerpResult
- GeoSerpResultRef
- GeoSerpSection
- GeoSerpTarget
- GeoSerpView
- GeoView
- HackerNewsItem
- HackerNewsItemType
- HackerNewsItemsIdGet200Response
- HackerNewsMaxItemGet200Response
- HackerNewsStoriesFeedGet200Response
- HackerNewsStoriesFeedItemsGet200Response
- HackerNewsStoryFeed
- HackerNewsUpdates
- HackerNewsUpdatesGet200Response
- HackerNewsUser
- HackerNewsUsersIdGet200Response
- Hashtag
- HotelAbout
- HotelInfoLocation
- HotelInfoRequest
- HotelInfoResponse
- HotelPlace
- HotelPrice
- HotelPriceByDate
- HotelReviews
- HotelSearchGeo
- HotelSearchLocation
- HotelSearchRequest
- HotelSearchResponse
- HotelSearchResult
- HotelSearchResultPrices
- HotelSearchResultReviews
- HotelsInfoPost200Response
- HotelsSearchPost200Response
- InstagramCarouselItem
- InstagramComment
- InstagramExploreGet200Response
- InstagramFormerUsername
- InstagramHighlight
- InstagramLocation
- InstagramLocationLite
- InstagramLocationsIdGet200Response
- InstagramLocationsIdNearbyGet200Response
- InstagramLocationsIdNearbyGet200ResponseData
- InstagramPost
- InstagramPostsShortcodeCommentsCommentIdRepliesGet200Response
- InstagramPostsShortcodeGet200Response
- InstagramResolveMediaIdGet200Response
- InstagramResolveMediaIdGet200ResponseData
- InstagramResolveShortcodeGet200Response
- InstagramResolveShortcodeGet200ResponseData
- InstagramResolveUserIdGet200Response
- InstagramResolveUserIdGet200ResponseData
- InstagramUser
- InstagramUserPreview
- InstagramUsersUsernameFollowersGet200Response
- InstagramUsersUsernameFormerUsernamesGet200Response
- InstagramUsersUsernameGet200Response
- InstagramUsersUsernameHighlightsGet200Response
- LinkedinAbout
- LinkedinAd
- LinkedinAdAdvertiser
- LinkedinAdListing
- LinkedinAdsIdGet200Response
- LinkedinAffiliatedPage
- LinkedinCertification
- LinkedinComment
- LinkedinCommentCommenter
- LinkedinCompaniesSlugAffiliatedGet200Response
- LinkedinCompaniesSlugGet200Response
- LinkedinCompaniesSlugJobCountGet200Response
- LinkedinCompaniesSlugJobsGet200Response
- LinkedinCompaniesSlugMemberInsightsGet200Response
- LinkedinCompaniesSlugPeopleGet200Response
- LinkedinCompaniesSlugPostsGet200Response
- LinkedinCompany
- LinkedinCompanyHashtagsInner
- LinkedinCompanyRef
- LinkedinContactInfo
- LinkedinDateRange
- LinkedinEducation
- LinkedinEmployeeCountRange
- LinkedinExperience
- LinkedinFollowerStats
- LinkedinGroup
- LinkedinGroupsIdGet200Response
- LinkedinHeadquarters
- LinkedinHonor
- LinkedinInterestCompany
- LinkedinInterestGroup
- LinkedinJob
- LinkedinJobCompany
- LinkedinJobCount
- LinkedinJobListing
- LinkedinJobListingCompany
- LinkedinJobSalary
- LinkedinJobsIdGet200Response
- LinkedinLocation
- LinkedinMemberInsight
- LinkedinMemberInsightInsightsInner
- LinkedinPost
- LinkedinPostAuthor
- LinkedinPostReactionsInner
- LinkedinPostsIdCommentsCommentIdRepliesGet200Response
- LinkedinPostsIdGet200Response
- LinkedinPublication
- LinkedinRecommendation
- LinkedinRecommendationRecommender
- LinkedinSchool
- LinkedinSearchAdsGet200Response
- LinkedinSearchIndustriesGet200Response
- LinkedinSearchIndustry
- LinkedinSearchLocation
- LinkedinSearchLocationsGet200Response
- LinkedinSearchPost
- LinkedinSearchPostAuthor
- LinkedinSearchPostsGet200Response
- LinkedinSearchSchoolsGet200Response
- LinkedinSkill
- LinkedinUser
- LinkedinUserComment
- LinkedinUserCommentPost
- LinkedinUserImage
- LinkedinUserPreview
- LinkedinUserReaction
- LinkedinUserVideo
- LinkedinUsersUsernameAboutGet200Response
- LinkedinUsersUsernameCertificationsGet200Response
- LinkedinUsersUsernameCommentsGet200Response
- LinkedinUsersUsernameContactGet200Response
- LinkedinUsersUsernameEducationsGet200Response
- LinkedinUsersUsernameExperienceGet200Response
- LinkedinUsersUsernameFollowerCountGet200Response
- LinkedinUsersUsernameGet200Response
- LinkedinUsersUsernameHonorsGet200Response
- LinkedinUsersUsernameImagesGet200Response
- LinkedinUsersUsernameInterestsCompaniesGet200Response
- LinkedinUsersUsernameInterestsGroupsGet200Response
- LinkedinUsersUsernamePublicationsGet200Response
- LinkedinUsersUsernameReactionsGet200Response
- LinkedinUsersUsernameRecommendationsGet200Response
- LinkedinUsersUsernameSkillsGet200Response
- LinkedinUsersUsernameVideosGet200Response
- LinkedinUsersUsernameVolunteersGet200Response
- LinkedinVolunteer
- LocalFinderRequest
- LocalFinderResponse
- LocalSearchPost200Response
- MapsSearchPost200Response
- MapsSearchRequest
- MapsSearchResponse
- Music
- MusicDetail
- NewsSearchPost200Response
- NewsSearchRequest
- NewsSearchResponse
- Pagination
- RedditComment
- RedditFeedHomeGet200Response
- RedditPost
- RedditPostSubreddit
- RedditPostsIdCommentsGet200Response
- RedditPostsIdGet200Response
- RedditSubreddit
- RedditSubredditsNameGet200Response
- RedditTrendingSearch
- RedditTrendingSearchesGet200Response
- RedditTrendingSearchesGet200ResponseData
- RedditUser
- RedditUsersUsernameGet200Response
- SeoAutocompleteLocation
- SeoAutocompleteSuggestion
- SeoBacklinkItem
- SeoBacklinksAnchorItem
- SeoBacklinksAnchorsPost200Response
- SeoBacklinksAnchorsRequest
- SeoBacklinksAnchorsRequestBacklinksFilters
- SeoBacklinksAnchorsRequestFilters
- SeoBacklinksAnchorsResponse
- SeoBacklinksBulkBacklinkItem
- SeoBacklinksBulkBacklinksPost200Response
- SeoBacklinksBulkBacklinksRequest
- SeoBacklinksBulkBacklinksResponse
- SeoBacklinksBulkNewLostBacklinksItem
- SeoBacklinksBulkNewLostBacklinksPost200Response
- SeoBacklinksBulkNewLostBacklinksRequest
- SeoBacklinksBulkNewLostBacklinksResponse
- SeoBacklinksBulkNewLostReferringDomainsItem
- SeoBacklinksBulkNewLostReferringDomainsPost200Response
- SeoBacklinksBulkNewLostReferringDomainsRequest
- SeoBacklinksBulkNewLostReferringDomainsResponse
- SeoBacklinksBulkPageSummaryItem
- SeoBacklinksBulkPagesSummaryPost200Response
- SeoBacklinksBulkPagesSummaryRequest
- SeoBacklinksBulkPagesSummaryResponse
- SeoBacklinksBulkRankItem
- SeoBacklinksBulkRanksPost200Response
- SeoBacklinksBulkRanksRequest
- SeoBacklinksBulkRanksResponse
- SeoBacklinksBulkReferringDomainsItem
- SeoBacklinksBulkReferringDomainsPost200Response
- SeoBacklinksBulkReferringDomainsRequest
- SeoBacklinksBulkReferringDomainsResponse
- SeoBacklinksBulkSpamScoreItem
- SeoBacklinksBulkSpamScorePost200Response
- SeoBacklinksBulkSpamScoreRequest
- SeoBacklinksBulkSpamScoreResponse
- SeoBacklinksCompetitorItem
- SeoBacklinksCompetitorsPost200Response
- SeoBacklinksCompetitorsRequest
- SeoBacklinksCompetitorsRequestFilters
- SeoBacklinksCompetitorsResponse
- SeoBacklinksDomainIntersectionItem
- SeoBacklinksDomainIntersectionPost200Response
- SeoBacklinksDomainIntersectionRequest
- SeoBacklinksDomainIntersectionRequestFilters
- SeoBacklinksDomainIntersectionResponse
- SeoBacklinksDomainIntersectionTargetMetrics
- SeoBacklinksDomainIntersectionTargetMetricsMetrics
- SeoBacklinksDomainPageItem
- SeoBacklinksDomainPageSummaryItem
- SeoBacklinksDomainPagesPost200Response
- SeoBacklinksDomainPagesRequest
- SeoBacklinksDomainPagesRequestFilters
- SeoBacklinksDomainPagesResponse
- SeoBacklinksDomainPagesSummaryPost200Response
- SeoBacklinksDomainPagesSummaryRequest
- SeoBacklinksDomainPagesSummaryRequestFilters
- SeoBacklinksDomainPagesSummaryResponse
- SeoBacklinksHistoryItem
- SeoBacklinksHistoryPost200Response
- SeoBacklinksHistoryRequest
- SeoBacklinksHistoryResponse
- SeoBacklinksListPost200Response
- SeoBacklinksListRequest
- SeoBacklinksListRequestFilters
- SeoBacklinksListResponse
- SeoBacklinksPageIntersectionItem
- SeoBacklinksPageIntersectionPost200Response
- SeoBacklinksPageIntersectionRequest
- SeoBacklinksPageIntersectionRequestFilters
- SeoBacklinksPageIntersectionResponse
- SeoBacklinksPageIntersectionTargetLinks
- SeoBacklinksRankScale
- SeoBacklinksReferringDomainsPost200Response
- SeoBacklinksReferringNetworkItem
- SeoBacklinksReferringNetworksPost200Response
- SeoBacklinksReferringNetworksRequest
- SeoBacklinksReferringNetworksRequestFilters
- SeoBacklinksReferringNetworksResponse
- SeoBacklinksStatusType
- SeoBacklinksSummaryPost200Response
- SeoBacklinksSummaryRequest
- SeoBacklinksSummaryResponse
- SeoBacklinksTimeseriesItem
- SeoBacklinksTimeseriesNewLostItem
- SeoBacklinksTimeseriesNewLostPost200Response
- SeoBacklinksTimeseriesNewLostRequest
- SeoBacklinksTimeseriesNewLostResponse
- SeoBacklinksTimeseriesPost200Response
- SeoBacklinksTimeseriesRequest
- SeoBacklinksTimeseriesResponse
- SeoBacklinksView
- SeoBulkTrafficItem
- SeoBulkTrafficLocation
- SeoBulkTrafficRequest
- SeoBulkTrafficResponse
- SeoCompetitorDomainItem
- SeoCompetitorDomainItemFullDomainMetrics
- SeoCompetitorDomainItemMetrics
- SeoCompetitorsBulkTrafficPost200Response
- SeoCompetitorsDomainIntersectionPost200Response
- SeoCompetitorsDomainLocation
- SeoCompetitorsDomainPost200Response
- SeoCompetitorsDomainRankOverviewPost200Response
- SeoCompetitorsDomainRequest
- SeoCompetitorsDomainResponse
- SeoCompetitorsHistoricalBulkTrafficPost200Response
- SeoCompetitorsHistoricalRankOverviewPost200Response
- SeoCompetitorsHistoricalSerpsPost200Response
- SeoCompetitorsPageIntersectionPost200Response
- SeoCompetitorsRankedKeywordsPost200Response
- SeoCompetitorsRelevantPagesPost200Response
- SeoCompetitorsSerpPost200Response
- SeoCompetitorsSubdomainsPost200Response
- SeoDomainIntersectionItem
- SeoDomainIntersectionItemSecondDomain
- SeoDomainIntersectionLocation
- SeoDomainIntersectionRequest
- SeoDomainIntersectionResponse
- SeoDomainMetricGroup
- SeoDomainMetrics
- SeoDomainMetricsPaid
- SeoDomainMetricsView
- SeoDomainRankOverviewLocation
- SeoDomainRankOverviewRequest
- SeoDomainRankOverviewResponse
- SeoHistoricalBulkTrafficItem
- SeoHistoricalBulkTrafficLocation
- SeoHistoricalBulkTrafficRequest
- SeoHistoricalBulkTrafficResponse
- SeoHistoricalMetricPeriod
- SeoHistoricalRankItem
- SeoHistoricalRankOverviewLocation
- SeoHistoricalRankOverviewRequest
- SeoHistoricalRankOverviewResponse
- SeoHistoricalSerpItem
- SeoHistoricalSerpsLocation
- SeoHistoricalSerpsRequest
- SeoHistoricalSerpsResponse
- SeoKeywordAutocompleteRequest
- SeoKeywordAutocompleteResponse
- SeoKeywordDifficultyItem
- SeoKeywordDifficultyLocation
- SeoKeywordDifficultyRequest
- SeoKeywordDifficultyResponse
- SeoKeywordHistoryItem
- SeoKeywordHistoryLocation
- SeoKeywordHistoryPoint
- SeoKeywordHistoryRequest
- SeoKeywordHistoryResponse
- SeoKeywordIdeasLocation
- SeoKeywordIdeasRequest
- SeoKeywordIdeasResponse
- SeoKeywordIntentEntry
- SeoKeywordIntentItem
- SeoKeywordIntentRequest
- SeoKeywordIntentResponse
- SeoKeywordItem
- SeoKeywordMonthlySearch
- SeoKeywordOverviewLocation
- SeoKeywordOverviewRequest
- SeoKeywordOverviewResponse
- SeoKeywordSearchVolumeTrend
- SeoKeywordSuggestionsLocation
- SeoKeywordSuggestionsRequest
- SeoKeywordSuggestionsResponse
- SeoKeywordView
- SeoKeywordsAutocompletePost200Response
- SeoKeywordsDifficultyPost200Response
- SeoKeywordsForSiteLocation
- SeoKeywordsForSitePost200Response
- SeoKeywordsForSiteRequest
- SeoKeywordsForSiteResponse
- SeoKeywordsHistoryPost200Response
- SeoKeywordsIdeasPost200Response
- SeoKeywordsIntentPost200Response
- SeoKeywordsOverviewPost200Response
- SeoKeywordsRelatedPost200Response
- SeoKeywordsSuggestionsPost200Response
- SeoPageIntersectionItem
- SeoPageIntersectionLocation
- SeoPageIntersectionRequest
- SeoPageIntersectionResponse
- SeoRankedKeywordItem
- SeoRankedKeywordsLocation
- SeoRankedKeywordsRequest
- SeoRankedKeywordsResponse
- SeoReferringDomainItem
- SeoReferringDomainsRequest
- SeoReferringDomainsRequestFilters
- SeoReferringDomainsResponse
- SeoRelatedKeywordItem
- SeoRelatedKeywordsLocation
- SeoRelatedKeywordsRequest
- SeoRelatedKeywordsResponse
- SeoRelevantPageItem
- SeoRelevantPageItemMetrics
- SeoRelevantPagesLocation
- SeoRelevantPagesRequest
- SeoRelevantPagesResponse
- SeoSerpCompetitor
- SeoSerpCompetitorItem
- SeoSerpCompetitorsLocation
- SeoSerpCompetitorsRequest
- SeoSerpCompetitorsResponse
- SeoSerpElement
- SeoSerpLocation
- SeoSerpOs
- SeoSerpPost200Response
- SeoSerpQuestion
- SeoSerpRankWindow
- SeoSerpRequest
- SeoSerpResponse
- SeoSerpResult
- SeoSerpResultRef
- SeoSerpSummary
- SeoSerpTarget
- SeoSerpTargetElementType
- SeoSerpTargetMatch
- SeoSerpTargetSearchMode
- SeoSerpView
- SeoSerpViewport
- SeoSubdomainItem
- SeoSubdomainItemMetrics
- SeoSubdomainsLocation
- SeoSubdomainsRequest
- SeoSubdomainsResponse
- SerpListDevice
- SerpListElement
- SerpListLocation
- SerpListOs
- SerpListView
- ThreadsPost
- ThreadsPostUser
- ThreadsSearchProfilesGet200Response
- ThreadsSearchProfilesGet200ResponseData
- ThreadsSearchRecentGet200Response
- ThreadsUser
- ThreadsUsersUsernameGet200Response
- TiktokFeedRecommendedPost200Response
- TiktokFeedRecommendedPost200ResponseData
- TiktokFeedRecommendedPostRequest
- TiktokHashtagsIdGet200Response
- TiktokHashtagsIdVideosGet200Response
- TiktokMusicIdGet200Response
- TiktokSearchHashtagsGet200Response
- TiktokSearchUsersGet200Response
- TiktokUsersIdGet200Response
- TiktokUsersResolveGet200Response
- TiktokUsersResolveGet200ResponseData
- TiktokVideosBatchPostRequest
- TiktokVideosIdCommentsCommentIdRepliesGet200Response
- TiktokVideosIdGet200Response
- TwitterArticle
- TwitterAutocompleteResult
- TwitterAutocompleteResultTopicsInner
- TwitterRelationship
- TwitterTranslation
- User
- Video
- XAutocompleteGet200Response
- XCommunitiesIdAboutGet200Response
- XCommunitiesIdGet200Response
- XCommunitiesIdMemberSearchGet200Response
- XCommunitiesSearchGet200Response
- XCommunity
- XFriendshipsShowGet200Response
- XList
- XListsSearchGet200Response
- XMedia
- XMediaVariantsInner
- XPublicMetrics
- XTrend
- XTrendsByWoeidWoeidGet200Response
- XTweet
- XTweetAttachments
- XTweetsGet200Response
- XTweetsIdArticleGet200Response
- XTweetsIdGet200Response
- XTweetsIdTranslationGet200Response
- XUser
- XUsersByGet200Response
- XUsersIdFollowersIdsGet200Response
- XUsersIdGet200Response
- YouTubeChannel
- YouTubeVideo
- YouTubeVideoPreview
- YoutubeChannelsChannelIdGet200Response
- YoutubeChannelsChannelIdShortsGet200Response
- YoutubeResolveChannelIdGet200Response
- YoutubeResolveChannelIdGet200ResponseData
- YoutubeTrendingGet200Response
- YoutubeTrendingGet200ResponseData
- YoutubeVideosVideoIdGet200Response
Authentication schemes defined for the API:
- Type: HTTP Bearer token authentication
Example
auth := context.WithValue(context.Background(), unifapi.ContextAccessToken, "BEARER_TOKEN_STRING")
r, err := client.Service.Operation(auth, args)Due to the fact that model structure members are all pointers, this package contains a number of utility functions to easily obtain pointers to values of basic types. Each of these functions takes a value of the given basic type and returns a pointer to it:
PtrBoolPtrIntPtrInt32PtrInt64PtrFloatPtrFloat32PtrFloat64PtrStringPtrTime