ARK: Survival Evolved
API for ...::: NOVO ALFAS BRASIL [OFICIAL-EX] PVP 5X :::...
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7911073json
{
"response": {
"steam_id": "90284400960324637",
"domain": null,
"id": 7911073,
"ip": "151.243.218.28",
"port": 7799,
"query": 27070,
"color": 0,
"city": "São Paulo",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1776252116,
"score": 0,
"last_online": 1776823839,
"icon": null,
"name": "...::: NOVO ALFAS BRASIL [OFICIAL-EX] PVP 5X :::...",
"connect": "151.243.218.28:7799",
"request": "151.243.218.28:27070",
"map": "Extinction",
"gamemode": "TestGameMode_C",
"version": "361.7",
"numplayers": 1,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 31,
"add_date": 1740775700,
"last_update": 1776823839,
"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": 3265,
"language": "pt",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/7911073");
$data = json_decode($json, true);
var_dump($data);