Rust
API für R2 - Aim training / Matchmaking / Facechecks - EU Main
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10699057json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 6967,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90284799568826398",
"domain": null,
"id": 10699057,
"ip": "85.209.231.118",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Vilnius",
"description": "\nWe have the following modes:\r\n - Matchmaking\r\n - FaceChecks\r\n - Aim Bots\r\n - Aim Flow\r\n - GunGame\r\n - FFA: Small/Large/Primitive\r\n \r\nAnd events:\r\n - LastLife\r\n - PCR (Private Clan Roams)\r\n \r\nServer location: Lithuania, Vilnius\r\nDiscord link: discord.gg/r2aim\r\nWebsite and VIP's: r2rust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776567800,
"score": 0,
"last_online": 1776855014,
"icon": null,
"name": "R2 - Aim training / Matchmaking / Facechecks - EU Main",
"connect": "85.209.231.118:28015",
"request": "85.209.231.118:28016",
"map": "discord.gg/r2aim",
"gamemode": "Survival",
"version": "2623",
"numplayers": 74,
"maxplayers": 300,
"bots": 0,
"secured": true,
"private": false,
"country": "LT",
"status": true,
"votes": 0,
"points": 72,
"add_date": 1765122679,
"last_update": 1776855014,
"banned": false,
"wipe": 1775233150,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 506,
"language": "lt",
"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/10699057");
$data = json_decode($json, true);
var_dump($data);