[EU] WRATH 2x MONTHLY MAIN | 50% UPKEEP | No BP Wipe için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 67355,
"world_seed": 1351570275,
"world_size": 3500,
"steam_id": "90286581892663297",
"domain": null,
"id": 11158365,
"ip": "176.9.63.179",
"port": 28030,
"query": 28031,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] WRATH 2x MONTHLY MAIN | 50% UPKEEP | No BP Wipe](https://i.postimg.cc/vmGzLft1/Gemini-Generated-Image-vl83sqvl83sqvl83.png)\n||Welcome To WRATH 2X||\r\n\r\nWipe 1st Thursday of the month at 2PM EST\r\nNo BP wipe\r\n\r\nFully skinned Loot table straight out of the crates!\r\nSunken Treasure Event\r\n2x No junk loot\r\nSulfur 1.5x\r\n50% Upkeep\r\nHeli and Rhib spawn\r\nQuicksmelt\r\nFaster recycler\r\nRecyclers/Repair/Research table at fishing, ranch, oilrig,cargoship and dome\r\nShorter Nights - 5 Minutes \r\n\r\n||RULES||\r\nNo VAC or Steam game bans within 120 days\r\nNo more than 3 total bans\r\nNo racism\r\nJoin our discord for more information!\r\ndiscord.gg/VYDqW4JmFS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780602206,
"last_online": 1780560028,
"icon": null,
"name": "[EU] WRATH 2x MONTHLY MAIN | 50% UPKEEP | No BP Wipe",
"connect": "176.9.63.179:28030",
"request": "176.9.63.179:28031",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772228108,
"last_update": 1780602206,
"banned": false,
"wipe": 1778177115,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10318,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11158365");
$data = json_decode($json, true);
var_dump($data);