ARK: Survival Evolved
GER|Virtual-Live.org|55Va|Cluster|PVE|Valguero için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9510713json
{
"response": {
"steam_id": "90277565293902861",
"domain": null,
"id": 9510713,
"ip": "5.9.38.92",
"port": 7755,
"query": 27055,
"color": 0,
"city": "Falkenstein",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1772053296,
"score": 0,
"last_online": 1776799836,
"icon": null,
"name": "GER|Virtual-Live.org|55Va|Cluster|PVE|Valguero",
"connect": "5.9.38.92:7755",
"request": "5.9.38.92:27055",
"map": "Valguero_P",
"gamemode": "TestGameMode_C",
"version": "361.5",
"numplayers": 8,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1750531711,
"last_update": 1776799836,
"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": 1778,
"language": "de",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/9510713");
$data = json_decode($json, true);
var_dump($data);