/api/v1/search/suggestions
Suggestions
Auto-Complete-Vorschläge.
Δοκιμάστε το ζωντανά
10 δωρεάν κλήσεις την ημέρα — χωρίς εγγραφή, χωρίς κλειδί API. Μέσω του gateway του oanor.
Δουλεύει. Πάρε ένα κλειδί API και χρησιμοποίησέ το στο έργο σου.
Λάβετε ένα κλειδί APIΑποσπάσματα κώδικα
curl "https://api.oanor.com/threads-api/api/v1/search/suggestions" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/threads-api/api/v1/search/suggestions", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/threads-api/api/v1/search/suggestions");
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$out = curl_exec($ch);
import requests
requests.get(
"https://api.oanor.com/threads-api/api/v1/search/suggestions",
headers={"x-oanor-key": "oanor_test_..."}
)
Παράδειγμα απόκρισης
Πραγματική απόκριση αυτού του endpoint, από τον τελευταίο έλεγχο υγείας.
{
"data": {
"query": "meta",
"suggestions": [
"portaltic",
"dfcp-onmzeu",
"search",
"operators",
"too",
"few",
"matches",
"were",
"found",
"https",
"www",
"threads"
],
"source_results": [
{
"url": "https://www.threads.com/@portaltic/post/DFcp-ONMZeu/el-director-ejecutivo-de-meta-mark-zuckerberg-ha-se%C3%B1alado-que-espera-que-esta-pl",
"title": "search operators",
"source": "live_web_search",
"snippet": "Too few matches were found",
"username": "portaltic",
"post_code": "DFcp-ONMZeu"
},
{
"url": "https://www.threads.com/@tenuxpr/post/DFl5NoFRvky",
"title": null,
"source": "live_web_search",
"snippet": "January 30, 2025 -",
"username": "tenuxpr",
"post_code": "DFl5NoFRvky"
},
{
"url": "https://www.threads.com/@manolinyt/post/DFa9KPBoBZl",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "manolinyt",
"post_code": "DFa9KPBoBZl"
},
{
"url": "https://www.threads.com/@theinformation/post/DFa2BmnudfY",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "theinformation",
"post_code": "DFa2BmnudfY"
},
{
"url": "https://www.threads.net/@wzloadoutcodmunity/post/DFiTqVNt_ta",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "wzloadoutcodmunity",
"post_code": "DFiTqVNt_ta"
},
{
"url": "https://www.threads.com/@mikacat1234/post/DGFLE9Dyoca/%E5%BB%A3%E5%91%8A%E6%8A%95%E6%94%BEasc%E5%BB%A3%E5%91%8A%E5%8D%B3%E5%B0%87%E8%B5%B0%E5%85%A5%E6%AD%B7%E5%8F%B2meta-%E5%BB%A3%E5%91%8A%E5%BE%8C%E5%8F%B0%E4%BA%8C%E6%9C%88%E5%8D%B3%E5%B0%87%E6%94%B9%E8%AE%8A%E6%9C%AA%E4%BE%86%E8%A1%8C%E9%8A%B7%E6%B4%BB%E5%8B%95-asc%E8%88%87%E4%B8%80%E8%88%AC%E8%87%AA%E8%A8%82%E5%8F%97%E7%9C%BE%E6%B4%BB%E5%8B%95%E5%B0%87%E5%90%88%E4%BD%B5%E4%B8%8D%E5%86%8D%E5%8D%80%E5%88%86-asc-%E6%88%96%E4%B8%80%E8%88%AC%E9%81%B8%E9%A0%85%E7%B3%BB%E7%B5%B1%E6%9C%83%E9%A0%90%E8%A8%AD%E4%BD%BF%E7%94%A8%E6%9C%80%E4%BD%B3%E5%AF%A6%E4%BD%9C%E6%96%B9%E5%BC%8F%E4%B8%8D",
"title": null,
"source": "live_web_search",
"snippet": null,
"username": "mikacat1234",
"post_code": "DGFLE9Dyoca"
},
{
"url": "https://www.threads.net/@metanewsroom/pos
…