ARK: Survival Evolved
API pentru MESA 6 MAN - Scorched Earth
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/5593026json
{
"response": {
"steam_id": "90284642527345674",
"domain": null,
"id": 5593026,
"ip": "141.98.157.233",
"port": 7783,
"query": 27018,
"color": 0,
"city": "City of London",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776523350,
"score": 0,
"last_online": 1776664827,
"icon": null,
"name": "MESA 6 MAN - Scorched Earth",
"connect": "141.98.157.233:7783",
"request": "141.98.157.233:27018",
"map": "ScorchedEarth",
"gamemode": "TestGameMode_C",
"version": "358.24",
"numplayers": 17,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 45,
"add_date": 1723626319,
"last_update": 1776664827,
"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": 823,
"language": "en",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/5593026");
$data = json_decode($json, true);
var_dump($data);