Euro Truck Simulator 2
API для Phoenix Protocol Euro Trucking
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8420090json
{
"response": {
"steam_id": "85568392933926783",
"domain": null,
"id": 8420090,
"ip": "198.73.57.149",
"port": 27017,
"query": 27018,
"color": 0,
"city": "Clifton",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1770106652,
"score": 0,
"last_online": 1776004260,
"icon": null,
"name": "Phoenix Protocol Euro Trucking",
"connect": "198.73.57.149:27017",
"request": "198.73.57.149:27018",
"map": "europe",
"gamemode": "The Official Phoenix Protocol ETS2 Server",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1743850249,
"last_update": 1776004260,
"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": 244,
"language": "en",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8420090");
$data = json_decode($json, true);
var_dump($data);