API for #LDC-HOCK-LMP3_Morma
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286237885892622",
"domain": null,
"id": 11637236,
"ip": "90.60.140.22",
"port": 64340,
"query": 64342,
"color": 0,
"city": "Abeilhan",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1779916917,
"last_online": 1780127538,
"icon": null,
"name": "#LDC-HOCK-LMP3_Morma",
"connect": "90.60.140.22:64340",
"request": "90.60.140.22:64342",
"map": "HockenheimRing GP",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 31,
"bots": 0,
"secured": false,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779916917,
"last_update": 1780127538,
"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": 237,
"language": "fr",
"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/11637236");
$data = json_decode($json, true);
var_dump($data);