Skip to content

List Topics

Request

Search for topics.
A successful request costs 0 credits.

Security
accessToken
Query
limitnumber

Max items to get

Example:limit=1000
querystringrequired

String to search by

Example:query=travel
GET
/youtube/topics
curl -i -X GET \
  'https://api.modash.io/v1/youtube/topics?limit=1000&query=travel' \
  -H 'Authorization: Bearer <YOUR_token_HERE>'

Responses

Bodyapplication/json
errorboolean

If there is an error

Example:false
tagsArray of stringsrequired
Response
{ "error": false, "tags": [ "string" ] }