API for Dawn Strider II
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286911651255306",
"domain": null,
"id": 11658681,
"ip": "45.159.4.169",
"port": 10480,
"query": 10482,
"project_id": null,
"color": 0,
"city": "Clifton",
"description": null,
"game": 2646460,
"owner": null,
"boosts": 1,
"last_offline": 1781247232,
"last_online": 1781323365,
"icon": null,
"name": "Dawn Strider II",
"connect": "45.159.4.169:10480",
"request": "45.159.4.169:10482",
"map": "DLC_Level01_Main",
"gamemode": "00",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780178379,
"last_update": 1781323365,
"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": 3539,
"language": "en",
"parked": false,
"app": {
"id": 1625562,
"steam_id": 2646460,
"name": "Soulmask",
"url": "soulmask"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11658681");
$data = json_decode($json, true);
var_dump($data);