Military Conflict: Vietnam
API for MCV Official | № 12 | Zombie
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9451758json
{
"response": {
"steam_id": null,
"domain": null,
"id": 9451758,
"ip": "208.115.206.3",
"port": 39501,
"query": 39501,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1012110,
"owner": null,
"boosts": 1,
"last_offline": 1776657799,
"score": 0,
"last_online": 1777651219,
"icon": null,
"name": "MCV Official | № 12 | Zombie",
"connect": "208.115.206.3:39501",
"request": "208.115.206.3:39501",
"map": "mcv_tower",
"gamemode": "Zombies | Zombies",
"version": "1.38.0.0",
"numplayers": 5,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1748351185,
"last_update": 1777651219,
"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": 3,
"language": "de",
"parked": false,
"app": {
"id": 1611160,
"steam_id": 1012110,
"name": "Military Conflict: Vietnam",
"url": "military-conflict-vietnam"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9451758");
$data = json_decode($json, true);
var_dump($data);