API for HORL CTS Series
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286693822922760",
"domain": null,
"id": 11393098,
"ip": "9.138.255.122",
"port": 64210,
"query": 64212,
"project_id": null,
"color": 0,
"city": "Grandy",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1780790838,
"last_online": 1780834037,
"icon": null,
"name": "HORL CTS Series",
"connect": "9.138.255.122:64210",
"request": "9.138.255.122:64212",
"map": "Las Vegas Motor Speedway",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 44,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1774596779,
"last_update": 1780834037,
"banned": true,
"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": null,
"language": "en",
"parked": false,
"app": {
"id": 146,
"steam_id": 365960,
"name": "rFactor 2",
"url": "rfactor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11393098");
$data = json_decode($json, true);
var_dump($data);