ARK: Survival Evolved
API pentru Fresh*30XAll[AU/EU]*StrikeBack*Annunaki*Mods
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/726364json
{
"response": {
"steam_id": "90282027503116305",
"domain": null,
"id": 726364,
"ip": "103.1.214.2",
"port": 27054,
"query": 27054,
"color": 0,
"city": "Sydney",
"description": "",
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1771833092,
"score": null,
"last_online": 1779127326,
"icon": null,
"name": "Fresh*30XAll[AU/EU]*StrikeBack*Annunaki*Mods",
"connect": "103.1.214.2:27054",
"request": "103.1.214.2:27054",
"map": "TheIsland",
"gamemode": "TestGameMode_C",
"version": "321.14",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1672180904,
"last_update": 1779127326,
"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": 4094,
"language": "en",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/726364");
$data = json_decode($json, true);
var_dump($data);