Rust
API für [EU] Recess Gaming - 10x | Quad | Loot+ | NoBPs
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1669314json
{
"response": {
"modded": true,
"fps": 10,
"fps_avg": 10,
"entities_count": 73584,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284839113489417",
"domain": null,
"id": 1669314,
"ip": "185.125.169.241",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Sandefjord",
"description": "![[EU] Recess Gaming - 10x | Quad | Loot+ | NoBPs](https://i.ibb.co/4VBnM55/Recess-Rust-Banner.png)\nWelcome to Recess.no EU 10x Quad!\r\n\r\n- Group limit: 4\r\n- 10x Gather Rates\r\n- Enhanced loot (No Junk)\r\n- No BPs & Instant Craft\r\n- Clans, Auth Share, Teleport\r\n- Bgrade, Furnace Splitter, SkinBox, Remove, Mymini\r\n- An in-game leaderboard to showcase your skills\r\n- Quick Smelting\r\n- Extended workbench range\r\n\r\nJoin our Discord to stay updated with all our latest news and developments.\r\n\r\nwww.recess.no",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776445404,
"score": null,
"last_online": 1776980423,
"icon": null,
"name": "[EU] Recess Gaming - 10x | Quad | Loot+ | NoBPs",
"connect": "185.125.169.241:28015",
"request": "185.125.169.241:28017",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "NO",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1698932992,
"last_update": 1776980423,
"banned": false,
"wipe": 1776445474,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2820,
"language": "no",
"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/1669314");
$data = json_decode($json, true);
var_dump($data);