MORDHAU
Dan's Duels (Dallas 128-tick) / Stats / FOV+ / Light Mods / dan için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9795464json
{
"response": {
"steam_id": "90283842481416198",
"domain": null,
"id": 9795464,
"ip": "2.56.188.142",
"port": 10310,
"query": 10313,
"color": 0,
"city": "Dallas",
"description": null,
"game": 629760,
"owner": null,
"boosts": 1,
"last_offline": 1774732336,
"score": 0,
"last_online": 1776442967,
"icon": null,
"name": "Dan's Duels (Dallas 128-tick) / Stats / FOV+ / Light Mods / dan",
"connect": "2.56.188.142:10310",
"request": "2.56.188.142:10313",
"map": "Cortile",
"gamemode": "Mordhau",
"version": "702625635",
"numplayers": 0,
"maxplayers": 36,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1752687419,
"last_update": 1776442967,
"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": 26,
"language": "en",
"parked": false,
"app": {
"id": 51451,
"steam_id": 629760,
"name": "MORDHAU",
"url": "mordhau"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9795464");
$data = json_decode($json, true);
var_dump($data);