Rust
5/8 Rust-A-Holics.com 1000x PVP NoBPs|TP|CLANS|SHOP|KITS|EVENTS için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11435824json
{
"response": {
"fps": 111,
"fps_avg": 112,
"entities_count": 91032,
"world_seed": 1216670871,
"world_size": 4000,
"steam_id": "90285613791109127",
"domain": null,
"id": 11435824,
"ip": "107.5.30.219",
"port": 28045,
"query": 28047,
"color": 0,
"city": "Grand Blanc",
"description": "\nRust-A-Holics is bringing back their original 1000x chaos world...are you ready for it? Experience fast-paced, high-activity PVP where nobody is safe from the beep-beep-boom! \r\n\r\nWipe Schedule: Every Thursday at 3PM EST\r\nMap Size: 4000\r\n\r\nOur 1000x is hand-crafted and player-decided when it comes to the plugins we use. Everything is carefully selected nad proctored to enhance your experience while providing a lag-free combat field. Some of our essential plugins include:\r\n- Homes and Teleports\r\n- Kits and Clans\r\n- Random Raidable NPC Bases\r\n- Perfected Loot Profiles\r\n- Loadouts and Skinbox\r\n- VIP Enhancements\r\n- Automated Moderation Tools\r\n- and Much More!\r\nWe do our absolute best to guarantee you a PVP experience you'll love...and if not, just ask! We love to build our servers based off of the community's desires.\r\n\r\nSee you in-game! Remember...Trust No Naked!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778253786,
"score": 0,
"last_online": 1778529024,
"icon": null,
"name": "5/8 Rust-A-Holics.com 1000x PVP NoBPs|TP|CLANS|SHOP|KITS|EVENTS",
"connect": "107.5.30.219:28045",
"request": "107.5.30.219:28047",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 500,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774977205,
"last_update": 1778529024,
"banned": false,
"wipe": 1778253853,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4767,
"language": "en",
"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/11435824");
$data = json_decode($json, true);
var_dump($data);