ARK: Survival Evolved
[ESP/EU] HISPANIA VALGUERO PVE x10 NOWIPE CLUSTER için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11254487json
{
"response": {
"steam_id": "90284503275866114",
"domain": null,
"id": 11254487,
"ip": "88.18.184.1",
"port": 8783,
"query": 37018,
"color": 0,
"city": "Valencia",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776319912,
"score": 0,
"last_online": 1776369045,
"icon": null,
"name": "[ESP/EU] HISPANIA VALGUERO PVE x10 NOWIPE CLUSTER",
"connect": "88.18.184.1:8783",
"request": "88.18.184.1:37018",
"map": "Valguero_P",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 2,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "ES",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1774554561,
"last_update": 1776369045,
"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": 3245,
"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/11254487");
$data = json_decode($json, true);
var_dump($data);