Bestrust Solo/Duo/Trio #8 - Weekly | JUST FULLWIPED 04.06 06/04 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 32306,
"world_seed": 1337,
"world_size": 2499,
"steam_id": "90286603515646977",
"domain": null,
"id": 11606914,
"ip": "141.11.117.155",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Amsterdam",
"description": "\nWelcome to Bestrust Solo/Duo/Trio #8 - Weekly!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWe have been providing the best Rust experience since 2018!\n\nVIP - Skip Queue is only 4€, check out our store, click on 'View Webpage' button below\nStore: https://store.bestrustservers.com/\n\nWipe Schedule:\n• Fullwipes Every Wednesday at 14:45 CEST\n- Last Wipe: 04.06 19:45 CEST Type: Full Wipe\n- Next Wipe: 10.06 14:45 CEST Type: Full Wipe\n\nFeatures:\n- Max Group Size: 3\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779915488,
"last_online": 1780596037,
"icon": null,
"name": "Bestrust Solo/Duo/Trio #8 - Weekly | JUST FULLWIPED 04.06 06/04",
"connect": "141.11.117.155:28015",
"request": "141.11.117.155:28017",
"map": "Wiped 22 minutes ago",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915488,
"last_update": 1780596037,
"banned": false,
"wipe": 1780594688,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1588,
"language": "nl",
"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/11606914");
$data = json_decode($json, true);
var_dump($data);