API for OverTake/RD#2 - Saturday Race Practice
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286979692437520,
"domain": null,
"id": 11586618,
"ip": "31.204.152.159",
"port": 27025,
"query": 27026,
"project_id": null,
"color": 0,
"city": "Rotterdam",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1781382250,
"last_online": 1781493093,
"icon": null,
"name": "OverTake/RD#2 - Saturday Race Practice",
"connect": "31.204.152.159:27025",
"request": "31.204.152.159:27026",
"map": "Donington_GP",
"gamemode": "Automobilista 2",
"version": "1.0.0.96",
"numplayers": 0,
"maxplayers": 26,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357350,
"last_update": 1781493093,
"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": 128,
"language": "nl",
"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/11586618");
$data = json_decode($json, true);
var_dump($data);