API dla AreYouFriendly Main [ 2x Vanilla ]
JSON dla programów, stron i innych
text
json
{
"response": {
"steam_id": "90286376900758531",
"domain": null,
"id": 11644747,
"ip": "45.65.112.223",
"port": 28017,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "![AreYouFriendly Main [ 2x Vanilla ]](https://image.myrustserver.com/logo/phantomddk_6a11eefcf1bdd.png)\n☆Welcome to Are You Friendly Rust\r\n☆☆Join Us: discord.areyoufriendly.dk\r\n☆☆☆Website: www.areyoufriendly.dk\r\n\r\n☆No Chat rules (except racism)\r\n☆No Cheating/Scripting\r\n☆No Vac Bans or Gamebans\r\n☆No Alts with EAC Rust Bans\r\n☆Max Team: 6\r\n☆Weekly map wipes every Thursday at 20:00 CEST\r\n☆Monthly fullwipe always on the Friday after the forced wipe\r\n☆No Doxing(leaking personal info)\r\n☆2x gather rate on resources\r\n☆Electric BP's are unlocked Requires discord authenticated\r\n☆Nights are only 5 minutes long, and always bright.\r\n☆ No Kits, no TP and no P2W!\r\n☆ Only Play to win",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780605812,
"last_online": 1780177435,
"icon": null,
"name": "AreYouFriendly Main [ 2x Vanilla ]",
"connect": "45.65.112.223:28015",
"request": "45.65.112.223:28017",
"map": "Procedural Map",
"gamemode": null,
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177435,
"last_update": 1780605812,
"banned": false,
"wipe": 1780089208,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12204,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11644747");
$data = json_decode($json, true);
var_dump($data);