VEIN
API for Bartleskeet
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/9967341json
{
"response": {
"steam_id": "90284733641792533",
"domain": null,
"id": 9967341,
"ip": "68.231.6.213",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Phoenix",
"description": "[{\"id\":\"jx6mhjzL67\",\"type\":\"paragraph\",\"data\":{\"text\":\"Our community game server that is ever evolving. If you want to play, you are welcome. It's a public server, but not heavily centric around pvp, although pvp is enabled.\\nNo base raiding, no decay, and you can't run over other players. \"}},{\"id\":\"SAmzujm9Yz\",\"type\":\"paragraph\",\"data\":{\"text\":\"Come join our Discord. https://discord.gg/rJcc6pq4\"}}]",
"game": 1857950,
"owner": 130468,
"boosts": 1,
"last_offline": 1776509560,
"score": 5,
"last_online": 1776814815,
"icon": null,
"name": "Bartleskeet",
"connect": "68.231.6.213:7777",
"request": "68.231.6.213:27015",
"map": "Champlain Valley",
"gamemode": "VEIN",
"version": "0.023h4",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1754845877,
"last_update": 1776814815,
"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": 4,
"language": "en",
"parked": false,
"app": {
"id": 1530675,
"steam_id": 1857950,
"name": "VEIN",
"url": "vein"
},
"server_owner": {
"username": "darkschneidr",
"avatar": "86be3547-afbf-405d-b575-3a628a2e5a58.jpg",
"last_online": 1761679806
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9967341");
$data = json_decode($json, true);
var_dump($data);