Rust
【ICEFUSE】EU BATTLEFIELD x1000000000|MYMINI|TP|KITS|PVP|FPS için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/217270json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 84527,
"steam_id": "90284359247709210",
"domain": null,
"id": 217270,
"ip": "208.103.169.213",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\n⦿ INSTANT PVP ⦿ INSTANT BUILDING ⦿\r\n \r\n▼WHY PLAY HERE?▼\r\n- Free Skinbox, Sign Artist, Symmetry, Kits, BGrade & /my commands For Everyone\r\n- Custom High Performance Addons Created With User Experience As The #1 Priority\r\n- Vehicles Spawn Full Health + Full Parts\r\n- Loadouts\r\n- Custom Events - Clans - Kits - Homes - TP - Bounties - Remove\r\n \r\n▼WIPE SCHEDULE▼\r\n ★ Tuesday — 3:00 PM GMT\r\n ★ Friday — 1:00 PM GMT\r\n \r\n★ discord.gg/icefuse ★ store.icefuse.com ★",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775778122,
"score": null,
"last_online": 1776427217,
"icon": null,
"name": "【ICEFUSE】EU BATTLEFIELD x1000000000|MYMINI|TP|KITS|PVP|FPS",
"connect": "208.103.169.213:28010",
"request": "208.103.169.213:28015",
"map": "Wiped 2 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 14,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1582969547,
"last_update": 1776427217,
"banned": false,
"wipe": 1776175287,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 820,
"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/217270");
$data = json_decode($json, true);
var_dump($data);