API für EU Survival 3
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286260847926283",
"domain": null,
"id": 11588502,
"ip": "92.222.138.227",
"port": 26596,
"query": 26598,
"color": 0,
"city": "Paris",
"description": null,
"game": 392990,
"owner": null,
"boosts": 1,
"last_offline": 1780470423,
"last_online": 1780561312,
"icon": null,
"name": "EU Survival 3",
"connect": "92.222.138.227:26596",
"request": "92.222.138.227:26598",
"map": "pc-forestchasmsnow",
"gamemode": "PCTeamDeathMatchGame",
"version": "3.3.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357930,
"last_update": 1780561312,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1,
"language": "fr",
"parked": false,
"app": {
"id": 1665338,
"steam_id": 392990,
"name": "PCE Open Testing Beta",
"url": "pce-open-testing-beta"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11588502");
$data = json_decode($json, true);
var_dump($data);