Day of Dragons
API for [Official AU] Shadow Veil
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10073139json
{
"response": {
"steam_id": "90284373869290505",
"domain": null,
"id": 10073139,
"ip": "149.88.101.222",
"port": 7777,
"query": 27017,
"color": 0,
"city": "Sydney",
"description": null,
"game": 1088090,
"owner": null,
"boosts": 1,
"last_offline": 1772822546,
"score": 0,
"last_online": 1776209434,
"icon": null,
"name": "[Official AU] Shadow Veil",
"connect": "149.88.101.222:7777",
"request": "149.88.101.222:27017",
"map": null,
"gamemode": "Day of Dragons",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1755251618,
"last_update": 1776209434,
"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": 40,
"language": "en",
"parked": false,
"app": {
"id": 45862,
"steam_id": 1088090,
"name": "Day of Dragons",
"url": "day-of-dragons"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10073139");
$data = json_decode($json, true);
var_dump($data);