API for GSG#3 PVP no Rules /Vanilla ++/Airdrop
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286600180432910,
"domain": null,
"id": 10240490,
"ip": "78.43.151.216",
"port": 2502,
"query": 27018,
"color": 0,
"city": "Lampertheim",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1779234781,
"last_online": 1780594278,
"icon": null,
"name": "GSG#3 PVP no Rules /Vanilla ++/Airdrop",
"connect": "78.43.151.216:2502",
"request": "78.43.151.216:27018",
"map": "sakhal",
"gamemode": null,
"version": "1.29.163047",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1756889121,
"last_update": 1780594278,
"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": 6179,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10240490");
$data = json_decode($json, true);
var_dump($data);