rFactor 2
API for Vintage F1 Fanatics
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11180253json
{
"response": {
"steam_id": "90285100326568973",
"domain": null,
"id": 11180253,
"ip": "172.245.177.71",
"port": 64397,
"query": 64399,
"color": 0,
"city": "Buffalo",
"description": null,
"game": 365960,
"owner": null,
"boosts": 1,
"last_offline": 1777423394,
"score": 0,
"last_online": 1777597835,
"icon": null,
"name": "Vintage F1 Fanatics",
"connect": "172.245.177.71:64397",
"request": "172.245.177.71:64399",
"map": "BrandsHatch 1986",
"gamemode": "rFactor 2",
"version": "11134",
"numplayers": 1,
"maxplayers": 46,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1772229591,
"last_update": 1777597835,
"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": 24,
"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/11180253");
$data = json_decode($json, true);
var_dump($data);