Skip to content

unifapi-agent/unifapi-sdk-java

Repository files navigation

unifapi-sdk

UnifAPI

  • API version: 0.0.1
    • Build date: 2026-06-05T15:29:53.481898076Z[Etc/UTC]
    • Generator version: 7.10.0

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.

For more information, please visit https://unifapi.com

Automatically generated by the OpenAPI Generator

Requirements

Building the API client library requires:

  1. Java 1.8+
  2. Maven (3.8.3+)/Gradle (7.2+)

Installation

To install the API client library to your local Maven repository, simply execute:

mvn clean install

To deploy it to a remote Maven repository instead, configure the settings of the repository and execute:

mvn clean deploy

Refer to the OSSRH Guide for more information.

Maven users

Add this dependency to your project's POM:

<dependency>
  <groupId>com.unifapi</groupId>
  <artifactId>unifapi-sdk</artifactId>
  <version>0.1.0</version>
  <scope>compile</scope>
</dependency>

Gradle users

Add this dependency to your project's build file:

  repositories {
    mavenCentral()     // Needed if the 'unifapi-sdk' jar has been published to maven central.
    mavenLocal()       // Needed if the 'unifapi-sdk' jar has been published to the local maven repo.
  }

  dependencies {
     implementation "com.unifapi:unifapi-sdk:0.1.0"
  }

Others

At first generate the JAR by executing:

mvn clean package

Then manually install the following JARs:

  • target/unifapi-sdk-0.1.0.jar
  • target/lib/*.jar

Getting Started

Please follow the installation instruction and execute the following Java code:

// Import classes:
import com.unifapi.sdk.ApiClient;
import com.unifapi.sdk.ApiException;
import com.unifapi.sdk.Configuration;
import com.unifapi.sdk.auth.*;
import com.unifapi.sdk.model.*;
import com.unifapi.sdk.api.BrowserApi;

public class Example {
  public static void main(String[] args) {
    ApiClient defaultClient = Configuration.getDefaultApiClient();
    defaultClient.setBasePath("https://api.unifapi.com");
    
    // Configure HTTP bearer authorization: bearerAuth
    HttpBearerAuth bearerAuth = (HttpBearerAuth) defaultClient.getAuthentication("bearerAuth");
    bearerAuth.setBearerToken("BEARER TOKEN");

    BrowserApi apiInstance = new BrowserApi(defaultClient);
    BrowserHtmlRequest browserHtmlRequest = new BrowserHtmlRequest(); // BrowserHtmlRequest | 
    try {
      BrowserHtmlPost200Response result = apiInstance.browserHtmlPost(browserHtmlRequest);
      System.out.println(result);
    } catch (ApiException e) {
      System.err.println("Exception when calling BrowserApi#browserHtmlPost");
      System.err.println("Status code: " + e.getCode());
      System.err.println("Reason: " + e.getResponseBody());
      System.err.println("Response headers: " + e.getResponseHeaders());
      e.printStackTrace();
    }
  }
}

Documentation for API Endpoints

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

Documentation for Models

Documentation for Authorization

Authentication schemes defined for the API:

bearerAuth

  • Type: HTTP Bearer Token authentication

Recommendation

It's recommended to create an instance of ApiClient per thread in a multithreaded environment to avoid any potential issues.

Author

support@unifapi.com

About

Java SDK for the UnifAPI public-data API — generated from the UnifAPI OpenAPI spec with OpenAPI Generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages