API für The Revenant Reborn
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 98,
"fps_avg": 96,
"entities_count": 108720,
"world_seed": 180248564,
"world_size": 4400,
"steam_id": "90286589734288399",
"domain": null,
"id": 8597530,
"ip": "38.92.167.13",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Bozeman",
"description": "\nNow with Rust+ app support!\r\n- US West, in the Rocky Mountains\r\n- Wiped May 7th, next wipe June 4th\r\n- Lightly modded, improved quality of life stuff\r\n- Death Notes, HUNT RPG, Backpacks, TP Home\r\n- Sign Artist, Increased Day Time, bigger stacks\r\n- Join our Discord at talk.wanderingoutwest.com\r\n- Trouble? Contact admins at [email protected]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780567467,
"last_online": 1780575634,
"icon": null,
"name": "The Revenant Reborn",
"connect": "38.92.167.13:28015",
"request": "38.92.167.13:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1744897980,
"last_update": 1780575634,
"banned": false,
"wipe": 1778205545,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3174,
"language": "en",
"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/8597530");
$data = json_decode($json, true);
var_dump($data);