API for BrasilVirtualRacing.com.br#5 - SERVER 5
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286600677272584",
"domain": null,
"id": 11586661,
"ip": "179.184.244.79",
"port": 27023,
"query": 27024,
"project_id": null,
"color": 0,
"city": "Rio de Janeiro",
"description": null,
"game": 1066890,
"owner": null,
"boosts": 1,
"last_offline": 1780588463,
"last_online": 1781199696,
"icon": null,
"name": "BrasilVirtualRacing.com.br#5 - SERVER 5",
"connect": "179.184.244.79:27023",
"request": "179.184.244.79:27024",
"map": "Londrina_long",
"gamemode": "Automobilista 2",
"version": "1.0.0.93",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357351,
"last_update": 1781199696,
"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": 153,
"language": "pt",
"parked": false,
"app": {
"id": 48189,
"steam_id": 1066890,
"name": "Automobilista 2",
"url": "automobilista-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11586661");
$data = json_decode($json, true);
var_dump($data);