Day of Infamy
API for Born to Kill: Vietnam [Stats]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3603815json
{
"response": {
"steam_id": "90283557850096655",
"domain": null,
"id": 3603815,
"ip": "45.142.115.169",
"port": 27215,
"query": 27215,
"color": 0,
"city": "Offenbach",
"description": "",
"game": 447820,
"owner": null,
"boosts": 1,
"last_offline": 1774646544,
"score": null,
"last_online": 1776349870,
"icon": null,
"name": "Born to Kill: Vietnam [Stats]",
"connect": "45.142.115.169:27215",
"request": "45.142.115.169:27215",
"map": "vietnam_b5",
"gamemode": "DOI",
"version": "3.2.1.5",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1711560117,
"last_update": 1776349870,
"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": 8,
"language": "de",
"parked": false,
"app": {
"id": 167,
"steam_id": 447820,
"name": "Day of Infamy",
"url": "day-of-infamy"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3603815");
$data = json_decode($json, true);
var_dump($data);