Motor Town: Behind The Wheel
[UK/EN] Camaraderie Community | discord.gg/camaraderie için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/7777122json
{
"response": {
"steam_id": "90284373871948809",
"domain": null,
"id": 7777122,
"ip": "185.206.149.212",
"port": 7778,
"query": 27016,
"color": 0,
"city": "Treeton",
"description": null,
"game": 1369670,
"owner": null,
"boosts": 1,
"last_offline": 1773545567,
"score": 5,
"last_online": 1776218418,
"icon": null,
"name": "[UK/EN] Camaraderie Community | discord.gg/camaraderie",
"connect": "185.206.149.212:7778",
"request": "185.206.149.212:27016",
"map": null,
"gamemode": "Unreal Test!",
"version": "0.7.18+1",
"numplayers": 10,
"maxplayers": 96,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 40,
"add_date": 1739917346,
"last_update": 1776218418,
"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": 14,
"language": "en",
"parked": false,
"app": {
"id": 1564980,
"steam_id": 1369670,
"name": "Motor Town: Behind The Wheel",
"url": "motor-town-behind-the-wheel"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/7777122");
$data = json_decode($json, true);
var_dump($data);