Plains of Pain
API for Touring The Plains
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11219560json
{
"response": {
"steam_id": "90285034462941204",
"domain": null,
"id": 11219560,
"ip": "172.240.218.248",
"port": 20600,
"query": 20610,
"color": 0,
"city": "Dallas",
"description": null,
"game": 2218970,
"owner": null,
"boosts": 1,
"last_offline": 1777557150,
"score": 0,
"last_online": 1777296715,
"icon": null,
"name": "Touring The Plains",
"connect": "172.240.218.248:20600",
"request": "172.240.218.248:20610",
"map": "7746282:31:1:512",
"gamemode": "Plains of Pain v0.8.7.8",
"version": "0.8.7.8",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772701587,
"last_update": 1777557150,
"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": 21,
"language": "en",
"parked": false,
"app": {
"id": 1617062,
"steam_id": 2218970,
"name": "Plains of Pain",
"url": "plains-of-pain"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11219560");
$data = json_decode($json, true);
var_dump($data);