Search AJAX (limited video information): GET https://api.tokyvideo.com/search-ajax?q=someQuery&wr=false&lang=en_US
Search: POST https://api.tokyvideo.com/search-videos (json body: {"term":"someQuery"})
Get Video (using internal numeral id): GET https://api.tokyvideo.com/video/VIDEOID
To retrieve the numeral id from the path (https://www.tokyvideo.com/video/video-path), find the first script with type=application/ld+json, as it contains a bunch of json info
golang example: