[NL/UK] The Unforgiven X5 [Raidable Bases - Convoy - airfield için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 130,
"fps_avg": 129,
"entities_count": 124533,
"world_seed": 2147483647,
"world_size": 4500,
"steam_id": "90286343236215827",
"domain": null,
"id": 11501757,
"ip": "51.195.231.205",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Rochester",
"description": "![[NL/UK] The Unforgiven X5 [Raidable Bases - Convoy - airfield ](https://scontent-amt2-1.xx.fbcdn.net/v/t1.18169-9/18767668_434163576954269_9065395225438062122_n.jpg?stp=cp0_dst-jpg_e15_p320x320_q65&_nc_cat=102&ccb=1-5&_nc_sid=85a577&_nc_ohc=Tufl-kUr7dIAX_blYmf&_nc_ht=scontent-amt2-1.xx&oh=00_AT8hh6BMMqbGfqf4zJ_Nu9hxADjqRFqcs2t-rTJ-ZgltTA&oe=6251F751)\nModded server with level 1 bp unlocked for all and the following plugins\r\n lowered upkeep \r\n Raidable Bases \r\n Convoy \r\n airfield event \r\n Harborevent \r\n stackmanager for bigger tc stacks \r\n Betterloot \r\n auto lights without the use off low grade\r\n No vehicle collision damage \r\n Build Grades /up1-4 \r\n BGrade /Bgrade 1-4 \r\n cargo plane crash random loot drops on the map \r\n Preferred enviroment lets you adjust day and night time",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779944625,
"last_online": 1780571434,
"icon": null,
"name": "[NL/UK] The Unforgiven X5 [Raidable Bases - Convoy - airfield",
"connect": "51.195.231.205:28080",
"request": "51.195.231.205:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2616",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207180,
"last_update": 1780571434,
"banned": false,
"wipe": 1765829419,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4797,
"language": "en",
"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/11501757");
$data = json_decode($json, true);
var_dump($data);