Rust
API für [EU] Awesome as fk|Beginner Friendly|Low Upkeep|Monthly
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1225845json
{
"response": {
"fps": 44,
"fps_avg": 35,
"entities_count": 112934,
"world_seed": 867256773,
"world_size": 4000,
"steam_id": "90285607356472337",
"domain": null,
"id": 1225845,
"ip": "148.251.54.69",
"port": 28070,
"query": 28071,
"color": 0,
"city": "Falkenstein",
"description": "![[EU] Awesome as fk|Beginner Friendly|Low Upkeep|Monthly](https://www.dropbox.com/scl/fi/spg6tojvk5ss9sv71her2/AAF-Header-Image.png?rlkey=0y4u0jzmrxvfw1olu7wm0apbh&dl=1)\nWelcome to AAF! \r\n| Beginner friendly (No griefing/No despawning, try to be nice) \r\n| Low Upkeep (10%) \r\n| 4000 Map \r\n| Monthly wipe (only force)\r\n| Every 2 month BP wipe \r\n| Minicopters will spawn on road \r\n| No turret limit \r\n| NEW DISCORD: https://discord.gg/XS8E5B2MRJ (View Webpage to join)",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778473980,
"score": null,
"last_online": 1778542814,
"icon": null,
"name": "[EU] Awesome as fk|Beginner Friendly|Low Upkeep|Monthly",
"connect": "148.251.54.69:28070",
"request": "148.251.54.69:28071",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 66,
"add_date": 1692084699,
"last_update": 1778542814,
"banned": false,
"wipe": 1778176910,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 873,
"language": "de",
"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/1225845");
$data = json_decode($json, true);
var_dump($data);