API для New_World_Extinction - (v361.7)
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": ",OWNINGID:90289380889789448,OWNINGNAME:90289380889789448,NUMOPENPUBCONN:10,P2PADDR:90289380889789448,P2PPORT:10770,LEGACY_i:0",
"os": "w",
"product": "ark_survival_evolved",
"region": -1,
"steam_id": "90289380889789448",
"domain": null,
"id": 12691036,
"ip": "89.246.42.66",
"port": 10770,
"query": 27031,
"project_id": null,
"color": 0,
"city": "Billigheim-Ingenheim",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1785033100,
"last_online": 1785097800,
"icon": null,
"name": "New_World_Extinction - (v361.7)",
"connect": "89.246.42.66:10770",
"request": "89.246.42.66:27031",
"map": "Extinction",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": null,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1785033100,
"last_update": 1785097800,
"ban_reason": null,
"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": 14946,
"language": "de",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12691036");
$data = json_decode($json, true);
var_dump($data);