API für Four Horsemen | No BP Wipe | Monthly | Half Upkeep
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 71,
"fps_avg": 69,
"entities_count": 102864,
"world_seed": 2116633843,
"world_size": 4250,
"steam_id": "90286604065479696",
"domain": null,
"id": 761311,
"ip": "64.40.223.7",
"port": 28026,
"query": 28025,
"color": 0,
"city": "Abilene",
"description": "\nFour Horsemen | No BP Wipe | Monthly | Half Upkeep\r\nServer rules can be found on our discord.\r\nhttps://discord.gg/TEdvqP27An\r\n\r\nNon-Playing Admins/Mods\r\n\r\nLast BP Wipe - Never\r\nNext BP Wipe - Never - Only when forced\r\nMap Wipe - First Thursday 1PM Central of each Month\r\nNoob Friendly\r\nHalf Upkeep\r\n\r\nMinicopters Spawn Near Roads\r\nClans - Teams Plugin\r\n\r\nVisit our store\r\nhttps://four-horsemen.tebex.io",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780598432,
"icon": null,
"name": "Four Horsemen | No BP Wipe | Monthly | Half Upkeep",
"connect": "64.40.223.7:28026",
"request": "64.40.223.7:28025",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680785364,
"last_update": 1780598432,
"banned": false,
"wipe": 1780596079,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2374,
"language": "en",
"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/761311");
$data = json_decode($json, true);
var_dump($data);