Rust
HQM.GG EU 5X Solo/Duo/Trio/Quad 17/4 17.4 Full Wiped Quests|Sho için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7467361json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 65134,
"world_seed": 1180794816,
"world_size": 3600,
"steam_id": "90284798522621961",
"domain": null,
"id": 7467361,
"ip": "91.121.42.82",
"port": 28024,
"query": 28026,
"color": 0,
"city": "Roubaix",
"description": "\nStore - All Rewards - Wipe Info & Alerts: FULLWIPED.COM\r\n\r\n★Quests: Visit the NPC Quest building at Outpost to take on unique missions and fairly earn valuable rewards such as Test Generators, weapons, and clothing.\r\n★/raid Alarm – Get Notified on Rust+ & Discord When Raided.\r\n★Raid over 210 unique Raidable Base designs.\r\n★Auto team share or Solo limits (TC-Sam-Doors-Turrets).\r\n★Advantage clan plugin or Solo enforcement with autoban.\r\n★Vehicle Buy & Vending Unlimited Stock.\r\n★Alpha Loot & Unique Gather.\r\n★Faster Recycler & Submersible Pump.\r\n★Stack Size Controller & Faster Craft.\r\n★Home - Outpost TPs.\r\n★Daily Cases & Link Kits & Trade.\r\n★In-Game Shop & Furnace Speed Upgrade.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776835995,
"score": 0,
"last_online": 1776844224,
"icon": null,
"name": "HQM.GG EU 5X Solo/Duo/Trio/Quad 17/4 17.4 Full Wiped Quests|Sho",
"connect": "91.121.42.82:28024",
"request": "91.121.42.82:28026",
"map": "Wiped 4 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 180,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234754,
"last_update": 1776844224,
"banned": false,
"wipe": 1776437833,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3022,
"language": "fr",
"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/7467361");
$data = json_decode($json, true);
var_dump($data);