API für OVERTAKE.GG OT500 Practice
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": 90286324318465040,
"domain": null,
"id": 11586506,
"ip": "31.204.152.159",
"port": 64397,
"query": 64399,
"color": 0,
"city": "Rotterdam",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1780128765,
"last_online": 1780078961,
"icon": null,
"name": "OVERTAKE.GG OT500 Practice",
"connect": "31.204.152.159:64397",
"request": "31.204.152.159:64399",
"map": "Indianapolis -- Oval",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 80,
"bots": 0,
"secured": false,
"private": true,
"country": "NL",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357191,
"last_update": 1780128765,
"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": 294,
"language": "nl",
"parked": false,
"app": {
"id": 146,
"steam_id": 365960,
"name": "rFactor 2",
"url": "rfactor-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11586506");
$data = json_decode($json, true);
var_dump($data);