| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 C# SDK is automatically generated by the OpenAPI Generator project:
The DLLs included in the package may not be the latest version. We recommend using NuGet to obtain the latest version of the packages:
Install-Package RestSharp Install-Package Newtonsoft.Json Install-Package JsonSubTypes Install-Package System.ComponentModel.Annotations
NOTE: RestSharp versions greater than 105.1.0 have a bug which causes file uploads to fail. See RestSharp#742. NOTE: RestSharp for .Net Core creates a new socket for each api call, which can lead to a socket exhaustion problem. See RestSharp#1406.
Run the following command to generate the DLL
Then include the DLL (under the bin folder) in the C# project, and use the namespaces:
using Unifapi.Sdk.Api;
using Unifapi.Sdk.Client;
using Unifapi.Sdk.Model;A .nuspec is included with the project. You can follow the Nuget quickstart to create and publish packages.
This .nuspec uses placeholders from the .csproj, so build the .csproj directly:
nuget pack -Build -OutputDirectory out Unifapi.Sdk.csproj
Then, publish to a local feed or other host and consume the new package via Nuget as usual.
To use the API client with a HTTP proxy, setup a System.Net.WebProxy
Configuration c = new Configuration();
System.Net.WebProxy webProxy = new System.Net.WebProxy("http://myProxyUrl:80/");
webProxy.Credentials = System.Net.CredentialCache.DefaultCredentials;
c.Proxy = webProxy;using System.Collections.Generic;
using System.Diagnostics;
using Unifapi.Sdk.Api;
using Unifapi.Sdk.Client;
using Unifapi.Sdk.Model;
namespace Example
{
public class Example
{
public static void Main()
{
Configuration config = new Configuration();
config.BasePath = "https://api.unifapi.com";
// Configure Bearer token for authorization: bearerAuth
config.AccessToken = "YOUR_BEARER_TOKEN";
var apiInstance = new BrowserApi(config);
var browserHtmlRequest = new BrowserHtmlRequest?(); // BrowserHtmlRequest? | (optional)
try
{
// Render a page to HTML
BrowserHtmlPost200Response result = apiInstance.BrowserHtmlPost(browserHtmlRequest);
Debug.WriteLine(result);
}
catch (ApiException e)
{
Debug.Print("Exception when calling BrowserApi.BrowserHtmlPost: " + e.Message );
Debug.Print("Status Code: "+ e.ErrorCode);
Debug.Print(e.StackTrace);
}
}
}
}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 |
Authentication schemes defined for the API:
| Back | FazBrowse Home | New Git URL |