Avorion
The Milky Gay için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11179821json
{
"response": {
"steam_id": "90283859269511195",
"domain": null,
"id": 11179821,
"ip": "15.204.60.139",
"port": 9045,
"query": 9048,
"color": 0,
"city": "Hillsboro",
"description": "Welcome to the gayest place in the gaylaxy.",
"game": 445220,
"owner": null,
"boosts": 1,
"last_offline": 1775197332,
"score": 0,
"last_online": 1776249617,
"icon": null,
"name": "The Milky Gay",
"connect": "15.204.60.139:9045",
"request": "15.204.60.139:9048",
"map": "9gfddTsaAN",
"gamemode": "Avorion",
"version": "2.5.13.44140",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772229543,
"last_update": 1776249617,
"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": 221,
"language": "en",
"parked": false,
"app": {
"id": 172,
"steam_id": 445220,
"name": "Avorion",
"url": "avorion"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11179821");
$data = json_decode($json, true);
var_dump($data);