Day of Defeat: Source
API for +]3D[+Battlefields->3rd Division
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11488383json
{
"response": {
"steam_id": "90284026241676293",
"domain": null,
"id": 11488383,
"ip": "74.91.112.113",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 300,
"owner": null,
"boosts": 1,
"last_offline": 1775515926,
"score": 0,
"last_online": 1776234621,
"icon": null,
"name": "+]3D[+Battlefields->3rd Division",
"connect": "74.91.112.113:27015",
"request": "74.91.112.113:27015",
"map": "dod_real_arena",
"gamemode": "Day of Defeat",
"version": "9540945",
"numplayers": 1,
"maxplayers": 32,
"bots": 9,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1775482370,
"last_update": 1776234621,
"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": 15,
"language": "en",
"parked": false,
"app": {
"id": 8,
"steam_id": 300,
"name": "Day of Defeat: Source",
"url": "day-of-defeat-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11488383");
$data = json_decode($json, true);
var_dump($data);