API v2: Getting riddles with tags
Requesting all your riddle quizzes and polls with tag X and tag Y is easy with our API. To make it even easier, we’ve put together a little snippet. (Click here to go to the general API v2 documentation) $api = new ApiV2(‘YOUR TOKEN’, ‘YOUR KEY’); $tagIds = [1449]; // all tagIds as an array …