API für Canadian Chill | Noob Friendly | No KOS | Monthly BP Wipe
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 131625,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90286196902800404",
"domain": null,
"id": 11305591,
"ip": "66.51.96.61",
"port": 28050,
"query": 28051,
"color": 0,
"city": "Ashburn",
"description": "\nNoob Friendly - No KOS\r\nLimited PVP - Areas listed on Website and Discord\r\nWeekly Map/Monthly BP Wipes\r\nMax Team Limit 8\r\nNo Raids within first 24Hrs after wipe\r\nLock Class Raiding Rules ( Code = Team. Key = solo.)\r\nRust+ Enabled\r\nActive Admins\r\nChaos Event last 24Hrs before wipe (no Rules)\r\nView Webpage to view server info, rules, store and more.\r\nDiscord invite available via website\r\nplease submit tickets via discord for any issues\r\na HUGE thank you to all of our donors! you are Amazing :)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778181787,
"last_online": 1779781818,
"icon": null,
"name": "Canadian Chill | Noob Friendly | No KOS | Monthly BP Wipe",
"connect": "66.51.96.61:28050",
"request": "66.51.96.61:28051",
"map": "Chill-Rust.ca Custom Maps",
"gamemode": "Survival",
"version": "2625",
"numplayers": 2,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1774592892,
"last_update": 1779781818,
"banned": false,
"wipe": 1779383935,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1499,
"language": "en",
"parked": false,
"app": {
"id": 12,
"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/11305591");
$data = json_decode($json, true);
var_dump($data);