American Truck Simulator
BRs Na Estrada - Servidor Dedicado 1 - discord.brsnaestrada.com için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7069523json
{
"response": {
"steam_id": null,
"domain": null,
"id": 7069523,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Taboão da Serra",
"description": null,
"game": 270880,
"owner": 117518,
"boosts": 1,
"last_offline": 1771221666,
"score": 0,
"last_online": 1770312617,
"icon": null,
"name": "BRs Na Estrada - Servidor Dedicado 1 - discord.brsnaestrada.com",
"connect": null,
"request": null,
"map": "usa",
"gamemode": "BRs Na Estrada - Discord https://discord.brsnaestrada.com/",
"version": null,
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1735750535,
"last_update": 1771221666,
"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": 591,
"language": "pt",
"parked": true,
"app": {
"id": 2949,
"steam_id": 270880,
"name": "American Truck Simulator",
"url": "american-truck-simulator"
},
"server_owner": {
"username": "guluppigl",
"avatar": "no.jpg",
"last_online": 1755094884
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7069523");
$data = json_decode($json, true);
var_dump($data);