American Truck Simulator
API pentru [CN]斗鱼521443 - Reforma https://ab.cd
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/3045694json
{
"response": {
"steam_id": "85568392926851242",
"domain": null,
"id": 3045694,
"ip": "117.50.178.31",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Beijing",
"description": "",
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1768642910,
"score": null,
"last_online": 1776427250,
"icon": null,
"name": "[CN]斗鱼521443 - Reforma https://ab.cd",
"connect": "117.50.178.31:27015",
"request": "117.50.178.31:27016",
"map": "usa",
"gamemode": "QQ群:772981621,YY频道:58812578",
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1708110737,
"last_update": 1776427250,
"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": 40,
"language": "zh",
"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/3045694");
$data = json_decode($json, true);
var_dump($data);