rFactor 2
API für RaceF1 DTM 2026
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/1470119json
{
"response": {
"steam_id": "90283802733192206",
"domain": null,
"id": 1470119,
"ip": "136.243.144.83",
"port": 64397,
"query": 64399,
"color": 0,
"city": "Falkenstein",
"description": "",
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1772053298,
"score": null,
"last_online": 1776226849,
"icon": null,
"name": "RaceF1 DTM 2026",
"connect": "136.243.144.83:64397",
"request": "136.243.144.83:64399",
"map": "HockenheimRing DTM 2024",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 0,
"maxplayers": 46,
"bots": 0,
"secured": false,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1697314227,
"last_update": 1776226849,
"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": 43,
"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/1470119");
$data = json_decode($json, true);
var_dump($data);