Automobilista 2
API for [RUS] 3 plus-project-gt.ru
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10888421json
{
"response": {
"steam_id": "90284622505646099",
"domain": null,
"id": 10888421,
"ip": "92.100.38.42",
"port": 27015,
"query": 27016,
"color": 0,
"city": "St Petersburg",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1776542003,
"score": 0,
"last_online": 1776634250,
"icon": null,
"name": "[RUS] 3 plus-project-gt.ru",
"connect": "92.100.38.42:27015",
"request": "92.100.38.42:27016",
"map": "Monza_2020",
"gamemode": "Automobilista 2",
"version": "1.0.0.93",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "RU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768322305,
"last_update": 1776634250,
"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": 107,
"language": "ru",
"parked": false,
"app": {
"id": 48189,
"steam_id": 1066890,
"name": "Automobilista 2",
"url": "automobilista-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10888421");
$data = json_decode($json, true);
var_dump($data);