ARK: Survival Evolved
[ESP/EU] HISPANIA AQUATICA PVE x10 NOWIPE CLUSTER için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11420267json
{
"response": {
"steam_id": 90284725608537090,
"domain": null,
"id": 11420267,
"ip": "88.18.184.1",
"port": 8818,
"query": 37036,
"color": 0,
"city": "Valencia",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776750800,
"score": 0,
"last_online": 1776809452,
"icon": null,
"name": "[ESP/EU] HISPANIA AQUATICA PVE x10 NOWIPE CLUSTER",
"connect": "88.18.184.1:8818",
"request": "88.18.184.1:37036",
"map": "Aquatica",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774599843,
"last_update": 1776809452,
"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": 11402,
"language": "es",
"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/11420267");
$data = json_decode($json, true);
var_dump($data);