Answer the question
In order to leave comments, you need to log in
How does offset work when searching for videos?
I'm trying to find a video. I make a request like this:
$data = ["access_token"=>$token,
"v"=>"5.130",
"q"=>"oxxxymiron",
"adult"=>1,
"count"=>200,
"sort"=>0,
];
{
"response": {
"count": 129358,
"items": [],
"profiles": [],
"groups": []
}
}
Answer the question
In order to leave comments, you need to log in
Why is it difficult to open the documentation? https://dev.vk.com/method/video.search
Note that even when using the offset parameter, only the first 1000 results are available to get information.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question