Rust
RUST.LV - Weekly | Vanilla için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10260898json
{
"response": {
"fps": 171,
"fps_avg": 168,
"entities_count": 113712,
"world_seed": 1897269068,
"world_size": 4500,
"steam_id": "90285190581054472",
"domain": null,
"id": 10260898,
"ip": "84.237.228.36",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Riga",
"description": "\nconnect Rust.Lv\r\nMap 4500, All Monuments\r\nNo Paid Features, Just Fair Play\r\nCheats, Scripts, No Recoil = Perm Ban\r\nIf you see a cheater, send a report [F7]\r\nAdmins only monitor the server, they don't play\r\nAuto-block players with a bad reputation in Steam & Rust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777571598,
"score": 0,
"last_online": 1777666823,
"icon": null,
"name": "RUST.LV - Weekly | Vanilla",
"connect": "84.237.228.36:28015",
"request": "84.237.228.36:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "LV",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1757057667,
"last_update": 1777666823,
"banned": false,
"wipe": 1777571699,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3756,
"language": "lv",
"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/10260898");
$data = json_decode($json, true);
var_dump($data);