Automobilista
API for !NEOBR_STOCK CAR LIGHT
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11219630json
{
"response": {
"steam_id": "90285124452613135",
"domain": null,
"id": 11219630,
"ip": "187.63.105.30",
"port": 34599,
"query": 27018,
"color": 0,
"city": "Brasília",
"description": null,
"game": 431600,
"owner": null,
"boosts": 1,
"last_offline": 1777012395,
"score": 0,
"last_online": 1777542644,
"icon": null,
"name": "!NEOBR_STOCK CAR LIGHT",
"connect": "187.63.105.30:34599",
"request": "187.63.105.30:27018",
"map": "Londrina",
"gamemode": "Automobilista: StockCar Light 2007",
"version": "1",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772701685,
"last_update": 1777542644,
"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": 6,
"language": "pt",
"parked": false,
"app": {
"id": 166,
"steam_id": 431600,
"name": "Automobilista",
"url": "automobilista"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11219630");
$data = json_decode($json, true);
var_dump($data);