RustImpact 3x Monthly |Solo/Duo/Trio|Many Plugins| için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 116,
"fps_avg": 114,
"entities_count": 80458,
"world_seed": 47422,
"world_size": 3800,
"steam_id": "90286610606114838",
"domain": null,
"id": 11435335,
"ip": "168.119.73.124",
"port": 40864,
"query": 40866,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to RustImpact 3x Solo/Duo/Trio! \r\n • 3x Gather \r\n • 3x Components and Scrap \r\n • StarterKit \r\n • Long Days / Short Nights \r\n • Night Skip by Voteday \r\n • Fast Smelt \r\n • Backpacks \r\n • BetterLoot \r\n • ChatHead \r\n • Kits \r\n • Mymini \r\n • Teleport \r\n • PogoStick \r\n • Random Wrapped Gift \r\n • Kill Feed \r\n • Timed Events \r\n • Instant Craft \r\n • Bigger Stacksize \r\n • SkinBox \r\n \r\n Join Discord --> https://discord.gg/QhbAYnyCeQ",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780608256,
"last_online": 1780639229,
"icon": null,
"name": "RustImpact 3x Monthly |Solo/Duo/Trio|Many Plugins|",
"connect": "168.119.73.124:40864",
"request": "168.119.73.124:40866",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977186,
"last_update": 1780639229,
"banned": false,
"wipe": 1780608352,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4312,
"language": "de",
"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/11435335");
$data = json_decode($json, true);
var_dump($data);