Rust
API für [EU] Royals Battle x1000000 Kits|PVP|FUN|MILLION|BATTLEFIELD
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/10780518json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 26713,
"world_seed": 1337,
"world_size": 2600,
"steam_id": "90284796944616461",
"domain": null,
"id": 10780518,
"ip": "85.228.18.151",
"port": 28013,
"query": 28023,
"color": 0,
"city": "Västervik",
"description": "![[EU] Royals Battle x1000000 Kits|PVP|FUN|MILLION|BATTLEFIELD](https://rustroyals.eu/imgss/Royals-Battle-4.png)\nWelcome to Royals Battle!\r\nVisit us on discord.gg/rustroyals alt.\r\nhttp://discord.com/invite/vXZGHu2hXj\r\n\r\nStep right into the action! You spawn with full kit, all the necessary resources to build your empire. No farming is necessary.\r\n\r\nFeatures:\r\n ✦ No farming needed\r\n ✦ Free building\r\n ✦ Free helicopters\r\n ✦ No BPS\r\n ✦ Instant crafting, no workbenches\r\n ✦ Clans\r\n ✦ Teamsize 10\r\n ✦ Skinbox\r\n ✦ Bagtimer 20sec",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775152930,
"score": 0,
"last_online": 1776880224,
"icon": null,
"name": "[EU] Royals Battle x1000000 Kits|PVP|FUN|MILLION|BATTLEFIELD",
"connect": "85.228.18.151:28013",
"request": "85.228.18.151:28023",
"map": "ROYALS BATTLE PVP FPS+",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766872410,
"last_update": 1776880224,
"banned": false,
"wipe": 1776442006,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4328,
"language": "sv",
"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/10780518");
$data = json_decode($json, true);
var_dump($data);