API для Cryo // Divide PvP Hardcore #3
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90291985448840192",
"domain": null,
"id": 14953391,
"ip": "45.91.138.27",
"port": 4318,
"query": 4318,
"project_id": null,
"color": 0,
"city": "Майами",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1788560780,
"last_online": 1788566418,
"icon": null,
"name": "Cryo // Divide PvP Hardcore #3",
"connect": "45.91.138.27:4318",
"request": "45.91.138.27:4318",
"map": "namalsk",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 170,
"maxplayers": 180,
"bots": 170,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 113,
"add_date": 1788560780,
"last_update": 1788566418,
"ban_reason": null,
"banned": false,
"hidden": 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": 1557,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14953391");
$data = json_decode($json, true);
var_dump($data);