/v1/search
Search Minds posts by keyword
Probeer het live
10 gratis calls per dag — geen registratie, geen API-key. Loopt via de oanor-gateway.
Het werkt. Haal een API-key op en gebruik hem in je project.
Verkrijg een API-sleutelCodefragmenten
curl "https://api.oanor.com/minds-api/v1/search" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/minds-api/v1/search", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/minds-api/v1/search");
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/minds-api/v1/search",
headers={"x-oanor-key": "oanor_test_..."}
)
Voorbeeldrespons
Een echte respons van dit endpoint, vastgelegd bij de laatste health check.
{
"data": {
"sort": "latest",
"count": 12,
"query": "bitcoin",
"source": "Minds",
"results": [
{
"url": "https://www.minds.com/newsfeed/1912524761032822784",
"guid": "1912524761032822784",
"owner": "cryptomaniaclothing",
"title": null,
"message": "Crypto-inspired apparel for Bitcoin, Ethereum & Web3 holders. 1,400+ original designs — hoodies, tees, caps, mugs and more. Ships worldwide. #Bitcoin #Crypto #Web3 #Ethereum https://cryptomaniaclothing.com",
"reminds": 0,
"comments": 0,
"thumbs_up": 0,
"created_at": "2026-06-13T13:30:36.000Z",
"thumbs_down": 0
},
{
"url": "https://www.minds.com/newsfeed/1912491670356627456",
"guid": "1912491670356627456",
"owner": "crypto24huk",
"title": "Crypto ETF Investments Continue Breaking Records",
"message": "\nOne major reason behind this market rally is the sharp increase in crypto ETF investments.\n\nVisit here : https://cryptodatabusiness.com/\n\nRecent reports show more than $532 million entering crypto ETF products within only a few days. Institutional investors are increasingly viewing digital assets as long-term investments instead of short-term trading opportunities.\n\nKey developments include:\n\nBitcoin ETF assets crossing $100 billion.\n\nEthereum ETF inflows rising above expectations.\n\nGlobal financial institutions expanding crypto exposure.\n\nThis trend is strengthening investor confidence and pushing the market higher.\n",
"reminds": 0,
"comments": 0,
"thumbs_up": 0,
"created_at": "2026-06-13T11:19:06.000Z",
"thumbs_down": 0
},
{
"url": "https://www.minds.com/newsfeed/1912460332517826560",
"guid": "1912460332517826560",
"owner": "[email protected]",
"title": null,
"message": "Ex-Krypto-König Bankman-Fried scheitert mit Berufungsantrag\n\nEinst als Finanzgenie gefeiert, scheitert Ex-Krypto-König Sam Bankman-Fried mit seinem Einspruch gegen die Betrugsverurteilung vor Gericht.\n\nhttps://www.heise.de/news/Ex-Krypto-Koenig-Bankman-Fried-scheitert-mit-Berufungsantrag-11331185.html?wt_mc=sm.red.ho.mastodon.mastodon.md_beitraege.md_beitraege&utm_source=mastodon\n\n#Kriminalität #Bitcoin #Insolvenz #Urteil #Wirtschaft #news",
"reminds": 0,
"comments": 0,
"thumbs_up": 0,
"created_at": "2026-06-13T09:14:32.000Z",
"thumbs_down": 0
},
{
"url": "https://www.minds.com/newsfeed/1912455241400324096",
"guid": "1912455241400324096",
"owner": "aryastark4t9",
…