Euro Truck Simulator 2
RED Community Custom Server (1.58) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11488498json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11488498,
"ip": "89.42.88.100",
"port": 27015,
"query": 27016,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 227300,
"owner": null,
"boosts": 1,
"last_offline": 1775992872,
"score": 0,
"last_online": 1775930424,
"icon": null,
"name": "RED Community Custom Server (1.58)",
"connect": "89.42.88.100:27015",
"request": "89.42.88.100:27016",
"map": "europe",
"gamemode": "Hosted By RED",
"version": null,
"numplayers": 0,
"maxplayers": 6,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1775507548,
"last_update": 1775992872,
"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": 1492,
"language": "de",
"parked": false,
"app": {
"id": 1980,
"steam_id": 227300,
"name": "Euro Truck Simulator 2",
"url": "euro-truck-simulator-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11488498");
$data = json_decode($json, true);
var_dump($data);