Space Engineers
GDPong için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10417959json
{
"response": {
"steam_id": "90283818940511239",
"domain": null,
"id": 10417959,
"ip": "31.214.136.183",
"port": 10600,
"query": 10600,
"color": 0,
"city": "Clifton",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1775124731,
"score": 0,
"last_online": 1776469301,
"icon": null,
"name": "GDPong",
"connect": "31.214.136.183:10600",
"request": "31.214.136.183:10600",
"map": "Star System 2025-09-10 21:23 MA",
"gamemode": "Space Engineers",
"version": "1208015",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759825406,
"last_update": 1776469301,
"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": 853,
"language": "en",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10417959");
$data = json_decode($json, true);
var_dump($data);