American Truck Simulator
API pentru Покатушки на дальняк 24/7 #5
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10883607json
{
"response": {
"steam_id": 85568392929534820,
"domain": null,
"id": 10883607,
"ip": "31.129.104.50",
"port": 27043,
"query": 27044,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1778055786,
"score": 0,
"last_online": 1778550662,
"icon": null,
"name": "Покатушки на дальняк 24/7 #5",
"connect": "31.129.104.50:27043",
"request": "31.129.104.50:27044",
"map": "usa",
"gamemode": "ПЕРЕД ИГРОЙ ЧИТАЙ ПРАВИЛА - LONGRIDERS.RU",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768321077,
"last_update": 1778550662,
"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": 290,
"language": "ru",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10883607");
$data = json_decode($json, true);
var_dump($data);