American Truck Simulator
American Truck Simulator Server - Powered by AMP için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11386846json
{
"response": {
"steam_id": "90283649872019486",
"domain": null,
"id": 11386846,
"ip": "38.194.105.225",
"port": 27018,
"query": 27023,
"color": 0,
"city": "Mansfield",
"description": null,
"game": 270880,
"owner": null,
"boosts": 1,
"last_offline": 1774810933,
"score": 0,
"last_online": 1776024044,
"icon": null,
"name": "American Truck Simulator Server - Powered by AMP",
"connect": "38.194.105.225:27018",
"request": "38.194.105.225:27023",
"map": "usa",
"gamemode": "American Truck Simulator",
"version": null,
"numplayers": 2,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1774596291,
"last_update": 1776024044,
"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": 31,
"language": "en",
"parked": false,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11386846");
$data = json_decode($json, true);
var_dump($data);