API für xOpsys | Enhanced Survival | Long-Term | Non-Toxic
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 158,
"fps_avg": 159,
"entities_count": 112274,
"world_seed": 217206979,
"world_size": 4500,
"steam_id": "90286604335550476",
"domain": null,
"id": 10605391,
"ip": "213.202.254.131",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Düsseldorf",
"description": "\nxOpsys - The Future of Games\r\n\r\nAbout:\r\nxOpsys is a gaming community founded in 2019, a community that is based on quality, namely the quality of Rust servers from Romania. We have all noticed that few servers in Romania that are popular are also high quality. Well, we are trying to bring something unique and high quality to Romania.\r\nThe community provides players who will join our community and to the server with a unique and worthwhile experience. We have strong dedicated servers and well-made scripts, which prevent attacks of any kind, as well as lag on the server.\r\n\r\nDescription:\r\nThe server has monthly map wipes on a 4.5k map, featuring ranks, homes, kits, and cases for exciting gameplay. It comes with a balanced economy, backpacks for extra storage, a shop, boosts, karma for fair PvP, battlepass, raid protection and quick building grade upgrades. Progress through our vote and level systems to unlock rewards and enhance your experience.\r\n\r\nLinks:\r\nWebsite: xopsys.ro\r\nVote: vote.xopsys.ro\r\nStore: store.xopsys.ro\r\nDiscord: discord.xopsys.ro",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780600832,
"icon": null,
"name": "xOpsys | Enhanced Survival | Long-Term | Non-Toxic",
"connect": "213.202.254.131:28015",
"request": "213.202.254.131:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763321593,
"last_update": 1780600832,
"banned": false,
"wipe": 1780596799,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3503,
"language": "de",
"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/10605391");
$data = json_decode($json, true);
var_dump($data);