SisuRust 2x | Vanilla+ | FI/EU için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 82,
"fps_avg": 85,
"entities_count": 66167,
"world_seed": 1249531764,
"world_size": 3500,
"steam_id": "90286611527259157",
"domain": null,
"id": 11645007,
"ip": "213.141.96.13",
"port": 28025,
"query": 28026,
"color": 0,
"city": "Vantaa",
"description": "\nSisuRust 2x | Vanilla+ | FI/EU\r\n\r\n» Gather x2\r\n» Loot x2\r\n» Components x2\r\n» Craft speed x2\r\n» Smelt speed x2\r\n» Junk loot removed\r\n\r\nVanilla Rust — the way it should be.\r\nWipe: Monthly (Force wipe)\r\ndiscord.sisurust.com",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595663,
"last_online": 1780630827,
"icon": null,
"name": "SisuRust 2x | Vanilla+ | FI/EU",
"connect": "213.141.96.13:28025",
"request": "213.141.96.13:28026",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177442,
"last_update": 1780630827,
"banned": false,
"wipe": 1780595869,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5367,
"language": "fi",
"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/11645007");
$data = json_decode($json, true);
var_dump($data);