Rust
API für 20/04|Rusty|AU/NZ|3X|Solo|Events|SOLO ONLY
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/349120json
{
"response": {
"fps": 52,
"fps_avg": 47,
"entities_count": 90969,
"world_seed": 185041,
"world_size": 3750,
"steam_id": "90284718450455556",
"domain": null,
"id": 349120,
"ip": "103.193.80.44",
"port": 25215,
"query": 25216,
"color": 0,
"city": "Sydney",
"description": "\nBiggest modded server Community in Rust since 2014\n- High performance dedicated machines sum up to a smoother Rust experience\n- Custom plugins and Better AntiCheat, unique Events, FAST Support\n- ADULT server management, advanced script and cheat monitoring\n- Skip Queue is available, check VIP section at www.isrusty.net\n- Offline Raid Protection (Check Discord for all details)\n- Group Limits are STRICTLY enforced and closely monitored, guaranteed!\nAlso click the Discord link at the website if you need any help or have any questions!\n\nHave fun!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776676400,
"score": null,
"last_online": 1776831617,
"icon": null,
"name": "20/04|Rusty|AU/NZ|3X|Solo|Events|SOLO ONLY",
"connect": "103.193.80.44:25215",
"request": "103.193.80.44:25216",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1595670227,
"last_update": 1776831617,
"banned": false,
"wipe": 1776676833,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 932,
"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/349120");
$data = json_decode($json, true);
var_dump($data);