QfmqPMYB'; waitfor delay '0:0:15' -- |
cc.pool.searchReturns the flashcard sets matching some criteria. AuthenticationThis method does not require authentication. Argumentsapi_key (Required) Your API key. See here for more details.
text (Required) The text to search for.
Example Response<cardsets>
<set id="12f87d" title="Algebra" cards="34" owner="814a4c3" relevance="1.87" /> <set id="1c345b76" title="Biology and Evolution" cards="65" owner="123a4b5" relevance="0.5" /> <set id="a876543" title="Business Studies" cards="273" owner="710a3t6" relevance="0.02" /> </cardsets> Notice: title will be returned HTML encoded. Error Codes40: Text is empty The text to search for is empty.
41: Search resulted in no hits The search did not match any content.
100: Invalid API Key The API key passed was not valid.
110: Format "xxx" not found The requested response format was not found.
120: Method "xxx" not found The requested method was not found.
130: HTTPS required The API Key passed requires HTTPS.
|