Rust
⦿【ICEFUSE】Vanilla (Solo/Duo/Trio) JUST WIPED! के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/8267707json
{
"response": {
"steam_id": "90284578321180675",
"domain": null,
"id": 8267707,
"ip": "64.40.8.7",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "\n▼SERVER FEATURES▼\r\n⦿ Longer Days with Shorter Nights!\r\n⦿ Discord - Steam Linking Systems!\r\n⦿ Merged Outpost And Bandit With Recyclers At Monuments\r\n⦿ Hand Selected Maps: All Major Monuments, Always!\r\n \r\n▼SERVER RAIDING RULES▼\r\n ✓ You are allowed 3 members to roam/raid/base with!\r\n \r\n▼SERVER WIPE TIMES▼\r\n ★ Friday at 4:00 PM EST",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1776838826,
"icon": null,
"name": "⦿【ICEFUSE】Vanilla (Solo/Duo/Trio) JUST WIPED!",
"connect": "64.40.8.7:28010",
"request": "64.40.8.7:28015",
"map": "Wiped 4 days ago",
"gamemode": "Rust",
"version": "2623",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742497722,
"last_update": 1776838826,
"banned": false,
"wipe": 1776456113,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3133,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/8267707");
$data = json_decode($json, true);
var_dump($data);