The Isle
API for Age of Dino (SU)
We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Contact us
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3982211json
{
"response": {
"steam_id": "90284112448929821",
"domain": null,
"id": 3982211,
"ip": "109.248.4.31",
"port": 24357,
"query": 24358,
"color": 0,
"city": "Moscow",
"description": "[\n {\n \"id\": \"xs0DBaz1t-\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"**Age of Dino** — одно из крупнейших русскоязычных сообществ в играх по динозаврам.\\n\\nНас отличает **стабильность**, **грамотная социальная политика**, **отлаженная годами система администрирования**, в которой **нет** места коррупции, кумовству и подсуживанию, и, конечно, **самые добрые игроки**.\\n\\nНаходи друзей и веселись!\"\n }\n },\n {\n \"id\": \"F4iEUG_61O\",\n \"type\": \"paragraph\",\n \"data\": {\n \"text\": \"**Полезная информация:**\\n[DISCORD-СЕРВЕР](https://discord.gg/age-of-dino/)\\n[САЙТ](https://ageofdino.ru/)\\n[VK](https://vk.com/ageofdino)\\n[НОВОСТНОЙ TG-КАНАЛ](https://t.me/age_of_dino_news)\\n[TG-КАНАЛ ДЛЯ ОБЩЕНИЯ](https://t.me/age_of_dino_chat)\"\n }\n },\n {\n \"id\": \"A2yPf5JYz1\",\n \"type\": \"image\",\n \"data\": {\n \"caption\": \"\",\n \"withBorder\": false,\n \"withBackground\": false,\n \"stretched\": false,\n \"file\": {\n \"url\": \"https://cdn.gamemonitoring.net/images/content/27ea7325-29bb-4175-90e9-c4efc7ddead1.jpg\"\n }\n }\n }\n]",
"game": 376210,
"owner": 47214,
"boosts": 1,
"last_offline": 1775607222,
"score": 2.6,
"last_online": 1775767809,
"icon": null,
"name": "Age of Dino (SU)",
"connect": "109.248.4.31:24357",
"request": "109.248.4.31:24358",
"map": "Isle V3",
"gamemode": "Survival",
"version": "0.1.8.1",
"numplayers": 89,
"maxplayers": 170,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 1,
"points": 124,
"add_date": 1714156406,
"last_update": 1775767809,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": 1,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4,
"language": "ru",
"parked": false,
"app": {
"id": 136,
"steam_id": 376210,
"name": "The Isle",
"url": "the-isle"
},
"server_owner": {
"username": "devildinosaur",
"avatar": "e5e9f827-3c8a-4fcd-9636-26f5e3a7de76.jpg",
"last_online": 1775768079
},
"mods": [
{
"id": 1986,
"name": "New dinos"
},
{
"id": 1987,
"name": "sandbox dinos"
}
],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3982211");
$data = json_decode($json, true);
var_dump($data);