API for Official EU Wave Survival 2
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285997085010975",
"domain": null,
"id": 11588239,
"ip": "92.222.138.215",
"port": 25082,
"query": 25084,
"color": 0,
"city": "Paris",
"description": null,
"game": 321360,
"owner": null,
"boosts": 1,
"last_offline": 1779357589,
"last_online": 1779867675,
"icon": null,
"name": "Official EU Wave Survival 2",
"connect": "92.222.138.215:25082",
"request": "92.222.138.215:25084",
"map": "ai-visitorcenter",
"gamemode": "PCSurvivalGame",
"version": "3.3.2",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357589,
"last_update": 1779867675,
"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": 24,
"language": "fr",
"parked": false,
"app": {
"id": 4384,
"steam_id": 321360,
"name": "Primal Carnage: Extinction",
"url": "primal-carnage-extinction"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11588239");
$data = json_decode($json, true);
var_dump($data);