Rust
API pentru |EU|SoftBreeze|2X|Solo/Duo/Trio|Monthly|48h Raid Protection
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10978825json
{
"response": {
"fps": 191,
"fps_avg": 191,
"entities_count": 125322,
"world_seed": 316277684,
"world_size": 4500,
"steam_id": "90284793622161409",
"domain": null,
"id": 10978825,
"ip": "65.108.237.33",
"port": 60441,
"query": 60443,
"color": 0,
"city": "Helsinki",
"description": "\nWelcome to SoftBreeze – The Ultimate Rust Experience!\r\n \r\n Blazing-Fast Performance – No Lag, High FPS!\r\n \r\n Server Rules:\r\n No hacking – Strictly enforced\r\n Solo,Duo & Trio only – No larger groups\r\n No VPN connections – Any detected use will result in a ban\r\n \r\n Mods & Features:\r\n 50% upkeep – Build bigger, last longer\r\n Minicopters spawn on roads\r\n Deathnote – Stay informed on every kill\r\n \r\n Useful Commands:\r\n /pop – Check online player count\r\n /buymini – Instantly purchase a minicopter\r\n /bs share (username) – Blueprint sharing with a friend\r\n \r\n Survive. Dominate. Thrive.\r\n Experience Rust at its finest – Join SoftBreeze today!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776826995,
"score": 0,
"last_online": 1776849623,
"icon": null,
"name": "|EU|SoftBreeze|2X|Solo/Duo/Trio|Monthly|48h Raid Protection",
"connect": "65.108.237.33:60441",
"request": "65.108.237.33:60443",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1769901013,
"last_update": 1776849623,
"banned": false,
"wipe": 1775157361,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4433,
"language": "fi",
"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/10978825");
$data = json_decode($json, true);
var_dump($data);