Automobilista 2
API для Hotlap Avril - LeF #JR
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11088060json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11088060,
"ip": "82.67.188.137",
"port": 26011,
"query": 26021,
"color": 0,
"city": "Paris",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1775691680,
"score": 0,
"last_online": 1775644855,
"icon": null,
"name": "Hotlap Avril - LeF #JR",
"connect": "82.67.188.137:26011",
"request": "82.67.188.137:26021",
"map": "Spielberg_Vintage",
"gamemode": "Automobilista 2",
"version": null,
"numplayers": 0,
"maxplayers": 26,
"bots": 0,
"secured": true,
"private": true,
"country": "FR",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1770023847,
"last_update": 1775691680,
"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": 206,
"language": "fr",
"parked": false,
"app": {
"id": 48189,
"steam_id": 1066890,
"name": "Automobilista 2",
"url": "automobilista-2",
"popular_maps_available": true
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11088060");
$data = json_decode($json, true);
var_dump($data);