API for CORRODE RUST | 2X Solo/Duo | Just wiped 28 / 3

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/7468683
json
{
  "response": {
    "fps": 137,
    "fps_avg": 142,
    "world_seed": 744813958,
    "world_size": 3500,
    "entities_count": 55339,
    "id": 7468683,
    "ip": "65.108.196.45",
    "port": 60413,
    "query": 60413,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![CORRODE RUST | 2X Solo/Duo | Just wiped 28 / 3](https://www.dropbox.com/scl/fi/gece2l62uosqskwin1ok8/Rust_server_logo_1024x512.jpg?rlkey=6xmoglkkoedrnk85oyqn33hrd&st=wie4nqoy&dl=1)\nWELCOME TO CORRODE - 2x DUO! \r\n \r\n On our servers we provide the best Rust Experience! \r\n Modded to perfection, we strive to be the best 2x servers on Rust! \r\n \r\n WIPE SCHEDULE: \r\n - Map wipes every Friday 4PM CET \r\n - BPs wipe Biweekly \r\n \r\n Features: \r\n - 2x Gather Rates, Scrap and components \r\n - 2x speed on Crafting and Recycling \r\n - 2x Stack Sizes \r\n - Recyclers at Dome and all safe zones \r\n - Airwolf, Extended Outpost aswell as drones in all safezones \r\n - Extended workbenches \r\n - Storage on minicopters and scraphelis \r\n - Farmable vehicles on roads \r\n - Hemp never die out \r\n - Rank system with a chance of winning rewards \r\n - Balanced light kits \r\n - High Performance servers with custom Anti Cheat \r\n - Active non-playing staff \r\n \r\n Check out our Discord! https://discord.gg/V8aJHpeDgr \r\n For VIP Package check out our website! https://corroderust.tebex.io/ \r\n \r\n Thank you for playing Corrode Rust! \r\n Sincerely, Corrode Staff",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743406017,
    "score": 0,
    "last_online": 1743529851,
    "icon": null,
    "name": "CORRODE RUST | 2X Solo/Duo | Just wiped 28 / 3",
    "connect": "65.108.196.45:60411",
    "request": "65.108.196.45:60413",
    "map": "Wipe in: 2d 20h",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234852,
    "last_update": 1743529851,
    "banned": false,
    "wipe": 1743174343,
    "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/7468683");
$data = json_decode($json, true);
var_dump($data);