API для GonkyRacing.com | Rental Kart League
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": -1,
"product": "AMS2",
"gametype": "running,servercontrolled,allowemptyjoin,joinable",
"dedicated": true,
"steam_id": "90292071125005335",
"domain": null,
"id": 14334895,
"ip": "89.140.67.240",
"port": 28606,
"query": 28607,
"project_id": null,
"color": 0,
"city": "Кастельон-де-ла-Плана",
"description": null,
"game": 1066890,
"boosts": 1,
"last_offline": 1789226443,
"last_online": 1788444478,
"icon": null,
"name": "GonkyRacing.com | Rental Kart League",
"connect": "89.140.67.240:28606",
"request": "89.140.67.240:28607",
"map": "Speedland1",
"gamemode": null,
"version": "1.0.0.97",
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": true,
"private": null,
"country": "ES",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788444481,
"last_update": 1789226443,
"ban_reason": null,
"banned": false,
"hidden": 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": 447,
"language": "es",
"parked": false,
"app": {
"id": 48189,
"steam_id": 1066890,
"name": "Automobilista 2",
"url": "automobilista-2"
},
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14334895");
$data = json_decode($json, true);
var_dump($data);