Darkest Hour: Europe '44-'45
API for Official Armored Server #1
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11108774json
{
"response": {
"steam_id": "90283253436130311",
"domain": null,
"id": 11108774,
"ip": "104.243.41.183",
"port": 7797,
"query": 28942,
"color": 0,
"city": "Piscataway",
"description": null,
"game": 1280,
"owner": null,
"boosts": 1,
"last_offline": 1770786703,
"score": 0,
"last_online": 1776235266,
"icon": null,
"name": "Official Armored Server #1",
"connect": "104.243.41.183:7797",
"request": "104.243.41.183:28942",
"map": "DH-Armored_Lemberg_Clash",
"gamemode": "Red Orchestra Beta",
"version": "1.0.8.7",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1770038140,
"last_update": 1776235266,
"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": 1,
"language": "en",
"parked": false,
"app": {
"id": 80,
"steam_id": 1280,
"name": "Darkest Hour: Europe '44-'45",
"url": "darkest-hour-europe-44-45"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11108774");
$data = json_decode($json, true);
var_dump($data);