Rust and Chill | 2X Monthly | PVE/PVP | TP | Skins için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 149,
"fps_avg": 137,
"entities_count": 192522,
"world_seed": 137338091,
"world_size": 5000,
"steam_id": "90286237354213399",
"domain": null,
"id": 10815641,
"ip": "91.229.114.33",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Chicago",
"description": "\n2x Gather and Loot - Just Chill And Play - Leaderboards - No PTW\r\nPVP/PVE System: PVP Zones are clearly marked on the map and with bubbles. They include - Giant X when activated, Large Oil, Cargoship, Cargo Crash Event, Airfield Event, The Deep Sea and any Timed Crate on the mainland (ones dropped at random monuments by cargo heli.\r\nNo raiding until purge!\r\nJoin our Discord by clicking the external website button below!\r\nPlease read the rules, mod infomation and commands on the welcome screen!\r\nRaidable Bases - Teleportaion -Raid & Loot Protection - Skinbox - Skip Night Vote\r\nVehicle Deployed Locks - Slower Boat Decay - 2X Resource Stacks - Soundbox\r\nBoat Controls - Chest Stacking - Server Rewards - Extra Events - Extended Workbench\r\nBan Appels- Open a ticket on our discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780605216,
"last_online": 1779883219,
"icon": null,
"name": "Rust and Chill | 2X Monthly | PVE/PVP | TP | Skins",
"connect": "91.229.114.33:28015",
"request": "91.229.114.33:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1767109971,
"last_update": 1780605216,
"banned": false,
"wipe": 1778258564,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10201,
"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/10815641");
$data = json_decode($json, true);
var_dump($data);