API für TRUST YOUR SKILL 5X SOLO/DUO |KITS|LOOT+|BPS+ 01/06 WIPE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286482347916313",
"domain": null,
"id": 443586,
"ip": "208.103.169.212",
"port": 28011,
"query": 28016,
"color": 0,
"city": "London",
"description": "\nServer Wipe Monday & Friday @ 16:00 Amsterdam Time\r\nBP Wipe every Friday\r\n\r\nKits & Queue Skip: https://trustyourskill.com\r\n\r\n\\t- Max Group: 2\r\n\\t- 5x Gather & Resources\r\n\\t- /skinbox and /noskin FREE\r\n\\t- Auto Base Upgrade FREE\r\n\\t- Loyal Ranks based on Playtime\r\n\\t- Improved Loot & Faster Respawning Loot\r\n\\t- Custom Anti Cheat\r\n\\t- Discord, Twitch & Steam Rewards\r\n\\t- Instant Craft & BP+\r\n\r\nJoin Our Discord: https://discord.gg/trustyourskill",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778242986,
"last_online": 1780583433,
"icon": null,
"name": "TRUST YOUR SKILL 5X SOLO/DUO |KITS|LOOT+|BPS+ 01/06 WIPE",
"connect": "208.103.169.212:28011",
"request": "208.103.169.212:28016",
"map": "discord.gg/trustyourskill",
"gamemode": "Rust",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1630779665,
"last_update": 1780583433,
"banned": false,
"wipe": 1780322591,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1554,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/443586");
$data = json_decode($json, true);
var_dump($data);