Rust
API for [FR/QC/EU] LAST SURVIVOR PVP/RAID/EVENT / X3/SOLO/DUO/TRIO
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11435497json
{
"response": {
"fps": 215,
"fps_avg": 213,
"entities_count": 56956,
"world_seed": 1,
"world_size": 2500,
"steam_id": "90284699894160396",
"domain": null,
"id": 11435497,
"ip": "54.38.80.18",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "![[FR/QC/EU] LAST SURVIVOR PVP/RAID/EVENT / X3/SOLO/DUO/TRIO](https://cdn3.mapstr.gg/3ab5a9774f6b8d871b6d8edbaec63a6e.png)\nServeur Raid / PvP Solo/duo/trio/ \r\n immersion Total Dans Un Modé pvp x3 \r\n Si Tu Veux Rejoindre La Communauté Last Survivor \r\n https://discord.gg/yWNKsYXu \r\n Developpement Constant !! \r\n Un Serveur Crée Par Nous Pour Vous !/n 100% Traduit en FR",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776571400,
"score": 0,
"last_online": 1776825625,
"icon": null,
"name": "[FR/QC/EU] LAST SURVIVOR PVP/RAID/EVENT / X3/SOLO/DUO/TRIO",
"connect": "54.38.80.18:28015",
"request": "54.38.80.18:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977191,
"last_update": 1776825625,
"banned": false,
"wipe": 1776088583,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5248,
"language": "fr",
"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/11435497");
$data = json_decode($json, true);
var_dump($data);