API for CORRODE RUST | 2X MAIN | 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/7468663
json
{
  "response": {
    "fps": 151,
    "fps_avg": 157,
    "world_seed": 567281166,
    "world_size": 3500,
    "entities_count": 54393,
    "id": 7468663,
    "ip": "65.108.196.45",
    "port": 60409,
    "query": 60409,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![CORRODE RUST | 2X MAIN | 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 PRIMITIVE MAIN! \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 Max team 8 \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": 1743174431,
    "score": 0,
    "last_online": 1743526257,
    "icon": null,
    "name": "CORRODE RUST | 2X MAIN | Just wiped 28 / 3",
    "connect": "65.108.196.45:60407",
    "request": "65.108.196.45:60409",
    "map": "Wipe in: 2d 21h",
    "gamemode": "Survival",
    "version": "2583",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234851,
    "last_update": 1743526257,
    "banned": false,
    "wipe": 1743174408,
    "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/7468663");
$data = json_decode($json, true);
var_dump($data);