ARK: Survival Evolved
API pentru UARK [UA-EU] PVPx10/shop DUO [NO ofline raid]
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11145230json
{
"response": {
"steam_id": "90285025260428309",
"domain": null,
"id": 11145230,
"ip": "109.235.12.14",
"port": 26330,
"query": 26331,
"color": 0,
"city": "Lviv",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1777976615,
"score": 0,
"last_online": 1778553632,
"icon": null,
"name": "UARK [UA-EU] PVPx10/shop DUO [NO ofline raid]",
"connect": "109.235.12.14:26330",
"request": "109.235.12.14:26331",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "UA",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1772227142,
"last_update": 1778553632,
"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": 2029,
"language": "uk",
"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/11145230");
$data = json_decode($json, true);
var_dump($data);