API for Raidados.top | 2x | Vanilla+ | Latam/BR | Linux, Win e MacOS

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7467086
json
{
  "response": {
    "fps": 125,
    "fps_avg": 127,
    "world_seed": 1337,
    "world_size": 2800,
    "entities_count": 43832,
    "id": 7467086,
    "ip": "185.173.110.119",
    "port": 28017,
    "query": 28017,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Raidados.top | 2x | Vanilla+ | Latam/BR | Linux, Win e MacOS](https://i.imgur.com/83Ry99F.png)\nBem vindo ao Raidados 2x\r\n\r\nServidor de Rust LATAM para TODAS as plataformas\r\n\r\n→ Materiais e Componentes 2x melhorado\r\n→ Dias mais longos e noites curtas\r\n→ Mapa customizado para você\r\n→ Máximo de 6 jogadores por time\r\n→ Wipe Mapa: Quintas às 15h (Brasilia)\r\n→ Wipe BP: 1ª Quinta do Mês (update)\r\n\r\nNosso discord: discord.gg/gCcTAuKtk7\r\n\r\n→ Proibido cheats/scripts, abuso de bugs, contas banidas por EAC/FP\r\n→ Baixo ping, anti-cheat compatível com Linux, suporte técnico dedicado.\r\n→ Admin presente e que não joga",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1742498304,
    "score": 0,
    "last_online": 1743699670,
    "icon": null,
    "name": "Raidados.top | 2x | Vanilla+ | Latam/BR | Linux, Win e MacOS",
    "connect": "185.173.110.119:28015",
    "request": "185.173.110.119:28017",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2583",
    "numplayers": 2,
    "maxplayers": 60,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234739,
    "last_update": 1743699670,
    "banned": false,
    "wipe": 1743098515,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7467086");
$data = json_decode($json, true);
var_dump($data);