Rust
API for [DE/GER] My-Land [PVE/PVP-EVENTZONEN]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/783364json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 109854,
"world_seed": 1337,
"world_size": 4250,
"steam_id": "90284390427404313",
"domain": null,
"id": 783364,
"ip": "46.4.10.168",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Falkenstein",
"description": "![[DE/GER] My-Land [PVE/PVP-EVENTZONEN]](https://minio.kiwigaming.de/files-rust/public/logo1024x512.png)\nDu suchst einen ruhigen PVE-Server mit einem Hauch PVP Nervenkitzel und anspruchsvollerem Setup wie fehlendem Techtree und schwierigeren NPC's auf schönen Custom-Maps ? Willkommen in My-Land !\r\n\r\n- PVE Server mit PVP-Eventzonen\r\n- Gegenstände müssen zum Erforschen gefunden werden\r\n- herausfordernde NPC's mit eigenem Loot\r\n- Skillsystem mit mehr als 100 Skills\r\n- Diverse Events / Heli Signale / Sammelalbum\r\n- Quest-System \r\n- Tägliche Belohnungen\r\n- Gebäudeunterhalt 25%\r\n- kostenlose Skinbox mit speicherbaren Sets\r\n- kostenlose Town & Home Teleports \r\n- Backpack mit bis zu 12 unlootbaren Plätzen \r\n- Zombies in der Nacht\r\n- Beschleunigte Nacht mit 25% Bonus XP\r\n- über 250 Raidable Bases\r\n- Fullwipe monatlich\r\n- Purge am Ende des Monats\r\n- Leaderboard mit ausführlichen Statistiken\r\n- Seasonbelohnungen für die nächste Season\r\n\r\n- Battlemetrics Info : rs000001][SF0rAi41oXYc",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775621005,
"score": null,
"last_online": 1776307813,
"icon": null,
"name": "[DE/GER] My-Land [PVE/PVP-EVENTZONEN]",
"connect": "46.4.10.168:28015",
"request": "46.4.10.168:28016",
"map": "My Land",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1682688222,
"last_update": 1776307813,
"banned": false,
"wipe": 1775151739,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1190,
"language": "de",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/783364");
$data = json_decode($json, true);
var_dump($data);