Zum Inhalt springen
GET /v1/casts

A user's recent casts

Live testen

10 freie Calls pro Tag — keine Anmeldung, kein API-Key. Geht durchs oanor-Gateway.

Eigene Header (optional)
api.oanor.com/farcaster-api

Funktioniert. Hol dir einen API-Key und nutze sie in deinem Projekt.

API-Key holen

Code-Snippets

curl "https://api.oanor.com/farcaster-api/v1/casts" \
  -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/farcaster-api/v1/casts", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/farcaster-api/v1/casts");
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/casts",
    headers={"x-oanor-key": "oanor_test_..."}
)

Beispiel-Response

Echte Antwort dieses Endpoints, erfasst beim letzten Health-Check.

{
    "data": {
        "fid": 3,
        "casts": [
            {
                "url": "https://warpcast.com/dwr/0x5e462315",
                "hash": "0x5e462315f1d12a2f8a579656c1455c5793964fac",
                "text": null,
                "likes": 176,
                "author": "dwr",
                "channel": null,
                "recasts": 15,
                "replies": 15,
                "timestamp": "2026-06-02T00:23:37.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0xd91e39f1",
                "hash": "0xd91e39f1f09babe39ae5755eb876d54d20bc0cef",
                "text": null,
                "likes": 248,
                "author": "dwr",
                "channel": null,
                "recasts": 23,
                "replies": 20,
                "timestamp": "2026-05-15T23:20:40.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0xd04b5fa7",
                "hash": "0xd04b5fa7b7e345b91aa950b98ff130ab75f1a2be",
                "text": null,
                "likes": 171,
                "author": "dwr",
                "channel": null,
                "recasts": 10,
                "replies": 11,
                "timestamp": "2026-05-14T01:54:04.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0xcec60a65",
                "hash": "0xcec60a658b4e0329256820dcbd416440fa9bde13",
                "text": null,
                "likes": 282,
                "author": "dwr",
                "channel": null,
                "recasts": 21,
                "replies": 24,
                "timestamp": "2026-05-12T16:51:42.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0xd658bb46",
                "hash": "0xd658bb462c7c1781db1cb65beaef891563ce6c0c",
                "text": "Bain*",
                "likes": 2,
                "author": "dwr",
                "channel": null,
                "recasts": 0,
                "replies": 0,
                "timestamp": "2026-05-06T02:40:15.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0xf7c1ab29",
                "hash": "0xf7c1ab298cdaaaf2497ab0320b509d57e879a56e",
                "text": "Smart",
                "likes": 62,
                "author": "dwr",
                "channel": null,
                "recasts": 5,
                "replies": 4,
                "timestamp": "2026-05-04T21:59:04.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0xb305a5f8",
                "hash": "0xb305a5f81039d7baf0158a27935667742a9582d8",
                "text": null,
                "likes": 153,
                "author": "dwr",
                "channel": null,
                "recasts": 7,
                "replies": 15,
                "timestamp": "2026-05-04T21:54:38.000Z"
            },
            {
                "url": "https://warpcast.com/dwr/0x5cc540d0",
                "hash": "0x5cc540d0013
…