US | For all Mankind MODDED PVE | No Raiding/Killing/Stealing için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 113584,
"world_seed": 315302116,
"world_size": 4250,
"steam_id": "90286590952744972",
"domain": null,
"id": 6966379,
"ip": "47.150.23.71",
"port": 28017,
"query": 28018,
"color": 0,
"city": "Temecula",
"description": "\nNEW MODDED PVE SERVER! Vanilla+, Monthly Map Wipe - Noob friendly! Solo, Duo & Quads - Alliances Allowed. Trading servers/items are allowed! NO Killing other players, including sleeping players. NO Raiding. NO Stealing from players, including sleeping players, their bases, horses & vehicles.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780553010,
"last_online": 1780626032,
"icon": null,
"name": "US | For all Mankind MODDED PVE | No Raiding/Killing/Stealing",
"connect": "47.150.23.71:28017",
"request": "47.150.23.71:28018",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1734715488,
"last_update": 1780626032,
"banned": false,
"wipe": 1778193531,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2934,
"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/6966379");
$data = json_decode($json, true);
var_dump($data);