RUSTOLA.com 5x JUST WIPED! | Long | PVP | NPC Events | Kits için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 40,
"fps_avg": 39,
"entities_count": 122789,
"world_seed": 1381777017,
"world_size": 4500,
"steam_id": "90286609136136203",
"domain": null,
"id": 758331,
"ip": "23.229.5.34",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Buffalo",
"description": "\nRUSTOLA.com Welcome to Rustola-5x-Kits-Casual. Kits, Personal Recycler, Personal Minicopter, Offline Raid Protection (disabled until further notice), etc. Just a casual place to hang out and spend some hours. Tryhard need not apply. Heavily customized PVP experience with lots of PVE events and activities. Enjoy a fast start with unlocked BPs and kits. Last Wipe: Jun 04. Next Wipe: Jul 02. Max Group Size: 8. Next Event: Check out RUSTOLA.com for more info!. Check out the Discord Server for more details & command help: http://rustola.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780604659,
"last_online": 1780623024,
"icon": null,
"name": "RUSTOLA.com 5x JUST WIPED! | Long | PVP | NPC Events | Kits",
"connect": "23.229.5.34:28015",
"request": "23.229.5.34:28014",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 10,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1677864733,
"last_update": 1780623024,
"banned": false,
"wipe": 1780598335,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 940,
"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/758331");
$data = json_decode($json, true);
var_dump($data);