Rust and Chill | Testing Server için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 96978,
"world_seed": 1915231678,
"world_size": 4300,
"steam_id": "90286444404940831",
"domain": null,
"id": 11607052,
"ip": "91.229.114.137",
"port": 28043,
"query": 28045,
"color": 0,
"city": "Chicago",
"description": "\nJust Chill And Play - Vanilla - Leaderboards - Max Team 4 \r\nJust A Pure Vanilla Rust Experience! No Pay To Win! - High Quality Hardware\r\n\r\nWonder when deepsea will open again? Use /deepstatus in chat. \r\n\r\nPlease read our rules on discord or our website!\r\n\r\nJoin our discord by clicking the external website button below or scanning the QR Code!\r\n\r\nWant a more chill experience?\r\nTry one of our other servers, click the external website button to see them all.\r\nBan Appels- Open a ticket on our discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780234451,
"last_online": 1780263632,
"icon": null,
"name": "Rust and Chill | Testing Server",
"connect": "91.229.114.137:28043",
"request": "91.229.114.137:28045",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915493,
"last_update": 1780263632,
"banned": false,
"wipe": 1780234710,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5721,
"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/11607052");
$data = json_decode($json, true);
var_dump($data);