プラットフォームインテリジェンス API

TikTok API

TikTokは短編動画、ライブストリーム、トレンド主導の発見を通じて月間10億人以上のユーザーにリーチし、文化的関連性、クリエイターキャンペーン、製品発見において重要な存在となっています。

APIリファレンス バージョン: 1.0.0 54 エンドポイント 認証
TikTok

ベース URL

https://api.pressmonitor.com/tiktok/v1

認証

すべてのリクエストはベアラートークン認証を使用します。すべての呼び出しにAuthorizationヘッダーを追加してください。

Authorization: Bearer YOUR_TOKEN
GET /challenge-info

チャレンジ情報

Challenge Info

パラメータ

名前 タイプ 場所 必須 説明
challenge_id string query はい チャレンジID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/challenge-info?challenge_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /challenge-posts

チャレンジ投稿

Challenge Posts

パラメータ

名前 タイプ 場所 必須 説明
challenge_id string query はい チャレンジID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/challenge-posts?challenge_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /collection-info

コレクション情報

Collection Info

パラメータ

名前 タイプ 場所 必須 説明
collection_id string query はい コレクションID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/collection-info?collection_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /collection-posts

コレクション投稿

Collection Posts

パラメータ

名前 タイプ 場所 必須 説明
collection_id string query はい コレクションID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/collection-posts?collection_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /download-music

音楽ダウンロード

Download Music

パラメータ

名前 タイプ 場所 必須 説明
music_id string query はい 音楽ID
device_id string query いいえ デバイスID
format string query いいえ フォーマット

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/download-music?music_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE&format=SOME_STRING_VALUE'

レスポンス

200 成功
GET /download-video

動画ダウンロード

Download Video

パラメータ

名前 タイプ 場所 必須 説明
aweme_id string query はい Aweme ID
device_id string query いいえ デバイスID
format string query いいえ フォーマット

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/download-video?aweme_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE&format=SOME_STRING_VALUE'

レスポンス

200 成功
GET /effect-info

エフェクト情報

Effect Info

パラメータ

名前 タイプ 場所 必須 説明
effect_id string query はい エフェクトID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/effect-info?effect_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /effect-posts

エフェクト投稿

Effect Posts

パラメータ

名前 タイプ 場所 必須 説明
effect_id string query はい エフェクトID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/effect-posts?effect_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /live-category

ライブカテゴリ

Live Category

パラメータ

名前 タイプ 場所 必須 説明
device_id string query いいえ デバイスID
lang string query いいえ 言語

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/live-category?device_id=SOME_STRING_VALUE&lang=SOME_STRING_VALUE'

レスポンス

200 成功
GET /live-check-alive

ライブ接続チェック

Live Check Alive

パラメータ

名前 タイプ 場所 必須 説明
room_id string query はい ルームID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/live-check-alive?room_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /live-stream

ライブストリーム

Live Stream

パラメータ

名前 タイプ 場所 必須 説明
room_id string query はい ルームID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/live-stream?room_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /music-info

音楽情報

Music Info

パラメータ

名前 タイプ 場所 必須 説明
music_id string query はい 音楽ID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/music-info?music_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /music-posts

音楽投稿

Music Posts

パラメータ

名前 タイプ 場所 必須 説明
music_id string query はい 音楽ID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/music-posts?music_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /music-unlimited-sounds

無制限音楽サウンド

Music Unlimited Sounds

パラメータ

名前 タイプ 場所 必須 説明
music_id string query はい 音楽ID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/music-unlimited-sounds?music_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /place-info

場所情報

Place Info

パラメータ

名前 タイプ 場所 必須 説明
challenge_id string query はい チャレンジID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/place-info?challenge_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /place-posts

場所投稿

Place Posts

パラメータ

名前 タイプ 場所 必須 説明
challenge_id string query はい チャレンジID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/place-posts?challenge_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /post-category

投稿カテゴリ

Post Category

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
category_type string query いいえ カテゴリタイプ
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/post-category?sec_uid=SOME_STRING_VALUE&category_type=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /post-comments

投稿コメント

Post Comments

パラメータ

名前 タイプ 場所 必須 説明
aweme_id string query はい Aweme ID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/post-comments?aweme_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /post-detail

投稿詳細

Post Detail

パラメータ

名前 タイプ 場所 必須 説明
aweme_id string query はい Aweme ID
device_id string query いいえ デバイスID
from string query いいえ 開始位置

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/post-detail?aweme_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE&from=SOME_STRING_VALUE'

レスポンス

200 成功
GET /post-discover-keyword

投稿探索キーワード

Post Discover Keyword

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/post-discover-keyword?keyword=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /post-related

関連投稿

Post Related

パラメータ

名前 タイプ 場所 必須 説明
aweme_id string query はい Aweme ID
count integer query いいえ 返す結果数
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/post-related?aweme_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /post-reply-comments

投稿返信コメント

Post Reply Comments

パラメータ

名前 タイプ 場所 必須 説明
aweme_id string query はい Aweme ID
comment_id string query はい コメントID
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/post-reply-comments?aweme_id=SOME_STRING_VALUE&comment_id=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /search-account

アカウント検索

Search Account

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
search_id string query いいえ 検索ID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/search-account?keyword=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&search_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /search-general

一般検索

Search General

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
search_id string query いいえ 検索ID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/search-general?keyword=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&search_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /search-live

ライブ検索

Search Live

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
search_id string query いいえ 検索ID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/search-live?keyword=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&search_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /search-suggest-keyword

検索サジェストキーワード

Search Suggest Keyword

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/search-suggest-keyword?keyword=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /search-video

動画検索

Search Video

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
search_id string query いいえ 検索ID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/search-video?keyword=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&search_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-ads-detail

トレンド広告詳細

Trending Ads Detail

パラメータ

名前 タイプ 場所 必須 説明
aweme_id string query はい Aweme ID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-ads-detail?aweme_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-commercial-music-library

トレンド商用音楽ライブラリ

Trending Commercial Music Library

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-commercial-music-library?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-commercial-music-playlist

トレンド商用音楽プレイリスト

Trending Commercial Music Playlist

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-commercial-music-playlist?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-commercial-music-playlist-detail

トレンド商用音楽プレイリスト詳細

Trending Commercial Music Playlist Detail

パラメータ

名前 タイプ 場所 必須 説明
playlist_id string query はい プレイリストID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-commercial-music-playlist-detail?playlist_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-creator

トレンドクリエイター

Trending Creator

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-creator?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-hashtag

トレンドハッシュタグ

Trending Hashtag

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-hashtag?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-keyword

トレンドキーワード

Trending Keyword

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-keyword?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-keyword-sentence

トレンドキーワードフレーズ

Trending Keyword Sentence

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-keyword-sentence?keyword=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-song

トレンド曲

Trending Song

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-song?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-top-ads

トレンド上位広告

Trending Top Ads

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
country_code string query いいえ 国コード
device_id string query いいえ デバイスID
period string query いいえ 期間

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-top-ads?keyword=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE&period=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-top-product-detail

トレンド上位商品詳細

Trending Top Product Detail

パラメータ

名前 タイプ 場所 必須 説明
product_id string query はい 商品ID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-top-product-detail?product_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-top-product-metrics

トレンド上位商品指標

Trending Top Product Metrics

パラメータ

名前 タイプ 場所 必須 説明
product_id string query はい 商品ID
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-top-product-metrics?product_id=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-top-products

トレンド上位商品

Trending Top Products

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-top-products?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-video

トレンド動画

Trending Video

パラメータ

名前 タイプ 場所 必須 説明
period string query はい 期間
country_code string query いいえ 国コード
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-video?period=SOME_STRING_VALUE&country_code=SOME_STRING_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /trending-video-by-keyword

キーワード別トレンド動画

Trending Video By Keyword

パラメータ

名前 タイプ 場所 必須 説明
keyword string query はい キーワード
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/trending-video-by-keyword?keyword=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-followers

ユーザーフォロワー

User Followers

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
min_cursor string query いいえ 最小カーソル

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-followers?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&min_cursor=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-following

ユーザーフォロー中

User Following

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-following?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

レスポンス

200 成功
GET /user-info

ユーザー情報

User Info

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query いいえ Sec Uid
unique_id string query いいえ ユニークID
with_commerce_info string query いいえ 商取引情報を含む

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-info?sec_uid=SOME_STRING_VALUE&unique_id=SOME_STRING_VALUE&with_commerce_info=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-info-by-id

IDによるユーザー情報

User Info By Id

パラメータ

名前 タイプ 場所 必須 説明
user_id string query はい ユーザーID
with_commerce_info string query いいえ 商取引情報を含む

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-info-by-id?user_id=SOME_STRING_VALUE&with_commerce_info=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-info-v2

ユーザー情報 V2

User Info V2

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query いいえ Sec Uid
unique_id string query いいえ ユニークID
with_commerce_info string query いいえ 商取引情報を含む

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-info-v2?sec_uid=SOME_STRING_VALUE&unique_id=SOME_STRING_VALUE&with_commerce_info=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-playlist

ユーザープレイリスト

User Playlist

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-playlist?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

レスポンス

200 成功
GET /user-posts

ユーザー投稿

User Posts

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
from string query いいえ 開始位置
with_play_token string query いいえ プレイトークンを含む

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-posts?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&from=SOME_STRING_VALUE&with_play_token=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-posts-liked

いいねしたユーザー投稿

User Posts Liked

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
from string query いいえ 開始位置

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-posts-liked?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&from=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-posts-oldest

最古のユーザー投稿

User Posts Oldest

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
from string query いいえ 開始位置

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-posts-oldest?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&from=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-posts-popular

人気のユーザー投稿

User Posts Popular

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID
from string query いいえ 開始位置

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-posts-popular?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE&from=SOME_STRING_VALUE'

レスポンス

200 成功
GET /user-repost

ユーザーリポスト

User Repost

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-repost?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE'

レスポンス

200 成功
GET /user-story

ユーザーストーリー

User Story

パラメータ

名前 タイプ 場所 必須 説明
sec_uid string query はい Sec Uid
count integer query いいえ 返す結果数
cursor integer query いいえ カーソル
device_id string query いいえ デバイスID

コード例

curl --request GET \ --url 'https://api.pressmonitor.com/tiktok/v1/user-story?sec_uid=SOME_STRING_VALUE&count=SOME_INTEGER_VALUE&cursor=SOME_INTEGER_VALUE&device_id=SOME_STRING_VALUE'

レスポンス

200 成功