noinfo3052620
Over the Top WWI Server by gportal.com için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11394769json
{
"response": {
"steam_id": "90283312734367757",
"domain": null,
"id": 11394769,
"ip": "178.212.33.15",
"port": 30600,
"query": 30615,
"color": 0,
"city": "Tokyo",
"description": null,
"game": 3052620,
"owner": null,
"boosts": 1,
"last_offline": 1774597064,
"score": 0,
"last_online": 1776280831,
"icon": null,
"name": "Over the Top WWI Server by gportal.com",
"connect": "178.212.33.15:30600",
"request": "178.212.33.15:30615",
"map": "Breakthrough: Conquest",
"gamemode": "Over The Top: WW1",
"version": "OTT_1.01",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "JP",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774597064,
"last_update": 1776280831,
"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": 57,
"language": "ja",
"parked": false,
"app": {
"id": 1665334,
"steam_id": 3052620,
"name": "noinfo3052620",
"url": "noinfo3052620"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11394769");
$data = json_decode($json, true);
var_dump($data);