RustFront EU Main | Vanilla | Thursdays 17.00 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 96,
"fps_avg": 96,
"entities_count": 92844,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286372507006981",
"domain": null,
"id": 11501150,
"ip": "57.128.211.192",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Warsaw",
"description": "\nRustFront EU Main is a vanilla weekly Rust server focused on performance, fair play, and active admins.\r\n\r\nWipe schedule:\r\nWeekly map wipe: Thursdays 17:00 CEST\r\nForce wipe (BP wipe): 1st Thursday of each month, 20:00 CEST\r\nThis server does NOT wipe randomly outside the posted schedule while it has active players or bases.\r\nVanilla proc map with merged outpost and bandit camp\r\n\r\nWebsite:\r\nhttps://rustfront.com\r\nDiscord:\r\nhttps://discord.gg/dVBACDcqM",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207168,
"last_online": 1780579838,
"icon": null,
"name": "RustFront EU Main | Vanilla | Thursdays 17.00",
"connect": "57.128.211.192:28015",
"request": "57.128.211.192:28017",
"map": "Merged Outpost + Bandit",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 400,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207168,
"last_update": 1780579838,
"banned": false,
"wipe": 1780077669,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4726,
"language": "pl",
"parked": false,
"app": {
"id": 252490,
"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/11501150");
$data = json_decode($json, true);
var_dump($data);