API für [EU]FINALRUST.CC #2|VANILLA|NO BP WIPES|BIWEEKLY
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 110273,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286355578554375",
"domain": null,
"id": 1979365,
"ip": "141.94.96.216",
"port": 29021,
"query": 29022,
"color": 0,
"city": "Strasbourg",
"description": "![[EU]FINALRUST.CC #2|VANILLA|NO BP WIPES|BIWEEKLY](https://banner.finalrust.cc/serverbanner.png)\n> Map size : 4250\r\n> NO PAY TO WIN,ONLY PLAY TO WIN\r\n> Group limit : N/A\r\n> No VAC or gamebans under 120 days.\r\n> Max VAC bans : 1 ; Max Game bans : 1\r\n> Next map wipe : June 5 UTC.\r\n> Permanent BPs.\r\n> Visit our website FinalRust.cc for more information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780599216,
"last_online": 1780099822,
"icon": null,
"name": "[EU]FINALRUST.CC #2|VANILLA|NO BP WIPES|BIWEEKLY",
"connect": "141.94.96.216:29021",
"request": "141.94.96.216:29022",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1701085870,
"last_update": 1780599216,
"banned": false,
"wipe": 1780049169,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9546,
"language": "fr",
"parked": false,
"app": {
"id": 12,
"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/1979365");
$data = json_decode($json, true);
var_dump($data);