/v1/entries
Link/thread entries
Provalo dal vivo
10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.
Funziona. Prendi una chiave API e usala nel tuo progetto.
Ottieni una chiave APIFrammenti di codice
curl "https://api.oanor.com/mbin-api/v1/entries" \ -H "x-oanor-key: oanor_test_..."
await fetch("https://api.oanor.com/mbin-api/v1/entries", {
headers: { "x-oanor-key": "oanor_test_..." }
});
$ch = curl_init("https://api.oanor.com/mbin-api/v1/entries");
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/mbin-api/v1/entries",
headers={"x-oanor-key": "oanor_test_..."}
)
Risposta di esempio
Una risposta reale di questo endpoint, acquisita dall'ultimo health check.
{
"data": {
"page": 1,
"sort": "hot",
"count": 25,
"entries": [
{
"id": 2803297,
"url": null,
"lang": "en",
"type": "article",
"user": "@[email protected]",
"ap_id": "https://lemmy.ml/post/48489358",
"is_oc": false,
"score": 23,
"title": "Companies should by law have to pay you for each interview round.",
"domain": null,
"comments": 8,
"is_adult": false,
"magazine": "[email protected]",
"downvotes": 1,
"is_pinned": false,
"created_at": "2026-06-09T02:31:24+00:00"
},
{
"id": 2803245,
"url": "https://www.thedailybeast.com/donald-trump-79-storms-off-from-meet-the-press-interview/",
"lang": "en",
"type": "link",
"user": "@[email protected]",
"ap_id": "https://lemmy.today/post/54457605",
"is_oc": false,
"score": 39,
"title": "Trump, 79, Storms Off From Sit-Down After Melting Down at Reporter",
"domain": "thedailybeast.com",
"comments": 12,
"is_adult": false,
"magazine": "[email protected]",
"downvotes": 2,
"is_pinned": false,
"created_at": "2026-06-09T02:06:54+00:00"
},
{
"id": 2803239,
"url": "https://www.nytimes.com/athletic/7343354/2026/06/08/trump-nba-finals-knicks-spurs-game-3/?source=emp_shared_article&unlocked_article_code=1.o1A.sBUI.hZTzejJlvpXi",
"lang": "en",
"type": "link",
"user": "@[email protected]",
"ap_id": "https://slrpnk.net/post/38837009",
"is_oc": false,
"score": 24,
"title": "President Trump roundly booed by New York crowd at NBA Finals Game 3 at MSG",
"domain": "nytimes.com",
"comments": 3,
"is_adult": false,
"magazine": "[email protected]",
"downvotes": 1,
"is_pinned": false,
"created_at": "2026-06-09T02:03:46+00:00"
},
{
"id": 2803238,
"url": "https://www.nytimes.com/athletic/7343354/2026/06/08/trump-nba-finals-knicks-spurs-game-3/?source=emp_shared_article&unlocked_article_code=1.o1A.sBUI.hZTzejJlvpXi",
"lang": "en",
"type": "link",
"user": "@[email protected]",
"ap_id": "https://slrpnk.net/post/38837008",
"is_oc": false,
"score": 36,
"title": "President Trump roundly booed by
…