Vai al contenuto
GET /v1/comments

The comments on a link/thread entry

Provalo dal vivo

10 chiamate gratuite al giorno — senza registrazione, senza chiave API. Passa dal gateway oanor.

Intestazioni personalizzate (facoltative)
api.oanor.com/mbin-api

Funziona. Prendi una chiave API e usala nel tuo progetto.

Ottieni una chiave API

Frammenti di codice

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

Risposta di esempio

Una risposta reale di questo endpoint, acquisita dall'ultimo health check.

{
    "data": {
        "count": 25,
        "comments": [
            {
                "id": 5986941,
                "body": "1080p on such a small screen is pointless, but if you're into that by the price of one Nintendo game you can upgrade your steam deck screen https://www.deckhd.com/\n\n120Hz is not that different from the decks 90Hz screen, although if you chose to do the upgrade above that downgrades you to 60.\n\nMouse mode, not sure what that is, but the deck has the best of it's kind mouse emulation so I think it will be hard for the switch to compete.\n\nPlus I get to keep my games, and whenever the SD2 comes out I'll get to keep my games and not have to buy them again.",
                "lang": "en",
                "user": "@[email protected]",
                "ap_id": "https://lemmy.world/comment/16250503",
                "score": 1,
                "is_adult": false,
                "downvotes": 0,
                "parent_id": null,
                "created_at": "2025-04-05T07:10:04+00:00"
            },
            {
                "id": 5986827,
                "body": "Plus, with the Steamdeck you have more games to play than just Nintendo games or old games you played years ago but have to pay more to play them again on worse hardware.",
                "lang": "en",
                "user": "@[email protected]",
                "ap_id": "https://lemmy.world/comment/16250370",
                "score": 0,
                "is_adult": false,
                "downvotes": 0,
                "parent_id": null,
                "created_at": "2025-04-05T06:59:52+00:00"
            },
            {
                "id": 5973117,
                "body": "This is probably the only time Nintendo has come out of the gate with superior hardware and I actually don't give a shit, why on earth would I want to buy a steam deck that is locked behind corporate control and price gouging?\n\nI don't give a shit how fast the scrreen refreshes or how fancy some of the features, I want a computer that can play games, I don't want a toy that is purposefully broken so I can't use it for things I want to use it for, ESPECIALLY if I drop hundreds and hundreds of dollars on it.\n\nNope.",
                "lang": "en",
                "user": "@[email protected]",
                "ap_id": "https://sopuli.xyz/comment/15765981",
                "score": 20,
                "is_adult": false,
                "downvotes": 0,
                "parent_id": null,
                "created_at": "2025-04-04T14:43:27+00:00"
            },
            {
                "id": 5972125,
                "body": "I dunno what y'all are talking about, the Deck chip (Van Gogh, 7nm, Zen 2 but with Rembrandt-era SoC features, RDNA2) is \"newer\" than the Ampere chip (circa 2020) in the Switch 2.",
                "lang": "en",
                "user": "@[email protected]",
                "ap_id": "https://lemmy.world/comment/16233778",
                "
…