API für [EU]FINALRUST.CC #4|VANILLA|SOLO ONLY|NO BP WIPES|WEEKLY
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 106304,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286355578557447",
"domain": null,
"id": 1979368,
"ip": "141.94.96.216",
"port": 29041,
"query": 29042,
"project_id": null,
"color": 0,
"city": "Strasbourg",
"description": "![[EU]FINALRUST.CC #4|VANILLA|SOLO ONLY|NO BP WIPES|WEEKLY](https://banner.finalrust.cc/serverbanner.png)\n> Map size : 4250\r\n> Group limit : Solo only\r\n> NO PAY TO WIN,ONLY PLAY TO WIN\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. NO BP WIPE\r\n> Visit our website FinalRust.cc for more information.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780748014,
"last_online": 1780099822,
"icon": null,
"name": "[EU]FINALRUST.CC #4|VANILLA|SOLO ONLY|NO BP WIPES|WEEKLY",
"connect": "141.94.96.216:29041",
"request": "141.94.96.216:29042",
"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": 1780748014,
"banned": false,
"wipe": 1780049177,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 9748,
"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/1979368");
$data = json_decode($json, true);
var_dump($data);