missing TikTok videos in public posts and region visibility

missing TikTok videos in public posts and region visibility


I’m currently using TikApi to fetch TikTok videos for the user @toyota_eak.

Endpoints used:

  • GET /public/check?username=toyota_eak
  • GET /public/posts?secUid=<secUid>&count=30&country=th
  • GET /public/video?id=7636807910101617927

Issue:

  • The video ID 7636807910101617927 is visible from the user’s TikTok account/browser.
  • However, when calling TikApi:
    • /public/video returns 403
    • message: Video is not visible on your country
    • statusCode: 10231
  • I also paginated /public/posts for around 225 videos, but this video ID was not included in the results.

Questions:

  1. Is this caused by TikApi’s region/IP visibility?
  2. Does TikApi support setting a specific region, country, or proxy for /public/posts or /public/video?
  3. Is there a way to fetch videos that are visible only in specific countries, such as Thailand?
  4. If a video is missing from /public/posts but we already have the video ID, is there another endpoint or parameter you recommend?

Please advise on the best way to handle this.

Thank you.