Plains of Pain
API for TGD PlainsOFPain
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11219563json
{
"response": {
"steam_id": 90285158273773570,
"domain": null,
"id": 11219563,
"ip": "71.194.153.96",
"port": 7777,
"query": 27016,
"color": 0,
"city": "Wilmington",
"description": null,
"game": 2218970,
"owner": null,
"boosts": 1,
"last_offline": 1774697546,
"score": 0,
"last_online": 1777557127,
"icon": null,
"name": "TGD PlainsOFPain",
"connect": "71.194.153.96:7777",
"request": "71.194.153.96:27016",
"map": "45253564:84:1:768",
"gamemode": "Plains of Pain v0.8.7.8",
"version": "0.8.7.8",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772701587,
"last_update": 1777557127,
"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": 10,
"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/11219563");
$data = json_decode($json, true);
var_dump($data);