VEIN
API for [NA] Zombieland Gaming 2 [PVE - 2x Loot - 2x XP - 2x Zombies -
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10705549json
{
"response": {
"steam_id": "90284756255308811",
"domain": null,
"id": 10705549,
"ip": "69.164.250.106",
"port": 7778,
"query": 27016,
"color": 0,
"city": "Dallas",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1776396814,
"score": 0,
"last_online": 1776809430,
"icon": null,
"name": "[NA] Zombieland Gaming 2 [PVE - 2x Loot - 2x XP - 2x Zombies -",
"connect": "69.164.250.106:7778",
"request": "69.164.250.106:27016",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 43,
"add_date": 1765124181,
"last_update": 1776809430,
"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": 93,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10705549");
$data = json_decode($json, true);
var_dump($data);