Automobilista 2
API для #3 No Grip - NO-GRIP-COPA MONTANA
Мы предлагаем широкий выбор методов интеграции. Вы можете воспользоваться любым из них или создать свой собственный с помощью JSON API. Если у вас есть предложение по добавлению нового метода интеграции, пожалуйста, свяжитесь с нами. Связаться с нами
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/10925920json
{
"response": {
"steam_id": "90283878862315545",
"domain": null,
"id": 10925920,
"ip": "37.132.81.123",
"port": 9618,
"query": 9619,
"color": 0,
"city": "Burgos",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1775226733,
"score": 0,
"last_online": 1775680842,
"icon": null,
"name": "#3 No Grip - NO-GRIP-COPA MONTANA",
"connect": "37.132.81.123:9618",
"request": "37.132.81.123:9619",
"map": "Daytona_Nascar_Road_Course",
"gamemode": "Automobilista 2",
"version": "1.0.0.93",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": true,
"country": "ES",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768479269,
"last_update": 1775680842,
"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": 111,
"language": "es",
"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/10925920");
$data = json_decode($json, true);
var_dump($data);