Get Search Suggestions

Fetch all search suggestions for a specific query.

POST https://api.noauth.cc/twitter/get-search-suggestions

This request will fetch the suggestions for a search query.

You are allowed to use your own auth. That allows for a higher rate limit. You can find

an example on how to add them, here.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

query*

String

Example: Barack Obama

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated