Euro Truck Simulator 2
Cv2 Brasil - ETS2 #2 - discord.gg/Gbg9JeGYXq için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/8991156json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8991156,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": null,
"game": 227300,
"owner": 118052,
"boosts": 1,
"last_offline": 1761889968,
"score": 0,
"last_online": 1760964097,
"icon": null,
"name": "Cv2 Brasil - ETS2 #2 - discord.gg/Gbg9JeGYXq",
"connect": null,
"request": null,
"map": "/map/europe.mbd",
"gamemode": "Cv2 Brasil - discord.gg/Gbg9JeGYXq",
"version": null,
"numplayers": 0,
"maxplayers": 128,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1746828789,
"last_update": 1761889968,
"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": 1133,
"language": "pt",
"parked": true,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": {
"username": "Cv2Brasil",
"avatar": "4a4aedd2-c124-4416-a8a2-5d3c9731bd23.jpg",
"last_online": 1746900423
},
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/8991156");
$data = json_decode($json, true);
var_dump($data);