VEIN
API for [AU] Purple Flag Community Server - PurpleFlagHosting.com
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10432605json
{
"response": {
"steam_id": "90284790488000522",
"domain": null,
"id": 10432605,
"ip": "51.161.192.11",
"port": 2023,
"query": 2024,
"color": 0,
"city": "North Sydney",
"description": null,
"game": 1857950,
"owner": null,
"boosts": 1,
"last_offline": 1775001733,
"score": 0,
"last_online": 1776825740,
"icon": null,
"name": "[AU] Purple Flag Community Server - PurpleFlagHosting.com",
"connect": "51.161.192.11:2023",
"request": "51.161.192.11:2024",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759829732,
"last_update": 1776825740,
"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": 277,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10432605");
$data = json_decode($json, true);
var_dump($data);