[FR][EU] RUST-FATALITY | SOLO/DUO/TRIO/QUAD | PVP | FULLWIPED 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"steam_id": "90286585613540358",
"domain": null,
"id": 11511030,
"ip": "86.75.115.231",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Soissons",
"description": "![[FR][EU] RUST-FATALITY | SOLO/DUO/TRIO/QUAD | PVP | FULLWIPED](http://francehardgamers.online.fr/rust.png)\n\r\n Bienvenue sur Le Serveur RUST-FATALITY\r\n\r\n Serveur Francophone de la France-hardgamers\r\n\r\n Débutants comme confirmés sont les bienvenues\r\n\r\n Notre Discord connection sur le site http://francehardgamers.online.fr \r\n\r\n Merci de lire les règles \r\n\r\n Taille de la map 3500\r\n\r\n 4 membres maximum par team \r\n\r\n Aucune alliance autorisée\r\n\r\n Visu connection déconnection player , player tué, airdrop , hélicopter\r\n\r\n Des events seront organisés\r\n\r\n Venez nombreux !!!\r\n\r\n EN\r\n\r\n Welcome to RUST-FATALITY Server\r\n\r\n French-speaking server from France-hardgamers\r\n\r\n Beginners and advanced are welcome\r\n\r\n Our Discord http://francehardgamers.online.fr\r\n\r\n Map size 3500\r\n\r\n 4 members maximum per team\r\n\r\n No alliance allowed\r\n\r\n Come many !!!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780562665,
"last_online": 1780562005,
"icon": null,
"name": "[FR][EU] RUST-FATALITY | SOLO/DUO/TRIO/QUAD | PVP | FULLWIPED",
"connect": "86.75.115.231:28015",
"request": "86.75.115.231:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 60,
"add_date": 1779353837,
"last_update": 1780562665,
"banned": false,
"wipe": 1780410291,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6188,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}代码示例
php
<?php
$json = file_get_contents("https://api.gamemonitoring.cn/servers/11511030");
$data = json_decode($json, true);
var_dump($data);