Wreckfest
Wreckfest - Official EU #3 (All Tracks, No Trucks) için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/820645json
{
"response": {
"steam_id": "90284798096245772",
"domain": null,
"id": 820645,
"ip": "173.199.79.5",
"port": 33540,
"query": 27066,
"color": 0,
"city": "Poplar",
"description": "",
"game": 228380,
"owner": null,
"boosts": 1,
"last_offline": 1776834230,
"score": null,
"last_online": 1777531306,
"icon": null,
"name": "Wreckfest - Official EU #3 (All Tracks, No Trucks)",
"connect": "173.199.79.5:33540",
"request": "173.199.79.5:27066",
"map": "Main Circuit",
"gamemode": "Wreckfest",
"version": "1.0.2.4",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1684364023,
"last_update": 1777531306,
"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": 2,
"language": "en",
"parked": false,
"app": {
"id": 2001,
"steam_id": 228380,
"name": "Wreckfest",
"url": "wreckfest"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/820645");
$data = json_decode($json, true);
var_dump($data);