/v1/search-notes
Search public notes by text
Pruébalo en vivo
10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.
Funciona. Consigue una clave API y úsala en tu proyecto.
Obtener una clave APIFragmentos de código
curl "https://api.oanor.com/misskey-api/v1/search-notes" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/misskey-api/v1/search-notes", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/misskey-api/v1/search-notes");
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/misskey-api/v1/search-notes",
headers={"x-oanor-key": "oanor_test_..."}
)
Respuesta de ejemplo
Una respuesta real de este endpoint, capturada en la última comprobación de estado.
{
"data": {
"count": 10,
"notes": [
{
"cw": null,
"id": "anfe91rjmez306ds",
"url": "https://misskey.io/notes/anfe91rjmez306ds",
"text": ":artificial_intelligence::role_nsfw::warning_male_x_male:\n……ヤりすぎ……戻らなくなったらどうするんだよ……\n#AIart",
"user": {
"host": null,
"name": "ぽえーん☆AIイラスト呪術師",
"username": "poeeeeeeen44672"
},
"files": 3,
"renotes": 0,
"replies": 0,
"reactions": 12,
"created_at": "2026-06-13T04:02:44.143Z",
"visibility": "public"
},
{
"cw": "うちのCodexペットみてみてする",
"id": "anfdy583y2qe07zx",
"url": "https://misskey.io/notes/anfdy583y2qe07zx",
"text": ":artificial_intelligence::mattaku_syota_ha_saikou_daze::blob_yannya:",
"user": {
"host": null,
"name": "かーくん:blobdance2::blob_mu:💥:blobcat_finger_beam::a:",
"username": "ka_kyun"
},
"files": 1,
"renotes": 0,
"replies": 0,
"reactions": 5,
"created_at": "2026-06-13T03:54:15.411Z",
"visibility": "public"
},
{
"cw": null,
"id": "anf9avajnfmi06uw",
"url": "https://misskey.io/notes/anf9avajnfmi06uw",
"text": "Arte Refact、事実上の解散か。あっけなく終わっちまったなぁ。",
"user": {
"host": null,
"name": "篠原\"しの\"瑞希:blobcat_guitar:",
"username": "shino8820"
},
"files": 0,
"renotes": 0,
"replies": 1,
"reactions": 0,
"created_at": "2026-06-13T01:44:10.987Z",
"visibility": "public"
},
{
"cw": null,
"id": "anerpbktdzgz03t6",
"url": "https://misskey.io/notes/anerpbktdzgz03t6",
"text": "art鯖のドライブに残ってた!",
"user": {
"host": null,
"name": "ざらめ:konoato_sugu__ii:",
"username": "zarame_zarame00"
},
"files": 1,
"renotes": 0,
"replies": 0,
"reactions": 6,
"created_at": "2026-06-12T17:31:32.189Z",
"visibility": "home"
},
{
"cw": null,
"id": "anemcgb79lai07ow",
"url": "https://misskey.io/notes/anemcgb79lai07ow",
"text": "arthy_sakuraのmisskey.ioにおける活動報告\n\nノート: 34502(+9)\nフォロー : 183(+0)\nフォロワー : 139(+0)\nレート : 24.27375\n\n以上\n\nhttps://t.psec.dev\n\n#misshaialert",
…