Wolf Pack | 50x PvP | Custom Plugins | Bi-Weekly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 172,
"fps_avg": 164,
"entities_count": 98824,
"world_seed": 1,
"world_size": 4000,
"steam_id": "90286575256774666",
"domain": null,
"id": 11644955,
"ip": "65.21.20.228",
"port": 28019,
"query": 28020,
"color": 0,
"city": "Helsinki",
"description": "====Custom Rust Experience====\r\n - Custom Supply Drops\r\n - TC Repair System\r\n - Building Skins\r\n - Kits, TP, Homes & Backpacks\r\n - Bounties & Rewards\r\n - Bi-Weekly Wipes\r\n - Discord: https://discord.gg/qrTpPAFRpm",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780389265,
"last_online": 1780575033,
"icon": null,
"name": "Wolf Pack | 50x PvP | Custom Plugins | Bi-Weekly",
"connect": "65.21.20.228:28019",
"request": "65.21.20.228:28020",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177440,
"last_update": 1780575033,
"banned": false,
"wipe": 1779641454,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5760,
"language": "fi",
"parked": false,
"app": {
"id": 252490,
"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/11644955");
$data = json_decode($json, true);
var_dump($data);