DayZ
API для Oops! All Complete Vehicles! - Born 2 Truck
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11488780json
{
"response": {
"steam_id": "90284401634749471",
"domain": null,
"id": 11488780,
"ip": "104.230.96.2",
"port": 2422,
"query": 28036,
"color": 0,
"city": "Lodi",
"description": "Vanilla w/Over 300 Complete & Drivable Vehicles\r\nNoob Friendly Spawn Loadout\r\nContainer Fix\r\nCheck the Soda Machines\r\nSupport Discord: https://discord.lisabadcat.com",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776016939,
"score": 0,
"last_online": 1776269418,
"icon": null,
"name": "Oops! All Complete Vehicles! - Born 2 Truck",
"connect": "104.230.96.2:2422",
"request": "104.230.96.2:28036",
"map": "chernarusplus",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1775821308,
"last_update": 1776269418,
"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": 1189,
"language": "en",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11488780");
$data = json_decode($json, true);
var_dump($data);