/v1/cast
One cast in full with its reply thread
Essayez-le en direct
10 appels gratuits par jour — sans inscription, sans clé API. Passe par la passerelle oanor.
Ça marche. Récupérez une clé API et utilisez-la dans votre projet.
Obtenez une clé APIExtraits de code
curl "https://api.oanor.com/farcaster-api/v1/cast" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/farcaster-api/v1/cast", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/farcaster-api/v1/cast");
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/farcaster-api/v1/cast",
headers={"x-oanor-key": "oanor_test_..."}
)
Exemple de réponse
Une réponse réelle de ce endpoint, capturée lors du dernier contrôle de santé.
{
"data": {
"url": "https://warpcast.com/dwr/0x5e462315",
"hash": "0x5e462315f1d12a2f8a579656c1455c5793964fac",
"text": null,
"likes": 170,
"author": "dwr",
"source": "Farcaster",
"channel": null,
"recasts": 19,
"replies": 15,
"timestamp": "2026-06-02T00:23:37.000Z",
"reply_thread": [
{
"url": "https://warpcast.com/thibauld/0x5ce69846",
"hash": "0x5ce69846208f82bee3cf596fa1fc7c36f9876132",
"text": "Paris? Versailles?",
"likes": 3,
"author": "thibauld",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-06-03T13:32:51.000Z"
},
{
"url": "https://warpcast.com/sardius/0xfa21a436",
"hash": "0xfa21a436e5f0d2f207cf1c59b18e155e081a5c64",
"text": "damn son where’d you find this",
"likes": 3,
"author": "sardius",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-06-02T00:30:08.000Z"
},
{
"url": "https://warpcast.com/cbeav/0xe30bbf10",
"hash": "0xe30bbf108cef2427d2c938157880dafacb28ed1c",
"text": "don’t be too ashamed to rent the little boat",
"likes": 0,
"author": "cbeav",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-06-02T01:50:54.000Z"
},
{
"url": "https://warpcast.com/thejuice/0xe0a2c1f5",
"hash": "0xe0a2c1f5778a9c8fe5fd66ea002a78ea018383a4",
"text": "I would know El Retiro from anywhere!",
"likes": 3,
"author": "thejuice",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-06-02T13:14:20.000Z"
},
{
"url": "https://warpcast.com/virility/0x89ddbaea",
"hash": "0x89ddbaea3f3a42c2a0a1f38b51f5b90076290bfc",
"text": "dwr spotted in madrid 👀",
"likes": 2,
"author": "virility",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-06-02T03:30:59.000Z"
},
{
"url": "https://warpcast.com/guddie-joe/0x9445cdcb",
"hash": "0x9445cdcbff00bb0ef9f4d9e7a1f6cbd8f33f47f5",
"text": "So lovely vibe laa\nWhere is this place",
"likes": 1,
"author": "guddie-joe",
"channel": null,
"recasts": 0,
"replies": 0,
"timestamp": "2026-06-03T06:04:31.00
…