API für Vynx Servers | EU | Vanilla | Grand Opening
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 240,
"fps_avg": 239,
"entities_count": 63590,
"world_seed": 1256010254,
"world_size": 3500,
"steam_id": "90286594833167373",
"domain": null,
"id": 11731521,
"ip": "51.195.94.147",
"port": 1050,
"query": 1053,
"color": 0,
"city": "Limburg an der Lahn",
"description": "\nWelcome to Vynx Servers\r\n Pure Vanilla Rust Experience \r\n No Kits • No Teleport • No Pay2Win \r\n Official-Style Gameplay \r\n Active Staff Team \r\n Strong Anti-Cheat Protection \r\n Monthly Wipes \r\n Build • Survive • Raid • Dominate \r\n Join now and start your journey. \r\n Discord: https://discord.gg/xcStz6RDmU",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780583672,
"last_online": 1780581044,
"icon": null,
"name": "Vynx Servers | EU | Vanilla | Grand Opening",
"connect": "51.195.94.147:1050",
"request": "51.195.94.147:1053",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780411261,
"last_update": 1780583672,
"banned": false,
"wipe": 1780579645,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10234,
"language": "de",
"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/11731521");
$data = json_decode($json, true);
var_dump($data);