API für [EU] OFF META | Vanilla
JSON für Programme, Websites und mehr
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 16870,
"world_seed": 42,
"world_size": 2000,
"steam_id": "90286334769290271",
"domain": null,
"id": 11500834,
"ip": "46.10.237.103",
"port": 13371,
"query": 13372,
"color": 0,
"city": "Sofia",
"description": "![[EU] OFF META | Vanilla](https://cdn.discordapp.com/attachments/1352677474172932101/1491471246888796262/OFF_Meta_header_image.png)\nWelcome to OFF META RUST, the ultimate Rust server for players who enjoy low pop vanilla gameplay. Join Discord: https://discord.gg/mM6TDkndrM",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780550008,
"last_online": 1780384831,
"icon": null,
"name": "[EU] OFF META | Vanilla",
"connect": "46.10.237.103:13371",
"request": "46.10.237.103:13372",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "BG",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207164,
"last_update": 1780550008,
"banned": false,
"wipe": 1780001045,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11122,
"language": "bg",
"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/11500834");
$data = json_decode($json, true);
var_dump($data);