Euro Truck Simulator 2
API pentru Independent Owner-Operators - Freeware
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/9558857json
{
"response": {
"steam_id": "85568392934726427",
"domain": null,
"id": 9558857,
"ip": "134.209.39.153",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Clifton",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1768642166,
"score": 0,
"last_online": 1776005482,
"icon": null,
"name": "Independent Owner-Operators - Freeware",
"connect": "134.209.39.153:27015",
"request": "134.209.39.153:27016",
"map": "europe",
"gamemode": "I.O.O. 128 Player ETS2 Freeware Server",
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1750585766,
"last_update": 1776005482,
"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": 273,
"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": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/9558857");
$data = json_decode($json, true);
var_dump($data);