API for Outlaws EnduroChamp(4)
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285581065110552",
"domain": null,
"id": 10961580,
"ip": "103.52.117.73",
"port": 30425,
"query": 30427,
"color": 0,
"city": "Melbourne",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1778416983,
"last_online": 1780129340,
"icon": null,
"name": "Outlaws EnduroChamp(4)",
"connect": "103.52.117.73:30425",
"request": "103.52.117.73:30427",
"map": "Circuit of the Americas",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 31,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1768751599,
"last_update": 1780129340,
"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": 138,
"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/10961580");
$data = json_decode($json, true);
var_dump($data);