Rust
EVOS ARENA NEW ERA के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11305048json
{
"response": {
"fps": 239,
"fps_avg": 231,
"entities_count": 3687,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90285617404409875",
"domain": null,
"id": 11305048,
"ip": "57.128.193.21",
"port": 30015,
"query": 30018,
"color": 0,
"city": "Warsaw",
"description": "\nEVOS ARENA NEW ERA: Created for You! We are a team of enthusiasts and players from different nations, united by one idea: create what's been missing on other servers. We combined our passion, experience, and diverse perspectives to offer a fresh take on Rust. Join our global community and be part of something new! - Global Community, Global Fun - PVP / Earth Map - Hardcore/Apocalypse",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778484782,
"score": 0,
"last_online": 1778599820,
"icon": null,
"name": "EVOS ARENA NEW ERA",
"connect": "57.128.193.21:30015",
"request": "57.128.193.21:30018",
"map": "EVOS ARENA NEW ERA",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774592877,
"last_update": 1778599820,
"banned": false,
"wipe": 1778497542,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4581,
"language": "pl",
"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/11305048");
$data = json_decode($json, true);
var_dump($data);