ARK: Survival Evolved
FakaHeda.eu için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/9772882json
{
"response": {
"steam_id": "90284724238223366",
"domain": null,
"id": 9772882,
"ip": "185.180.2.18",
"port": 27964,
"query": 28964,
"color": 0,
"city": "Prague",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776227514,
"score": 0,
"last_online": 1776814322,
"icon": null,
"name": "FakaHeda.eu",
"connect": "185.180.2.18:27964",
"request": "185.180.2.18:28964",
"map": "Aquatica",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1752677303,
"last_update": 1776814322,
"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": 6670,
"language": "cs",
"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/9772882");
$data = json_decode($json, true);
var_dump($data);