API für [FR][EU] RUST-FATALITY | SOLO/DUO/TRIO/QUAD | PVP | FULLWIPED
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 84,
"fps_avg": 82,
"entities_count": 69610,
"world_seed": 550496754,
"world_size": 3500,
"steam_id": "90286587973776390",
"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 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 https://discord.gg/PGVkKn43 \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 The 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 https://discord.gg/PGVkKn43\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": 1780563267,
"last_online": 1780582833,
"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": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1779353837,
"last_update": 1780582833,
"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": 1979,
"language": "fr",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11511030");
$data = json_decode($json, true);
var_dump($data);