| Name | Required | Type | Meaning | Values |
|---|---|---|---|---|
key |
Yes | String | Your App key | |
query |
Yes | String | Query to search | |
lg |
Yes | String | Language to search | arabic, chinese, dutch, english, french, german, greek, hebrew, hindi, italian, japanese, korean, persian, polish, portuguese, romanian, russian, spanish, swedish, thai, turkish, ukrainian, vietnamese, signlanguage |
accent |
No | String | Accent to search |
Default: |
restricted |
No | String | Adult content restricted |
yes , no
Default: |
gender |
No | String | Gender of the speaker |
m (male), f(female)
Default: |
page |
No | Number | Used to implement pagination. Depending on your plan, max. page & hits per page may apply. |
Default: |
{
'total_results': '8946',
'results': [
{
'display': 'as it is to order cat food to my house?',
'vid': '3OgsRa7VDtI',
'start': '304',
'id': '10474658',
'zone': 'US'
},
{
'display': 'The entire crew? One cat.',
'vid': 'trr8Sy1wYa0',
'start': '80',
'id': '41269315',
'zone': 'US'
},
//...
]
}
{
'total_results': '9346',
'results': [
{
'display': 'Bonjour Thomas Bourdrel - Bonjour - vous ĂȘtes radiologue,',
'vid': '-f7V7F3YvRU',
'start': '25',
'id': '1707131,
'zone': 'FRANCE'
},
{
'display': 'Bonjour Michel alors l'intelligence artificielle au service',
'vid': 'HShlybf_3Og',
'start': '120',
'id': '1788246',
'zone': 'FRANCE'
},
//...
]
}
| Name | Required | Type | Meaning | Values |
|---|---|---|---|---|
key |
Yes | String | Your App key | |
query |
Yes | String | Query to search | |
lg |
Yes | String | Language to search | See Search API for all supported languages. |
accent |
No | String | Accent to search | See Search API for all supported accents. |
restricted |
No | String | Adult content restricted |
yes , no
Default: |
gender |
No | String | Gender of the speaker |
m (male), f(female)
Default: |
{
'total': '8946',
}