Rust
API for CORRODE RUST | 2X MAIN | JUST FULLWIPED!
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10978368json
{
"response": {
"fps": 187,
"fps_avg": 183,
"entities_count": 65269,
"world_seed": 345957972,
"world_size": 3500,
"steam_id": "90284796784761874",
"domain": null,
"id": 10978368,
"ip": "94.130.207.220",
"port": 60408,
"query": 60410,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to Corrode Rust - 2x MAIN! \r\n With the fastest hardware, handpicked maps and modded to perfection, \r\n we represent the modern Rust as its supposed to be! \r\n NO P2W, NO over the top Plugins and English only in chat! \r\n \r\n Wipe Schedule - Friday @ 4pm CET \r\n Biweekly BP wipes \r\n \r\n Team limit: 8 \r\n \r\n Features:\r\n • 2x gather rates, scrap and components \r\n • 2x crafting- and recycling speed \r\n • 2x stack sizes \r\n • 50% TC upkeep \r\n • Recyclers at additional monuments \r\n • Airwolf, Extended outpost as well as drones in all safezones \r\n • Extended workbench range \r\n \r\n Corrode specials: \r\n • Storage on minicopters and scrap helis \r\n • Farmable vehicles on roads \r\n • Crops never spoil \r\n • Unlimited outpost-bandit shop capacity \r\n • In-game advanced leaderboard \r\n • Chatbot answering FAQ in chat \r\n • Custom Corrode Anti Cheat Software \r\n \r\n Make sure to checkout our website and join our Discord: \r\n \r\n corroderust.com \r\n corroderust.com/discord \r\n \r\n \r\n Thank you for choosing Corrode Rust! \r\n \r\n [RS-4dc30d65]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776830599,
"score": 0,
"last_online": 1776859223,
"icon": null,
"name": "CORRODE RUST | 2X MAIN | JUST FULLWIPED!",
"connect": "94.130.207.220:60408",
"request": "94.130.207.220:60410",
"map": "Wipe in: 2d 2h",
"gamemode": "Survival",
"version": "2623",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769900962,
"last_update": 1776859223,
"banned": false,
"wipe": 1776435278,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4447,
"language": "de",
"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/10978368");
$data = json_decode($json, true);
var_dump($data);