Miscreated
CN_WNMBW_Canyonlands_PVP_NOMOD_QQqun_736568916 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10651191json
{
"response": {
"steam_id": "90284787510824981",
"domain": null,
"id": 10651191,
"ip": "106.75.165.105",
"port": 62090,
"query": 62092,
"color": 0,
"city": "Yangpu",
"description": null,
"game": 299740,
"owner": null,
"boosts": 1,
"last_offline": 1776809596,
"score": 0,
"last_online": 1776814852,
"icon": null,
"name": "CN_WNMBW_Canyonlands_PVP_NOMOD_QQqun_736568916",
"connect": "106.75.165.105:62090",
"request": "106.75.165.105:62092",
"map": "canyonlands",
"gamemode": "Miscreated: 1011142",
"version": "1011142",
"numplayers": 0,
"maxplayers": 90,
"bots": 0,
"secured": true,
"private": true,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1763719409,
"last_update": 1776814852,
"banned": false,
"wipe": null,
"official": true,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 43,
"language": "zh",
"parked": false,
"app": {
"id": 69,
"steam_id": 299740,
"name": "Miscreated",
"url": "miscreated"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10651191");
$data = json_decode($json, true);
var_dump($data);