Ir al contenido
GET /v1/news

Latest news and announcements for a game

Pruébalo en vivo

10 llamadas gratis al día — sin registro, sin clave API. Pasa por el gateway de oanor.

Encabezados personalizados (opcional)
api.oanor.com/protondb-api

Funciona. Consigue una clave API y úsala en tu proyecto.

Obtener una clave API

Fragmentos de código

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

Respuesta de ejemplo

Una respuesta real de este endpoint, capturada en la última comprobación de estado.

{
    "data": {
        "name": null,
        "news": [
            {
                "url": "https://steamstore-a.akamaihd.net/news/externalpost/Gamemag.ru/1834602721191360",
                "date": "2026-06-05T01:34:00.000Z",
                "feed": "Gamemag.ru",
                "title": "Официально: Полная версия ELDEN RING нагрянет на Nintendo Switch 2 в августе — игроки с других платформ смогут докупить новый контент",
                "author": "Deacon",
                "summary": "FromSoftware объявила дату выхода Elden Ring: Tarnished Edition для Nintendo Switch 2 . Самая полная версия знаменитой RPG поступит в продажу 28 августа 2026 года ."
            },
            {
                "url": "https://steamstore-a.akamaihd.net/news/externalpost/Gamemag.ru/1833968530894248",
                "date": "2026-05-30T20:05:00.000Z",
                "feed": "Gamemag.ru",
                "title": "Дизайнер Tomb Raider: Legacy of Atlantis рассказал, чему все разработчики могут научиться у FromSoftware",
                "author": "Семен Страндов",
                "summary": "Геймдизайнер Tomb Raider: Legacy of Atlantis Марцин Матушчик высказался в пользу более внимательной и продуманной реализации боевой системы и сражений с боссами в современных играх."
            },
            {
                "url": "https://steamstore-a.akamaihd.net/news/externalpost/steam_community_announcements/1832700592786543",
                "date": "2026-05-13T14:20:38.000Z",
                "feed": "Community Announcements",
                "title": "ELDEN RING - RAGING WOLF 1/6 SCALE STATUE",
                "author": "[BNE] *****",
                "summary": "Who is the Raging Wolf? Among the first Tarnished to join the Roundtable Hold was Vargram, a warrior of great skill and ferocity. He acquired the title of the Raging Wolf from the white wolf pelt that flowed from his helm. Vargram sought to become the shadow of one of the Empyreans and built his strength relentlessly as he traveled through fallow Limgrave to the golden city of Leyndell. And yet in"
            },
            {
                "url": "https://steamstore-a.akamaihd.net/news/externalpost/Rock, Paper, Shotgun/1832065502812069",
                "date": "2026-05-07T10:54:14.000Z",
                "feed": "Rock, Paper, Shotgun",
                "title": "Morrowind in Elden Ring mod is now \"mostly playable\", despite the fact its creator's \"entire existence has been consumed with interpreting gibberish code\"",
                "author": null,
                "summary": "Regular RPS readers might remember me writing a couple of times last year about a modder kicking off an attempt at porting Morrowind into Elden Ring . Their early progress looked promising, if living under the cloud of several complex things the group would have to figure out in some form to get it working. After about half a year of major updateless silence, modder InfernoPlus has emerged from th"
            },
            {
        
…