API pentru isRusty.net [Solo Only] - 3X | Events | Offline Raid Protection
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 48,
"fps_avg": 45,
"entities_count": 83321,
"world_seed": 367255,
"world_size": 3750,
"steam_id": "90286225606009871",
"domain": null,
"id": 5446790,
"ip": "168.100.160.62",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Ashburn",
"description": "![isRusty.net [Solo Only] - 3X | Events | Offline Raid Protection](http://quarry.dyndns.org/rusty.jpg)\nBiggest modded server Community in Rust since 2014\n- High performance dedicated machines sum up to a smoother Rust experience\n- Custom plugins and Better AntiCheat, unique Events, FAST Support\n- ADULT server management, advanced script and cheat monitoring\n- Skip Queue is available, check VIP section at www.isrusty.net\n- Offline Raid Protection (Check Discord for all details)\n- Group Limits are STRICTLY enforced and closely monitored, guaranteed!\nAlso click the Discord link at the website if you need any help or have any questions!\n\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780575832,
"last_online": 1779778219,
"icon": null,
"name": "isRusty.net [Solo Only] - 3X | Events | Offline Raid Protection",
"connect": "168.100.160.62:28015",
"request": "168.100.160.62:28016",
"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": 1722723500,
"last_update": 1780575832,
"banned": false,
"wipe": 1779390287,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10420,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/5446790");
$data = json_decode($json, true);
var_dump($data);