Microsoft Flight Simulator X: Steam Edition
Airliner World FlightsAirliner World Flights için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/6954699json
{
"response": {
"steam_id": "90285135887332369",
"domain": null,
"id": 6954699,
"ip": "162.255.114.71",
"port": 6112,
"query": 27016,
"color": 0,
"city": "London",
"description": null,
"game": 314160,
"owner": null,
"boosts": 1,
"last_offline": 1777490002,
"score": 0,
"last_online": 1777554029,
"icon": null,
"name": "Airliner World FlightsAirliner World Flights",
"connect": "162.255.114.71:6112",
"request": "162.255.114.71:27016",
"map": "McCarran Intl",
"gamemode": "C=1,Welcome! join/start a group flight. no bad planes Enjoy!",
"version": "3.4.4.4",
"numplayers": 1,
"maxplayers": 99,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 50,
"add_date": 1734698334,
"last_update": 1777554029,
"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": 1611048,
"steam_id": 314160,
"name": "Microsoft Flight Simulator X: Steam Edition",
"url": "microsoft-flight-simulator-x-steam-edition"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/6954699");
$data = json_decode($json, true);
var_dump($data);