API для DinoVN PVP | ĐẤU TRƯỜNG KHỦNG LONG | VÀO LÀ ĐÁNH
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1789555432,
"app": {
"id": 136,
"name": "The Isle",
"steam_id": 376210,
"url": "the-isle"
},
"color": 0,
"connect": "180.93.118.89:7777",
"country": "VN",
"domain": null,
"game": 376210,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 16568577,
"ip": "180.93.118.89",
"language": "vi",
"last_update": 1790543771,
"map": "Gateway",
"maxplayers": 100,
"name": "DinoVN PVP | ĐẤU TRƯỜNG KHỦNG LONG | VÀO LÀ ĐÁNH",
"numplayers": 0,
"official": false,
"points": 30,
"port": 7777,
"private": false,
"project_id": null,
"pve": null,
"pvp": null,
"query": 7777,
"request": "180.93.118.89:7777",
"secured": null,
"status": true,
"steam_id": null,
"version": "evrima 0.21.784",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Quận Bốn",
"description": null,
"disabled_modules": [],
"gamemode": null,
"hidden": false,
"last_offline": 1790387017,
"last_online": 1790543771,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 994,
"wipe_period": null,
"eosSessionId": "6111b5c0c03b4b04b4596b631afc79b2"
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/16568577");
$data = json_decode($json, true);
var_dump($data);