API pentru [EU] Battle royale
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 58,
"fps_avg": 58,
"entities_count": 110866,
"world_seed": 1337,
"world_size": 4300,
"steam_id": "90286390076863507",
"domain": null,
"id": 11644948,
"ip": "66.51.97.60",
"port": 28040,
"query": 28041,
"color": 0,
"city": "City of London",
"description": "![[EU] Battle royale](https://img.freepik.com/premium-photo/fabulous-fantasy-character-rat-art-illustration_250484-1519.jpg)\n.[Hosted By Punisher].\r\n - 24/7 Support\r\n - Basic Plugins-Removertool-backpack.\r\n - Gather x2-Stacksize x10\r\n - Powerful Systems\r\n - 50% upkeep",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177440,
"last_online": 1780260634,
"icon": null,
"name": "[EU] Battle royale",
"connect": "66.51.97.60:28040",
"request": "66.51.97.60:28041",
"map": "Map of Denmark",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177440,
"last_update": 1780260634,
"banned": false,
"wipe": 1780121139,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5924,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11644948");
$data = json_decode($json, true);
var_dump($data);