Dark and Light
API for ★庆五一新开★双通2★金币可换搜1599 - (v100.5435
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10795853json
{
"response": {
"steam_id": "90283784843999245",
"domain": null,
"id": 10795853,
"ip": "222.175.223.110",
"port": 1093,
"query": 1095,
"color": 0,
"city": "Jinan",
"description": null,
"game": 529180,
"owner": null,
"boosts": 1,
"last_offline": 1774546919,
"score": 0,
"last_online": 1776624045,
"icon": null,
"name": "★庆五一新开★双通2★金币可换搜1599 - (v100.5435",
"connect": "222.175.223.110:1093",
"request": "222.175.223.110:1095",
"map": "TheShard",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 32,
"add_date": 1766876019,
"last_update": 1776624045,
"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": 106,
"language": "zh",
"parked": false,
"app": {
"id": 180,
"steam_id": 529180,
"name": "Dark and Light",
"url": "dark-and-light"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10795853");
$data = json_decode($json, true);
var_dump($data);