API für KS COTF UK RD2 RACE
JSON für Programme, Websites und mehr
text
json
{
"response": {
"steam_id": "90286527980920849",
"domain": null,
"id": 11756288,
"ip": "88.198.39.143",
"port": 63514,
"query": 63516,
"color": 0,
"city": "Nuremberg",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1780603402,
"last_online": 1780574448,
"icon": null,
"name": "KS COTF UK RD2 RACE",
"connect": "88.198.39.143:63514",
"request": "88.198.39.143:63516",
"map": "Larkhall Pro 2026",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 34,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780520153,
"last_update": 1780603402,
"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": 345,
"language": "de",
"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/11756288");
$data = json_decode($json, true);
var_dump($data);