Automobilista 2
API pentru lowfuelmotorsport.com | LFMR | 308049|1
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/10888410json
{
"response": {
"steam_id": "90284671670134806",
"domain": null,
"id": 10888410,
"ip": "213.239.209.81",
"port": 14002,
"query": 18002,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1776632000,
"score": 0,
"last_online": 1776633614,
"icon": null,
"name": "lowfuelmotorsport.com | LFMR | 308049|1",
"connect": "213.239.209.81:14002",
"request": "213.239.209.81:18002",
"map": "BrandsHatch_GP",
"gamemode": "Automobilista 2",
"version": "1.0.0.93",
"numplayers": 6,
"maxplayers": 6,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 84,
"add_date": 1768322304,
"last_update": 1776633614,
"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": 4,
"language": "de",
"parked": false,
"app": {
"id": 48189,
"steam_id": 1066890,
"name": "Automobilista 2",
"url": "automobilista-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/10888410");
$data = json_decode($json, true);
var_dump($data);