Animalia Survival
savannas wildlife için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/11394659json
{
"response": {
"steam_id": "90284830626081804",
"domain": null,
"id": 11394659,
"ip": "103.193.80.180",
"port": 31001,
"query": 31005,
"color": 0,
"city": "Sydney",
"description": null,
"game": 1364290,
"owner": null,
"boosts": 1,
"last_offline": 1777652550,
"score": 0,
"last_online": 1776937843,
"icon": null,
"name": "savannas wildlife",
"connect": "103.193.80.180:31001",
"request": "103.193.80.180:31005",
"map": "Savanna_D4",
"gamemode": "Animalia Survival",
"version": "172",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1774597049,
"last_update": 1777652550,
"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": 15,
"language": "en",
"parked": false,
"app": {
"id": 1579781,
"steam_id": 1364290,
"name": "Animalia Survival",
"url": "animalia-survival"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11394659");
$data = json_decode($json, true);
var_dump($data);