RustFront EU Solo | Vanilla | Solo Only | Thursdays 14.00 için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 161,
"fps_avg": 163,
"entities_count": 46893,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286439209375749",
"domain": null,
"id": 11501149,
"ip": "57.128.211.192",
"port": 28055,
"query": 28057,
"color": 0,
"city": "Warsaw",
"description": "\nRustFront EU Solo is a vanilla weekly Rust server focused on performance, fair play, and active admins.\r\n\r\nWipe schedule:\r\nWeekly map wipe: Thursdays 14: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\nMAX 1 player in a team, teaming with other players WILL result in a ban\r\n\r\nWebsite:\r\nhttps://rustfront.com\r\nDiscord:\r\nhttps://discord.gg/dVBACDcqM",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779207167,
"last_online": 1780580433,
"icon": null,
"name": "RustFront EU Solo | Vanilla | Solo Only | Thursdays 14.00",
"connect": "57.128.211.192:28055",
"request": "57.128.211.192:28057",
"map": "Merged Outpost + Bandit",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207167,
"last_update": 1780580433,
"banned": false,
"wipe": 1780229044,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4739,
"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/11501149");
$data = json_decode($json, true);
var_dump($data);