Rust
API für [SEA] AseanPanda.net | 2x Vanilla | MAP WIPE 1 | 21/04
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/4846791json
{
"response": {
"fps": 37,
"fps_avg": 36,
"entities_count": 193491,
"world_seed": 1337,
"world_size": 3800,
"steam_id": "90284799909116959",
"domain": null,
"id": 4846791,
"ip": "104.234.180.19",
"port": 10001,
"query": 9000,
"color": 0,
"city": "Singapore",
"description": "![[SEA] AseanPanda.net | 2x Vanilla | MAP WIPE 1 | 21/04](https://aseanpanda.net/static/images/ap_banner.png)\n> Map Wipe every Tuesdays and Fridays @ 2PM UTC+8, BP wipe every alternate Fridays @ 2PM UTC+8\r\n> (Next wipe: 24/04/2026 @ 2PM MAP WIPE 2)\r\n\r\n> FREE Steam Wallet, Spotify, Netflix, Nitro, and more for playtime\r\n> NO PAY TO WIN, ONLY PLAY TO WIN\r\n> Custom Events\r\n> Merged Outpost\r\n> 2x Gather Rate and Recycler Speed\r\n> BP Sharing up to T2 items\r\n> 25% off scrap research for small groups\r\n> 4x Gather Rate for Newbies/Fresh Spawns\r\n> Team Limit: 8\r\n> Skinbox, Sign Artist, Custom Sprays Enabled\r\n> Active admins. Newbie friendly.\r\n> For the Community, by the Community.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776808396,
"score": 0,
"last_online": 1776857412,
"icon": null,
"name": "[SEA] AseanPanda.net | 2x Vanilla | MAP WIPE 1 | 21/04",
"connect": "104.234.180.19:10001",
"request": "104.234.180.19:9000",
"map": "AseanPanda Map(Less Lag)",
"gamemode": "Survival",
"version": "2623",
"numplayers": 156,
"maxplayers": 185,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 104,
"add_date": 1718996231,
"last_update": 1776857412,
"banned": false,
"wipe": 1776751117,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 99,
"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/4846791");
$data = json_decode($json, true);
var_dump($data);