API for [BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust

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. Contact us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10534699
json
{
  "response": {
    "fps": 41,
    "fps_avg": 43,
    "entities_count": 104718,
    "world_seed": 1337,
    "world_size": 3900,
    "steam_id": "90284199923477535",
    "domain": null,
    "id": 10534699,
    "ip": "143.14.179.90",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Cotia",
    "description": "![[BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust](https://i.imgur.com/hO7JOJJ.png)\nBem vindos ao TERRA HOSTIL\r\n\r\n✓ Max Trio\r\n✓ Map Size: 3900\r\n✓ Upkeep/Decay 50%\r\n✓ Outpost, Bandit Camp e Barn mesclados\r\n✓ Wipe mapa a cada 7 dias e BP somente no Force.\r\n✓ Proibido aliança, trapaças e qualquer tipo de ofensas.\r\n\r\nDiscord oficial do servidor no botão azul abaixo",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775807521,
    "score": 5,
    "last_online": 1775878810,
    "icon": null,
    "name": "[BR/LATAM] TERRA HOSTIL | SOLO/ DUO/ TRIO | Original Rust",
    "connect": "143.14.179.90:28015",
    "request": "143.14.179.90:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 191,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 105,
    "add_date": 1762518707,
    "last_update": 1775878810,
    "banned": false,
    "wipe": 1775856526,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 127,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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