forge/public/docs/index.html
Refringe 297937a2ea
Scribe API Documentation
Installs Scribe for (mostly) automatic API documentation. Does a pretty good job and it's pretty painless to set-up. I'll have to configure it to work in the CI and to ensure that the static files are being pushed to production as they should be, but this is a good start.
2024-09-17 01:41:00 -04:00

11427 lines
571 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>The Forge API Documentation</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="../docs/css/theme-default.style.css" media="screen">
<link rel="stylesheet" href="../docs/css/theme-default.print.css" media="print">
<script src="https://cdn.jsdelivr.net/npm/lodash@4.17.10/lodash.min.js"></script>
<link rel="stylesheet"
href="https://unpkg.com/@highlightjs/cdn-assets@11.6.0/styles/obsidian.min.css">
<script src="https://unpkg.com/@highlightjs/cdn-assets@11.6.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jets/0.14.1/jets.min.js"></script>
<style id="language-style">
/* starts out as display none and is replaced with js later */
body .content .javascript-example code { display: none; }
body .content .php-example code { display: none; }
body .content .python-example code { display: none; }
</style>
<script>
var tryItOutBaseUrl = "http://forge.test";
var useCsrf = Boolean();
var csrfUrl = "/sanctum/csrf-cookie";
</script>
<script src="../docs/js/tryitout-4.37.2.js"></script>
<script src="../docs/js/theme-default-4.37.2.js"></script>
</head>
<body data-languages="[&quot;javascript&quot;,&quot;php&quot;,&quot;python&quot;]">
<a href="#" id="nav-button">
<span>
MENU
<img src="../docs/images/navbar.png" alt="navbar-image"/>
</span>
</a>
<div class="tocify-wrapper">
<div class="lang-selector">
<button type="button" class="lang-button" data-language-name="javascript">javascript</button>
<button type="button" class="lang-button" data-language-name="php">php</button>
<button type="button" class="lang-button" data-language-name="python">python</button>
</div>
<div class="search">
<input type="text" class="search" id="input-search" placeholder="Search">
</div>
<div id="toc">
<ul id="tocify-header-introduction" class="tocify-header">
<li class="tocify-item level-1" data-unique="introduction">
<a href="#introduction">Introduction</a>
</li>
</ul>
<ul id="tocify-header-authenticating-requests" class="tocify-header">
<li class="tocify-item level-1" data-unique="authenticating-requests">
<a href="#authenticating-requests">Authenticating requests</a>
</li>
</ul>
<ul id="tocify-header-authentication" class="tocify-header">
<li class="tocify-item level-1" data-unique="authentication">
<a href="#authentication">Authentication</a>
</li>
<ul id="tocify-subheader-authentication" class="tocify-subheader">
<li class="tocify-item level-2" data-unique="authentication-POSTapi-login">
<a href="#authentication-POSTapi-login">Login</a>
</li>
<li class="tocify-item level-2" data-unique="authentication-DELETEapi-logout">
<a href="#authentication-DELETEapi-logout">Logout</a>
</li>
<li class="tocify-item level-2" data-unique="authentication-DELETEapi-logout-all">
<a href="#authentication-DELETEapi-logout-all">Logout All</a>
</li>
</ul>
</ul>
<ul id="tocify-header-mods" class="tocify-header">
<li class="tocify-item level-1" data-unique="mods">
<a href="#mods">Mods</a>
</li>
<ul id="tocify-subheader-mods" class="tocify-subheader">
<li class="tocify-item level-2" data-unique="mods-GETapi-v0-mods">
<a href="#mods-GETapi-v0-mods">Get Mods</a>
</li>
<li class="tocify-item level-2" data-unique="mods-GETapi-v0-mods--id-">
<a href="#mods-GETapi-v0-mods--id-">Get Mod</a>
</li>
</ul>
</ul>
<ul id="tocify-header-users" class="tocify-header">
<li class="tocify-item level-1" data-unique="users">
<a href="#users">Users</a>
</li>
<ul id="tocify-subheader-users" class="tocify-subheader">
<li class="tocify-item level-2" data-unique="users-GETapi-v0-users">
<a href="#users-GETapi-v0-users">Get Users</a>
</li>
<li class="tocify-item level-2" data-unique="users-GETapi-v0-users--id-">
<a href="#users-GETapi-v0-users--id-">Get User</a>
</li>
</ul>
</ul>
</div>
<ul class="toc-footer" id="toc-footer">
<li style="padding-bottom: 5px;"><a href="../docs/collection.json">View Postman collection</a></li>
<li style="padding-bottom: 5px;"><a href="../docs/openapi.yaml">View OpenAPI spec</a></li>
<li><a href="http://github.com/knuckleswtf/scribe">Documentation powered by Scribe ✍</a></li>
</ul>
<ul class="toc-footer" id="last-updated">
<li>Last updated: September 17, 2024</li>
</ul>
</div>
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
<h1 id="introduction">Introduction</h1>
<aside>
<strong>Base URL</strong>: <code>http://forge.test</code>
</aside>
<p>This documentation aims to provide all the information you need to work with our API.</p>
<aside>As you scroll, you'll see code examples for working with the API in different programming languages in the dark area to the right (or as part of the content on mobile).
You can switch the language used with the tabs at the top right (or from the nav menu at the top left on mobile).</aside>
<h1 id="authenticating-requests">Authenticating requests</h1>
<p>To authenticate requests, include an <strong><code>Authorization</code></strong> header with the value <strong><code>"Bearer YOUR_API_KEY"</code></strong>.</p>
<p>All authenticated endpoints are marked with a <code>requires authentication</code> badge in the documentation below.</p>
<p>You can generate your own API token by logging into The Forge, clicking your profile picture, and clicking <b>API Tokens</b>.</p>
<h1 id="authentication">Authentication</h1>
<h2 id="authentication-POSTapi-login">Login</h2>
<p>
</p>
<p>Authenticates the user and returns a read-only API token. This API token can then be saved and used for future
requests that require authentication. <aside class="warning">This method is made available for mod authors to
incorporate into their mods so that users can easily authenticate using their own API token. For typical API use,
you should log into the website, create an API token, and use that token for your API requests.</aside></p>
<span id="example-requests-POSTapi-login">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/login"
);
const headers = {
"Content-Type": "application/json",
"Accept": "application/json",
};
let body = {
"email": "olson.margret@example.net",
"password": "j\/.0^{~eOsyx^",
"token_name": "Dynamic API Token"
};
fetch(url, {
method: "POST",
headers,
body: JSON.stringify(body),
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/login';
$response = $client-&gt;post(
$url,
[
'headers' =&gt; [
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
'json' =&gt; [
'email' =&gt; 'olson.margret@example.net',
'password' =&gt; 'j/.0^{~eOsyx^',
'token_name' =&gt; 'Dynamic API Token',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/login'
payload = {
"email": "olson.margret@example.net",
"password": "j\/.0^{~eOsyx^",
"token_name": "Dynamic API Token"
}
headers = {
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('POST', url, headers=headers, json=payload)
response.json()</code></pre></div>
</span>
<span id="example-responses-POSTapi-login">
<blockquote>
<p>Example response (200, Authenticated successfully):</p>
</blockquote>
<pre>
<code class="language-json" style="max-height: 300px;">{
&quot;message&quot;: &quot;authenticated&quot;,
&quot;data&quot;: {
&quot;token&quot;: &quot;YOUR_API_KEY&quot;
},
&quot;status&quot;: 200
}</code>
</pre>
<blockquote>
<p>Example response (401, Invalid credentials):</p>
</blockquote>
<pre>
<code class="language-json" style="max-height: 300px;">{
&quot;message&quot;: &quot;invalid credentials&quot;,
&quot;status&quot;: 401
}</code>
</pre>
</span>
<span id="execution-results-POSTapi-login" hidden>
<blockquote>Received response<span
id="execution-response-status-POSTapi-login"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-POSTapi-login"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-POSTapi-login" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-POSTapi-login">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-POSTapi-login" data-method="POST"
data-path="api/login"
data-authed="0"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('POSTapi-login', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-POSTapi-login"
onclick="tryItOut('POSTapi-login');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-POSTapi-login"
onclick="cancelTryOut('POSTapi-login');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-POSTapi-login"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-black">POST</small>
<b><code>api/login</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="POSTapi-login"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="POSTapi-login"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<h4 class="fancy-heading-panel"><b>Body Parameters</b></h4>
<div style=" padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>email</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
&nbsp;
<input type="text" style="display: none"
name="email" data-endpoint="POSTapi-login"
value="olson.margret@example.net"
data-component="body">
<br>
<p>Must be a valid email address. Example: <code>olson.margret@example.net</code></p>
</div>
<div style=" padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>password</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
&nbsp;
<input type="text" style="display: none"
name="password" data-endpoint="POSTapi-login"
value="j/.0^{~eOsyx^"
data-component="body">
<br>
<p>Example: <code>j/.0^{~eOsyx^</code></p>
</div>
<div style=" padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>token_name</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="token_name" data-endpoint="POSTapi-login"
value="Dynamic API Token"
data-component="body">
<br>
<p>The name of the API token. Example: <code>Dynamic API Token</code></p>
</div>
</form>
<h3>Response</h3>
<h4 class="fancy-heading-panel"><b>Response Fields</b></h4>
<div style=" padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>token</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
&nbsp;
<br>
<p>The newly created read-only API token to use for future authenticated requests.</p>
</div>
<h2 id="authentication-DELETEapi-logout">Logout</h2>
<p>
<small class="badge badge-darkred">requires authentication</small>
</p>
<p>Destroys the user's current API token, effectively logging them out.</p>
<span id="example-requests-DELETEapi-logout">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/logout"
);
const headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/logout';
$response = $client-&gt;delete(
$url,
[
'headers' =&gt; [
'Authorization' =&gt; 'Bearer YOUR_API_KEY',
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/logout'
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('DELETE', url, headers=headers)
response.json()</code></pre></div>
</span>
<span id="example-responses-DELETEapi-logout">
<blockquote>
<p>Example response (200, Token destroyed successfully):</p>
</blockquote>
<pre>
<code class="language-json" style="max-height: 300px;">{
&quot;message&quot;: &quot;success&quot;,
&quot;status&quot;: 200
}</code>
</pre>
</span>
<span id="execution-results-DELETEapi-logout" hidden>
<blockquote>Received response<span
id="execution-response-status-DELETEapi-logout"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-DELETEapi-logout"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-DELETEapi-logout" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-DELETEapi-logout">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-DELETEapi-logout" data-method="DELETE"
data-path="api/logout"
data-authed="1"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('DELETEapi-logout', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-DELETEapi-logout"
onclick="tryItOut('DELETEapi-logout');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-DELETEapi-logout"
onclick="cancelTryOut('DELETEapi-logout');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-DELETEapi-logout"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-red">DELETE</small>
<b><code>api/logout</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Authorization</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Authorization" class="auth-value" data-endpoint="DELETEapi-logout"
value="Bearer YOUR_API_KEY"
data-component="header">
<br>
<p>Example: <code>Bearer YOUR_API_KEY</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="DELETEapi-logout"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="DELETEapi-logout"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
</form>
<h2 id="authentication-DELETEapi-logout-all">Logout All</h2>
<p>
<small class="badge badge-darkred">requires authentication</small>
</p>
<p>Destroys all the user's API tokens, effectively logging everyone out of the account.</p>
<span id="example-requests-DELETEapi-logout-all">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/logout/all"
);
const headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "DELETE",
headers,
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/logout/all';
$response = $client-&gt;delete(
$url,
[
'headers' =&gt; [
'Authorization' =&gt; 'Bearer YOUR_API_KEY',
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/logout/all'
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('DELETE', url, headers=headers)
response.json()</code></pre></div>
</span>
<span id="example-responses-DELETEapi-logout-all">
<blockquote>
<p>Example response (200, Tokens destroyed successfully):</p>
</blockquote>
<pre>
<code class="language-json" style="max-height: 300px;">{
&quot;message&quot;: &quot;success&quot;,
&quot;status&quot;: 200
}</code>
</pre>
</span>
<span id="execution-results-DELETEapi-logout-all" hidden>
<blockquote>Received response<span
id="execution-response-status-DELETEapi-logout-all"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-DELETEapi-logout-all"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-DELETEapi-logout-all" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-DELETEapi-logout-all">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-DELETEapi-logout-all" data-method="DELETE"
data-path="api/logout/all"
data-authed="1"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('DELETEapi-logout-all', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-DELETEapi-logout-all"
onclick="tryItOut('DELETEapi-logout-all');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-DELETEapi-logout-all"
onclick="cancelTryOut('DELETEapi-logout-all');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-DELETEapi-logout-all"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-red">DELETE</small>
<b><code>api/logout/all</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Authorization</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Authorization" class="auth-value" data-endpoint="DELETEapi-logout-all"
value="Bearer YOUR_API_KEY"
data-component="header">
<br>
<p>Example: <code>Bearer YOUR_API_KEY</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="DELETEapi-logout-all"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="DELETEapi-logout-all"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
</form>
<h1 id="mods">Mods</h1>
<h2 id="mods-GETapi-v0-mods">Get Mods</h2>
<p>
<small class="badge badge-darkred">requires authentication</small>
</p>
<p>List, filter, and sort basic information about mods.</p>
<span id="example-requests-GETapi-v0-mods">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/v0/mods"
);
const params = {
"include": "users,versions,license",
"filter[id]": "5,10,15",
"filter[hub_id]": "20",
"filter[name]": "*SAIN*",
"filter[slug]": "*raid-times",
"filter[teaser]": "*weighted*random*times*",
"filter[source_code_link]": "*https*.net*",
"filter[featured]": "true",
"filter[contains_ads]": "true",
"filter[contains_ai_content]": "true",
"filter[created_at]": "2023-12-31,2024-12-31",
"filter[updated_at]": "2023-12-31,2024-12-31",
"filter[published_at]": "2023-12-31,2024-12-31",
"sort": "-featured,name",
};
Object.keys(params)
.forEach(key =&gt; url.searchParams.append(key, params[key]));
const headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/v0/mods';
$response = $client-&gt;get(
$url,
[
'headers' =&gt; [
'Authorization' =&gt; 'Bearer YOUR_API_KEY',
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
'query' =&gt; [
'include' =&gt; 'users,versions,license',
'filter[id]' =&gt; '5,10,15',
'filter[hub_id]' =&gt; '20',
'filter[name]' =&gt; '*SAIN*',
'filter[slug]' =&gt; '*raid-times',
'filter[teaser]' =&gt; '*weighted*random*times*',
'filter[source_code_link]' =&gt; '*https*.net*',
'filter[featured]' =&gt; 'true',
'filter[contains_ads]' =&gt; 'true',
'filter[contains_ai_content]' =&gt; 'true',
'filter[created_at]' =&gt; '2023-12-31,2024-12-31',
'filter[updated_at]' =&gt; '2023-12-31,2024-12-31',
'filter[published_at]' =&gt; '2023-12-31,2024-12-31',
'sort' =&gt; '-featured,name',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/v0/mods'
params = {
'include': 'users,versions,license',
'filter[id]': '5,10,15',
'filter[hub_id]': '20',
'filter[name]': '*SAIN*',
'filter[slug]': '*raid-times',
'filter[teaser]': '*weighted*random*times*',
'filter[source_code_link]': '*https*.net*',
'filter[featured]': 'true',
'filter[contains_ads]': 'true',
'filter[contains_ai_content]': 'true',
'filter[created_at]': '2023-12-31,2024-12-31',
'filter[updated_at]': '2023-12-31,2024-12-31',
'filter[published_at]': '2023-12-31,2024-12-31',
'sort': '-featured,name',
}
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, params=params)
response.json()</code></pre></div>
</span>
<span id="example-responses-GETapi-v0-mods">
<blockquote>
<p>Example response (200):</p>
</blockquote>
<details class="annotation">
<summary style="cursor: pointer;">
<small onclick="textContent = parentElement.parentElement.open ? 'Show headers' : 'Hide headers'">Show headers</small>
</summary>
<pre><code class="language-http">cache-control: no-cache, private
content-type: application/json
access-control-allow-origin: *
</code></pre></details> <pre>
<code class="language-json" style="max-height: 300px;">{
&quot;data&quot;: [
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1578,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 2084,
&quot;name&quot;: &quot;Assort editor&quot;,
&quot;slug&quot;: &quot;assort-editor&quot;,
&quot;teaser&quot;: &quot;A webtool to edit your existing trader assort prices, for balancing reasons.\r\n\r\n2 boxes of matches a bit too cheap for that fully kitted MDR762, but you like the mod otherwise? This can fix that in an easy to understand way. No fiddling with .json files!&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://dev.sp-tarkov.com/archon0ne/Assort_editor&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: true,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-07-03T18:05:35.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-03 18:05:35&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 28317
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/28317/archon0ne&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7745
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/archon0ne/Assort_editor/releases/download/1.1.0/Assort_Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7739
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/archon0ne/Assort_editor/archive/main.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 28317,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;archon0ne&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-03-09T14:05:22.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:50.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/28317/archon0ne&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7745,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10456,
&quot;mod_id&quot;: 1578,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/archon0ne/Assort_editor/releases/download/1.1.0/Assort_Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/url/c59d29876cb827c82bcc93082a7b71407d42a76d2e7509dd1710b7f913773253?nocache=1&quot;,
&quot;downloads&quot;: 1535,
&quot;created_at&quot;: &quot;2024-07-04T09:59:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-04T09:59:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-04 09:59:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7739,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10450,
&quot;mod_id&quot;: 1578,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/archon0ne/Assort_editor/archive/main.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/url/c59d29876cb827c82bcc93082a7b71407d42a76d2e7509dd1710b7f913773253?nocache=1&quot;,
&quot;downloads&quot;: 110,
&quot;created_at&quot;: &quot;2024-07-03T18:05:35.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-03T18:05:35.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-03 18:05:35&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1578/assort-editor&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1525,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 2027,
&quot;name&quot;: &quot;AutoDeposit&quot;,
&quot;slug&quot;: &quot;autodeposit&quot;,
&quot;teaser&quot;: &quot;Transfer items into stash containers with matching items, inspired by Terraria&#039;s Quick Stack.&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/tyfon7/AutoDeposit&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-06-07T08:03:44.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-07 08:03:44&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 46006
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/46006/tyfon&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7812
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v2.0.0/Tyfon-AutoDeposit-2.0.0.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7751
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.3/Tyfon-AutoDeposit-1.0.3.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7549
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.2/Tyfon-AutoDeposit-1.0.2.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7518
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.1/Tyfon-AutoDeposit-1.0.1.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7513
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.0/Tyfon-AutoDeposit-1.0.0.7z&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 46006,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Tyfon&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2024-02-27T23:21:18.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:44:59.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/46006/tyfon&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7812,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10530,
&quot;mod_id&quot;: 1525,
&quot;version&quot;: &quot;2.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v2.0.0/Tyfon-AutoDeposit-2.0.0.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/ab493124a1fa3bc8d811aceea5ee315db31281ee61afeab3365c7e405b34abf6&quot;,
&quot;downloads&quot;: 12691,
&quot;created_at&quot;: &quot;2024-07-07T05:11:46.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-07T05:11:46.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-07 05:11:46&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7751,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10465,
&quot;mod_id&quot;: 1525,
&quot;version&quot;: &quot;1.0.3&quot;,
&quot;link&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.3/Tyfon-AutoDeposit-1.0.3.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/ab493124a1fa3bc8d811aceea5ee315db31281ee61afeab3365c7e405b34abf6&quot;,
&quot;downloads&quot;: 599,
&quot;created_at&quot;: &quot;2024-07-05T21:51:16.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-05T21:51:16.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-05 21:51:16&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7549,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10238,
&quot;mod_id&quot;: 1525,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.2/Tyfon-AutoDeposit-1.0.2.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/ab493124a1fa3bc8d811aceea5ee315db31281ee61afeab3365c7e405b34abf6&quot;,
&quot;downloads&quot;: 3723,
&quot;created_at&quot;: &quot;2024-06-09T23:09:06.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-09T23:09:06.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-09 23:09:06&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7518,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10203,
&quot;mod_id&quot;: 1525,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.1/Tyfon-AutoDeposit-1.0.1.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/ab493124a1fa3bc8d811aceea5ee315db31281ee61afeab3365c7e405b34abf6&quot;,
&quot;downloads&quot;: 978,
&quot;created_at&quot;: &quot;2024-06-07T19:45:09.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-07T19:45:09.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-07 19:45:09&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7513,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10197,
&quot;mod_id&quot;: 1525,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/tyfon7/AutoDeposit/releases/download/v1.0.0/Tyfon-AutoDeposit-1.0.0.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/ab493124a1fa3bc8d811aceea5ee315db31281ee61afeab3365c7e405b34abf6&quot;,
&quot;downloads&quot;: 477,
&quot;created_at&quot;: &quot;2024-06-07T08:03:44.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-07T08:03:44.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-07 08:03:44&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1525/autodeposit&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 966,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1303,
&quot;name&quot;: &quot;Borkel&#039;s Realistic Night Vision Goggles (NVGs and T-7)&quot;,
&quot;slug&quot;: &quot;borkels-realistic-night-vision-goggles-nvgs-and-t-7&quot;,
&quot;teaser&quot;: &quot;Now with new realistic NVG masks and natural light outside the tubes. I looked at real life NVGs and I tried to imitate them ingame. Customizable ingame (colors and everything).&quot;,
&quot;license_id&quot;: 5,
&quot;source_code_link&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/tree/master&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2023-06-30T20:48:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-06-30 20:48:45&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 28437
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/28437/borkel&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6345
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1hU4OrrTuvTPvVawG0y-XYRHHBDudGQMi/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6341
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/172O9iwpnGwAhvd8_TEboHq5FZT1z8jAg/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6103
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1uj7w_y-G07ZgRH5zCiWmfx3CpYo22h5U/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5937
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1BLekIeILG3JIrmurMGeDIY07y2-QCL2d/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5909
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/17o_qSxFg7cX0eCAWBFJdGsw2N-F9MNeq/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5877
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1wlOwE3_yn5OIz3NcInC3mHmXx2t7G3_2/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5803
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/15ummKgeDafpZSoxBMxSjKEyZj3TNgKF7/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5794
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/16ndU_sSA8tY2QSNL-WDOeHFEaWVbIzDF/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5783
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/18ehvL906RTjOTCyPLXzFdSIyTJ9MzI0P/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5648
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1suGNK4UFWQueyzU_LSgSd-Cgr8FK5wLs/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5508
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1mkkiFekuoQLB4-SjsKqAnHE6hCGirHIS/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5324
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1jTfyoj2s-V97rTob02vO46h_uSU2QSHJ/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5263
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1aS0DUizGuZ0aZ_Bjrswx34o4Vtl6Zt98/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5094
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1P_9nkNcOB_AR9PrsyGBGX1cyVLn2Oixg/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4881
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1Rey1qKs76Svxhx8zAIHEcISDO5Yd3qz2/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4731
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1sv1Sw5ctGugA3pYW0WJSi8jAJtRzne-F/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4687
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1GsL5eWaRmkSpdCg43I46CP5HONeaF8uA/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6352
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1nWR9yC1YBu7oirxqZtus7MVwU7JV_OhG/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6354
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1WVEWhH4d77lo81OhIM4y54OMNPyDUVfi/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6356
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1LiYK6I4PbbLl6tnPQFWKSKfcbvc5dRYk/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6358
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/15UJK7kD_DpFhcjsTgl3L-zcM6QoRZhWn/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6365
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1dHLlSh6WLFxPfzMEgxVpVxum2dEZm3qr/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6374
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/11FwY8gWE1ZU0Vh0rvItR7OLn0Jx9bY-W/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6384
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1KDTMPJL-oh9M_FafQZ5cStzEeg8-YCOB/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6398
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1VPMh6KxOJppiiO-jHhNb6ZpWzCI8AnTo/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6408
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1xWOgtPdFuFRjd4RdIuLYhH8Qyw382nN_/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6421
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1mZMD1GS879djCNtC-BypCT0DWvzTI_ZZ/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6641
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1vvuCBVp90xsmst5jGqBvpsfW8I6h9anz/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6728
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1v-pFeMqGaDfovxNtef2NzG0G2Z9I52Cz/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7113
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1OWl4GXbaw-Zg3WK0llroMIxBPILKrWst/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7167
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1d-ujV0Y3exFh1YDLkkRu23WDcMdO_O_0/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7180
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1-OBJbhDEEwdhBDEj0hYpShioxbGYYaK4/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7623
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1kH6p9SW6DSTWp4KBa_3zGkcIOPVABco_/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8065
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1Lc_Ky0BK0U2bC6flMXnau5Zy8lgr76Ax/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8209
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/releases/download/1.5.6/BRNVG-1.5.6.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8538
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/releases/download/1.5.7/BRNVG-1.5.7.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8672
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/releases/download/1.5.8/BRNVG-1.5.8.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 5
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 28437,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Borkel&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-03-10T18:10:13.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:51.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/28437/borkel&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 5,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Creative Commons BY-NC-SA 3.0&quot;,
&quot;link&quot;: &quot;http://creativecommons.org/licenses/by-nc-sa/3.0/legalcode&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6345,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8824,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.3.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1hU4OrrTuvTPvVawG0y-XYRHHBDudGQMi/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 569,
&quot;created_at&quot;: &quot;2024-02-03T17:57:20.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-03T17:57:20.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-03 17:57:20&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6341,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8820,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.3.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/172O9iwpnGwAhvd8_TEboHq5FZT1z8jAg/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 354,
&quot;created_at&quot;: &quot;2024-02-01T23:28:44.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-01T23:28:44.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-01 23:28:44&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6103,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8560,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.2.3&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1uj7w_y-G07ZgRH5zCiWmfx3CpYo22h5U/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 2435,
&quot;created_at&quot;: &quot;2023-12-26T00:30:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-12-26T00:30:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-12-26 00:30:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5937,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8367,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.2.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1BLekIeILG3JIrmurMGeDIY07y2-QCL2d/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 2121,
&quot;created_at&quot;: &quot;2023-11-27T18:42:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-27T18:42:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-27 18:42:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5909,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8329,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.2.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/17o_qSxFg7cX0eCAWBFJdGsw2N-F9MNeq/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 720,
&quot;created_at&quot;: &quot;2023-11-21T21:08:32.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-21T21:08:32.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-21 21:08:32&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5877,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8289,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.2.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1wlOwE3_yn5OIz3NcInC3mHmXx2t7G3_2/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 500,
&quot;created_at&quot;: &quot;2023-11-18T20:36:57.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-18T20:36:57.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-18 20:36:57&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5803,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8178,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.9&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/15ummKgeDafpZSoxBMxSjKEyZj3TNgKF7/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1096,
&quot;created_at&quot;: &quot;2023-11-07T23:45:20.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-07T23:45:20.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-07 23:45:20&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5794,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8165,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.8&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/16ndU_sSA8tY2QSNL-WDOeHFEaWVbIzDF/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 203,
&quot;created_at&quot;: &quot;2023-11-07T02:59:24.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-07T02:59:24.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-07 02:59:24&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5783,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8153,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.7&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/18ehvL906RTjOTCyPLXzFdSIyTJ9MzI0P/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 427,
&quot;created_at&quot;: &quot;2023-11-05T12:06:01.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-05T12:06:01.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-05 12:06:01&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5648,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7996,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.6&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1suGNK4UFWQueyzU_LSgSd-Cgr8FK5wLs/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1217,
&quot;created_at&quot;: &quot;2023-10-22T12:15:53.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-22T12:15:53.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-22 12:15:53&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5508,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7818,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.5&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1mkkiFekuoQLB4-SjsKqAnHE6hCGirHIS/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1016,
&quot;created_at&quot;: &quot;2023-10-14T23:18:46.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-14T23:18:46.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-14 23:18:46&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5324,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7587,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.4&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1jTfyoj2s-V97rTob02vO46h_uSU2QSHJ/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1139,
&quot;created_at&quot;: &quot;2023-10-08T22:38:49.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-08T22:38:49.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-08 22:38:49&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5263,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7507,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.3&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1aS0DUizGuZ0aZ_Bjrswx34o4Vtl6Zt98/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 284,
&quot;created_at&quot;: &quot;2023-10-03T00:16:12.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-03T00:16:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-03 00:16:12&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5094,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7276,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1P_9nkNcOB_AR9PrsyGBGX1cyVLn2Oixg/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 898,
&quot;created_at&quot;: &quot;2023-08-30T16:19:32.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-08-30T16:19:32.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-30 16:19:32&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4881,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6973,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1Rey1qKs76Svxhx8zAIHEcISDO5Yd3qz2/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 874,
&quot;created_at&quot;: &quot;2023-08-03T19:49:47.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-08-03T19:49:47.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-03 19:49:47&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4731,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6738,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1sv1Sw5ctGugA3pYW0WJSi8jAJtRzne-F/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 829,
&quot;created_at&quot;: &quot;2023-07-13T11:58:37.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-07-13T11:58:37.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-07-13 11:58:37&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4687,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6671,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1GsL5eWaRmkSpdCg43I46CP5HONeaF8uA/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 788,
&quot;created_at&quot;: &quot;2023-06-30T20:48:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-06-30T20:48:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-06-30 20:48:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6352,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8833,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1nWR9yC1YBu7oirxqZtus7MVwU7JV_OhG/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 496,
&quot;created_at&quot;: &quot;2024-02-07T00:10:32.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-07T00:10:32.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-07 00:10:32&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6354,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8838,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1WVEWhH4d77lo81OhIM4y54OMNPyDUVfi/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 304,
&quot;created_at&quot;: &quot;2024-02-08T17:15:44.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-08T17:15:44.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-08 17:15:44&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6356,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8840,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1LiYK6I4PbbLl6tnPQFWKSKfcbvc5dRYk/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 403,
&quot;created_at&quot;: &quot;2024-02-09T16:24:14.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-09T16:24:14.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-09 16:24:14&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6358,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8843,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/15UJK7kD_DpFhcjsTgl3L-zcM6QoRZhWn/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 725,
&quot;created_at&quot;: &quot;2024-02-10T22:56:33.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-10T22:56:33.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-10 22:56:33&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6365,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8855,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1dHLlSh6WLFxPfzMEgxVpVxum2dEZm3qr/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 723,
&quot;created_at&quot;: &quot;2024-02-14T16:00:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-14T16:00:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-14 16:00:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6374,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8867,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/11FwY8gWE1ZU0Vh0rvItR7OLn0Jx9bY-W/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1154,
&quot;created_at&quot;: &quot;2024-02-17T17:52:12.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-17T17:52:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-17 17:52:12&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6384,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8877,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1KDTMPJL-oh9M_FafQZ5cStzEeg8-YCOB/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1376,
&quot;created_at&quot;: &quot;2024-02-22T23:44:46.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-22T23:44:46.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-22 23:44:46&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6398,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8897,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1VPMh6KxOJppiiO-jHhNb6ZpWzCI8AnTo/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 588,
&quot;created_at&quot;: &quot;2024-03-01T21:51:43.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-03-01T21:51:43.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-03-01 21:51:43&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6408,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8908,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1xWOgtPdFuFRjd4RdIuLYhH8Qyw382nN_/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 850,
&quot;created_at&quot;: &quot;2024-03-03T22:46:14.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-03-03T22:46:14.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-03-03 22:46:14&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6421,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8921,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1mZMD1GS879djCNtC-BypCT0DWvzTI_ZZ/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 3498,
&quot;created_at&quot;: &quot;2024-03-08T19:39:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-03-08T19:39:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-03-08 19:39:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6641,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9191,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1vvuCBVp90xsmst5jGqBvpsfW8I6h9anz/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 3607,
&quot;created_at&quot;: &quot;2024-04-04T16:49:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-04T16:49:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-04 16:49:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6728,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9298,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1v-pFeMqGaDfovxNtef2NzG0G2Z9I52Cz/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 14482,
&quot;created_at&quot;: &quot;2024-04-07T23:44:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-07T23:44:28.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-07 23:44:28&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7113,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9744,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1OWl4GXbaw-Zg3WK0llroMIxBPILKrWst/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 3679,
&quot;created_at&quot;: &quot;2024-05-03T19:19:06.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-03T19:19:06.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-03 19:19:06&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7167,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9803,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1d-ujV0Y3exFh1YDLkkRu23WDcMdO_O_0/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1290,
&quot;created_at&quot;: &quot;2024-05-07T16:54:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-07T16:54:50.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-07 16:54:50&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7180,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9818,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1-OBJbhDEEwdhBDEj0hYpShioxbGYYaK4/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 15804,
&quot;created_at&quot;: &quot;2024-05-08T18:11:20.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-08T18:11:20.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-08 18:11:20&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7623,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10324,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1kH6p9SW6DSTWp4KBa_3zGkcIOPVABco_/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 7086,
&quot;created_at&quot;: &quot;2024-06-19T17:57:31.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-19T17:57:31.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-19 17:57:31&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8065,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10810,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1Lc_Ky0BK0U2bC6flMXnau5Zy8lgr76Ax/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 1284,
&quot;created_at&quot;: &quot;2024-07-13T12:44:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-13T12:44:58.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-13 12:44:58&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8209,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10970,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/releases/download/1.5.6/BRNVG-1.5.6.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 14350,
&quot;created_at&quot;: &quot;2024-07-20T15:04:51.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-20T15:04:51.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-20 15:04:51&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8538,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11340,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/releases/download/1.5.7/BRNVG-1.5.7.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 4293,
&quot;created_at&quot;: &quot;2024-08-14T14:04:26.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-14T14:04:26.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-14 14:04:26&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8672,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11489,
&quot;mod_id&quot;: 966,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Borkel/RealisticNVG-client-2/releases/download/1.5.8/BRNVG-1.5.8.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/428efdcc39081cba6afb71ee6a4ca023f584cb8c06208986b03aa249ff66fada?nocache=1&quot;,
&quot;downloads&quot;: 7425,
&quot;created_at&quot;: &quot;2024-08-24T21:52:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-24T21:52:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-24 21:52:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/966/borkels-realistic-night-vision-goggles-nvgs-and-t-7&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1682,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 2195,
&quot;name&quot;: &quot;Bullet Crack Fix&quot;,
&quot;slug&quot;: &quot;bullet-crack-fix&quot;,
&quot;teaser&quot;: &quot;Stop bullet cracks when they shouldn&#039;t happen.&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/Solarint/BulletCrackFix&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-07-30T06:17:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-30 06:17:58&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27464
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27464/solarint&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8361
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Solarint/BulletCrackFix/releases/download/v1.0/Solarint-BulletCrackFix-1.0-Release.7z&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27464,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Solarint&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-02-23T17:11:59.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:47.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27464/solarint&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8361,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11133,
&quot;mod_id&quot;: 1682,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Solarint/BulletCrackFix/releases/download/v1.0/Solarint-BulletCrackFix-1.0-Release.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/52d41118bd8e91273567b0a0c3dcc77903e8b7dd1d3669f99480ff9313d95042?nocache=1&quot;,
&quot;downloads&quot;: 8612,
&quot;created_at&quot;: &quot;2024-07-30T06:17:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-30T06:17:58.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-30 06:17:58&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1682/bullet-crack-fix&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1484,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1981,
&quot;name&quot;: &quot;Dynamic Maps&quot;,
&quot;slug&quot;: &quot;dynamic-maps&quot;,
&quot;teaser&quot;: &quot;Replaces the in-game map screen with actually useful maps with dynamic information!&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-05-23T02:35:55.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-23 02:35:55&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27606
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27606/drakiaxyz&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 33964
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/33964/dirtbikercj&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 47480
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/47480/mpstark&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8444
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.4/DynamicMaps-0.3.4-b6d8bf85.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8144
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.3/DynamicMaps-0.3.3-111ea758.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7825
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.2/DynamicMaps-0.3.2-55669364.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7476
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1/DynamicMaps-0.3.1-dcbaf9ea.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7432
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.0/DynamicMaps-0.3.0-f8d4ed27.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7410
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.2.1/DynamicMaps-0.2.1-01ec57c1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7402
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.2.0/DynamicMaps-0.2.0-b76afa42.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7369
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.3/DynamicMaps-0.1.3-34486712.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7365
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.2/DynamicMaps-0.1.2-bf85c0ef.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7364
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.1/DynamicMaps-0.1.1-0a158297.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7360
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.0/DynamicMaps-0.1.0-c581f5fb.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7477
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1.1/DynamicMaps-0.3.1.1-30462ee8.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7484
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1.2/DynamicMaps-0.3.1.2-e1cc3770.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7511
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1.3/DynamicMaps-0.3.1.3-c079a1fa.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27606,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;DrakiaXYZ&quot;,
&quot;user_role_id&quot;: 4,
&quot;created_at&quot;: &quot;2023-02-26T18:51:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:48.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: 4
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27606/drakiaxyz&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 33964,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Dirtbikercj&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-07-14T19:01:21.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:44:12.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/33964/dirtbikercj&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 47480,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;mpstark&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2024-04-04T09:27:41.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:45:05.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/47480/mpstark&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8444,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11222,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.3.4&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.4/DynamicMaps-0.3.4-b6d8bf85.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 33648,
&quot;created_at&quot;: &quot;2024-08-06T07:43:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-06T07:43:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-06 07:43:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8144,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10896,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.3.3&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.3/DynamicMaps-0.3.3-111ea758.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 19119,
&quot;created_at&quot;: &quot;2024-07-17T03:57:06.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-17T03:57:06.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-17 03:57:06&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7825,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10545,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.3.2&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.2/DynamicMaps-0.3.2-55669364.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 11178,
&quot;created_at&quot;: &quot;2024-07-07T12:56:17.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-07T12:56:17.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-07 12:56:17&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7476,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10152,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.3.1&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1/DynamicMaps-0.3.1-dcbaf9ea.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 213,
&quot;created_at&quot;: &quot;2024-06-02T20:46:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-02T20:46:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-02 20:46:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7432,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10100,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.3.0&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.0/DynamicMaps-0.3.0-f8d4ed27.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 4751,
&quot;created_at&quot;: &quot;2024-05-29T22:49:48.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-29T22:49:48.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-29 22:49:48&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7410,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10078,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.2.1&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.2.1/DynamicMaps-0.2.1-01ec57c1.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 2116,
&quot;created_at&quot;: &quot;2024-05-27T21:23:39.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-27T21:23:39.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-27 21:23:39&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7402,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10070,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.2.0&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.2.0/DynamicMaps-0.2.0-b76afa42.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 1561,
&quot;created_at&quot;: &quot;2024-05-26T22:06:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-26T22:06:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-26 22:06:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7369,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10033,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.1.3&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.3/DynamicMaps-0.1.3-34486712.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 3887,
&quot;created_at&quot;: &quot;2024-05-23T13:39:30.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-23T13:39:30.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-23 13:39:30&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7365,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10029,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.1.2&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.2/DynamicMaps-0.1.2-bf85c0ef.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 201,
&quot;created_at&quot;: &quot;2024-05-23T12:15:39.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-23T12:15:39.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-23 12:15:39&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7364,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10028,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.1.1&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.1/DynamicMaps-0.1.1-0a158297.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 321,
&quot;created_at&quot;: &quot;2024-05-23T09:47:07.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-23T09:47:07.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-23 09:47:07&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7360,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10023,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.1.0&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.1.0/DynamicMaps-0.1.0-c581f5fb.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 608,
&quot;created_at&quot;: &quot;2024-05-23T02:35:55.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-23T02:35:55.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-23 02:35:55&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7477,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10153,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1.1/DynamicMaps-0.3.1.1-30462ee8.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 1944,
&quot;created_at&quot;: &quot;2024-06-02T21:47:31.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-02T21:47:31.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-02 21:47:31&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7484,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10162,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1.2/DynamicMaps-0.3.1.2-e1cc3770.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 2999,
&quot;created_at&quot;: &quot;2024-06-04T02:23:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-04T02:23:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-04 02:23:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7511,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10195,
&quot;mod_id&quot;: 1484,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/mpstark/SPT-DynamicMaps/releases/download/0.3.1.3/DynamicMaps-0.3.1.3-c079a1fa.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/bc92dd3e4b218cf13316af0725ca4e485408c0860faa769969b4e6f6fd67ee83&quot;,
&quot;downloads&quot;: 18595,
&quot;created_at&quot;: &quot;2024-06-07T04:54:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-07T04:54:11.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-07 04:54:11&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1484/dynamic-maps&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1039,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1415,
&quot;name&quot;: &quot;Expanded Task Text (ETT)&quot;,
&quot;slug&quot;: &quot;expanded-task-text-ett&quot;,
&quot;teaser&quot;: &quot;Knowledge is power, unfortunately Nikita doesn&#039;t see it that way.&quot;,
&quot;license_id&quot;: 16,
&quot;source_code_link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2023-08-23T07:57:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-23 07:57:19&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 33964
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/33964/dirtbikercj&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8867
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.6.1/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8738
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.6.0/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8067
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.3/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7856
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.2/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7479
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.1/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7413
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.0/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6829
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.3/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6609
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.2/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6555
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.1/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6528
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.0/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6235
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.3.2/ExpandedTaskText.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6022
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.3.1/Dirtbikercj-ExpandedTaskText-1.3.1.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6015
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.3.0/Dirtbikercj-ExpandedTaskText-1.3.0.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5985
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.5/Dirtbikercj-ExpandedTaskText-1.2.5.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5884
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/1.2.4/Dirtbikercj-ExpandedTaskText-1.2.4.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5501
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.3/Dirtbikercj-ExpandedTaskText-1.2.3.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5341
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.2/Dirtbikercj-ExpandedTaskText-1.2.2.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5032
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.1/Dirtbikercj-ExpandedTaskText-1.2.1.7z&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 16
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 33964,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Dirtbikercj&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-07-14T19:01:21.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:44:12.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/33964/dirtbikercj&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 16,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Creative Commons BY-NC-ND 4.0&quot;,
&quot;link&quot;: &quot;https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8867,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11705,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.6.1&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.6.1/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 1133,
&quot;created_at&quot;: &quot;2024-09-12T11:11:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-12T11:11:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-09-12 11:11:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8738,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11571,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.6.0&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.6.0/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 3332,
&quot;created_at&quot;: &quot;2024-08-30T03:46:12.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-30T03:46:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-30 03:46:12&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8067,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10812,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.5.3&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.3/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 10805,
&quot;created_at&quot;: &quot;2024-07-13T15:24:09.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-13T15:24:09.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-13 15:24:09&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7856,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10577,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.5.2&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.2/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 2584,
&quot;created_at&quot;: &quot;2024-07-07T22:23:56.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-07T22:23:56.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-07 22:23:56&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7479,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10156,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.5.1&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.1/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 6168,
&quot;created_at&quot;: &quot;2024-06-03T04:53:07.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-03T04:53:07.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-03 04:53:07&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7413,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10081,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.5.0&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.5.0/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 2150,
&quot;created_at&quot;: &quot;2024-05-28T05:30:41.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-28T05:30:41.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-28 05:30:41&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6829,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9408,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.4.3&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.3/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 12439,
&quot;created_at&quot;: &quot;2024-04-13T11:37:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-13T11:37:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-13 11:37:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6609,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9152,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.4.2&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.2/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 4209,
&quot;created_at&quot;: &quot;2024-04-03T13:40:36.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-03T13:40:36.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-03 13:40:36&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6555,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9089,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.4.1&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.1/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 1525,
&quot;created_at&quot;: &quot;2024-04-02T07:55:53.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-02T07:55:53.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-02 07:55:53&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6528,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9061,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.4.0&quot;,
&quot;link&quot;: &quot;https://github.com/CJ-SPT/Expanded-Task-Text/releases/download/V1.4.0/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 634,
&quot;created_at&quot;: &quot;2024-04-02T01:24:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-02T01:24:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-02 01:24:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6235,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8707,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.3.2&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.3.2/ExpandedTaskText.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 6781,
&quot;created_at&quot;: &quot;2024-01-13T20:56:22.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-01-13T20:56:22.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-01-13 20:56:22&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6022,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8465,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.3.1&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.3.1/Dirtbikercj-ExpandedTaskText-1.3.1.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 3872,
&quot;created_at&quot;: &quot;2023-12-11T04:08:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-12-11T04:08:50.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-12-11 04:08:50&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6015,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8457,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.3.0&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.3.0/Dirtbikercj-ExpandedTaskText-1.3.0.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 260,
&quot;created_at&quot;: &quot;2023-12-10T10:40:51.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-12-10T10:40:51.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-12-10 10:40:51&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5985,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8423,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.2.5&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.5/Dirtbikercj-ExpandedTaskText-1.2.5.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 628,
&quot;created_at&quot;: &quot;2023-12-06T08:07:26.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-12-06T08:07:26.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-12-06 08:07:26&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5884,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8299,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.2.4&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/1.2.4/Dirtbikercj-ExpandedTaskText-1.2.4.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 1447,
&quot;created_at&quot;: &quot;2023-11-19T15:35:47.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-11-19T15:35:47.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-11-19 15:35:47&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5501,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7810,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.2.3&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.3/Dirtbikercj-ExpandedTaskText-1.2.3.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 2243,
&quot;created_at&quot;: &quot;2023-10-14T20:52:18.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-14T20:52:18.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-14 20:52:18&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5341,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7613,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.2.2&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.2/Dirtbikercj-ExpandedTaskText-1.2.2.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 1302,
&quot;created_at&quot;: &quot;2023-10-09T04:22:18.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-09T04:22:18.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-09 04:22:18&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5032,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7196,
&quot;mod_id&quot;: 1039,
&quot;version&quot;: &quot;1.2.1&quot;,
&quot;link&quot;: &quot;https://github.com/dirtbikercj/SPT-Expanded-Task-Text/releases/download/V1.2.1/Dirtbikercj-ExpandedTaskText-1.2.1.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/cb889a7b5bfa65ad3bca1c851f2d542c460303aa5335bf55b2ca4d9c7050acfd?nocache=1&quot;,
&quot;downloads&quot;: 2569,
&quot;created_at&quot;: &quot;2023-08-23T07:57:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-08-23T07:57:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-23 07:57:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1039/expanded-task-text-ett&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 745,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 989,
&quot;name&quot;: &quot;Friendly PMC&quot;,
&quot;slug&quot;: &quot;friendly-pmc&quot;,
&quot;teaser&quot;: &quot;Spawn with a squad of your side, recruit others while in the raid, and command them on the battlefield.&quot;,
&quot;license_id&quot;: 10,
&quot;source_code_link&quot;: &quot;https://bitbucket.org/pitvenin/friendlypmc/src/main/&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: true,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2023-01-28T21:51:05.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-01-28 21:51:05&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 20756
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/20756/pitalex&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8899
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://bitbucket.org/pitvenin/friendlypmc/downloads/friendlypmc-3.7.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8670
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://ln5.sync.com/dl/46072a550/fxiga2nu-ss4ygq7i-9kgsfwrm-5jkxzaaa&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8629
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://ln5.sync.com/dl/e30ce8750/9p4b6n4x-53n7seqb-2ffey2fn-99but8ww&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8628
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://ln5.sync.com/dl/750324740/df7ty6ie-5jhtb2sx-xs33p3xd-epbji8xt&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8596
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://ln5.sync.com/dl/dd3a7d920/j6vxz4d7-t9gvjawg-c9tg6zc8-kuy7rybu&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8519
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://ln5.sync.com/dl/e428c8530/kg7kq3du-ngdkkgt2-9bbseqrh-ngw86zk5&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8438
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/11Wx4lRfoBqz37YB5eXJY_78fbySaVqR3/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8419
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1-UsQBpPPhYh6jJHPdYHZjVR7t_0WunkD/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8415
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1deSb3WcFI3d5yDcuVf6PkoOxM_8lmAhv/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8330
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1Kzl5RMuyfa52YsSDssINbg0r-AuCm9zg/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8284
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/16Hs6-a-wD_rhXbsZGLbzXmEv8tmRXxOy/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7725
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1QUnhA1vfM6ohUTlPNZSL-Ajxv2PNs128/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7721
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1hr15eBhNvkGUk6xb8Xiav6zWwP_xsisf/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7715
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/11tvMcwhRYQzqwimtS2hHA4UKTIqC5kZ7/view?usp=drive_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7708
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1geMSHp9dmvg3TUkVyIQZWoKPFMJKLJID/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7707
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1sTmo_PvJvlAjDqcZOhTs3RkiTF5eBwhD/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7630
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1czWbJ3umcs6joiwjHSwqn6vVtHSCPN6k/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7621
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1ZakmfshVNJysFBJxhqeuZfQeTBTTWdPQ/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7618
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1yyKZcVf3yn2D-GI9jaBXBw1dOcuWk9cV/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7610
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1ooL0lDrD9YKwJsXx-GsMOgSlqhtpZlqv/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7604
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1R19WZjv0i2wQVmpsYOEVJKeQ6NZkzKH6/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7601
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1bRhcw7X4s0dhgG0TOP3BUdlQGfWwiBhQ/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7590
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1RYMq-T79VFn9i_nCx-FuP-_UcV-CfJB8/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7581
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1QAOod7G5BDP6dCRrWGYNI742-MT-gI-r/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7576
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1OLxNa6HxaFdMI_RfhPb3LbUwQkp7VxGx/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7564
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/16rRU0s9MGXm4zujmEXUzJXcevFWSGThM/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7559
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1QKYy72R_jMtQoZET9eN5eASbbcfhgjsu/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7547
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1UsLxNT5bpAc3abWTu8SQaQtJwO-7bXHg/view?usp=drive_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7541
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1eQ17T8XH4-8f9KyvB-jxRZZYe4RgCm17/view?usp=drive_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7142
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1zOlL4xVnZHYGHXFEFqLvgqXuwJvNv_sD/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6711
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1VEXvEatQeMsUHST33S5BF9aGiE_EAEO-/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5661
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1b1r3OupxWBGk6s2DkuLbL4nY9ehI8W35/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5547
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/10GaGETMu0D1maRGGWr_qSYCqmy1-G7t6/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5470
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1n4dCMejbNr5hgo9RgcNSMcropRuvjp_t/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5012
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1jW15EZp5MIJJJO1u5kcAxEztaY9HOQ26/view?usp=drive_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4350
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/12tmnPa1e8_-sVrpFmkvDJIzRWVhk_c1K/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4254
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1WUVguPIMZMLJJc3G2S4AVfoTPn8xMVSI/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4247
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/13v9QeTPb_5a9UbJ-iJOwb9DHsMRmc1Hz/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4220
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1qa5w2AcwPhzHe7LGp8Lb2wwYYfRSeV4d/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3987
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/18g4k6TIduQ6Sr-p9rKWLNjz-P39O7D6S/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3912
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1OMx1t77kcjPv2ipfmSqwbxcYbvT3CPTx/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3815
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1ZuZZMcIHl6T2lZzAE3cv7BZqcytdhh7f/view&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3793
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1rDTeoMAH2nOSgtDSUjTGLWdzuqz907A2/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3783
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1KB1qi2vQ6bFNgk3GuQ5fQAUNSLbi3lzH/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3719
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/12JFsyuGZgs4Kbh7ktxjdSe48hXZItecw/view?usp=sharing&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3513
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1NT9E-TmqxUr-1G0vjRr8jEU2p-v8jwIz/view?usp=share_link&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3488
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://drive.google.com/file/d/1IGk0RbOlXDXPJ67pWO2PpyPdbwGCv-22/view?usp=share_link&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 10
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 20756,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;pitAlex&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2022-07-18T21:39:14.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:21.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/20756/pitalex&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 10,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Apache License 2.0&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/apache-2.0/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8899,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11737,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.7.0&quot;,
&quot;link&quot;: &quot;https://bitbucket.org/pitvenin/friendlypmc/downloads/friendlypmc-3.7.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 611,
&quot;created_at&quot;: &quot;2024-09-14T21:30:18.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-14T21:30:18.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-09-14 21:30:18&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8670,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11486,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.6.4-beta&quot;,
&quot;link&quot;: &quot;https://ln5.sync.com/dl/46072a550/fxiga2nu-ss4ygq7i-9kgsfwrm-5jkxzaaa&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 5746,
&quot;created_at&quot;: &quot;2024-08-24T20:33:31.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-24T20:33:31.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-24 20:33:31&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8629,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11439,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.6.3-beta&quot;,
&quot;link&quot;: &quot;https://ln5.sync.com/dl/e30ce8750/9p4b6n4x-53n7seqb-2ffey2fn-99but8ww&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1050,
&quot;created_at&quot;: &quot;2024-08-22T13:33:47.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-22T13:33:47.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-22 13:33:47&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8628,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11438,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.6.2-beta&quot;,
&quot;link&quot;: &quot;https://ln5.sync.com/dl/750324740/df7ty6ie-5jhtb2sx-xs33p3xd-epbji8xt&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 50,
&quot;created_at&quot;: &quot;2024-08-22T13:22:29.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-22T13:22:29.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-22 13:22:29&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8596,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11404,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.6.1-beta&quot;,
&quot;link&quot;: &quot;https://ln5.sync.com/dl/dd3a7d920/j6vxz4d7-t9gvjawg-c9tg6zc8-kuy7rybu&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 930,
&quot;created_at&quot;: &quot;2024-08-20T12:59:46.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-20T12:59:46.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-20 12:59:46&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8519,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11320,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.6.0-beta&quot;,
&quot;link&quot;: &quot;https://ln5.sync.com/dl/e428c8530/kg7kq3du-ngdkkgt2-9bbseqrh-ngw86zk5&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 2607,
&quot;created_at&quot;: &quot;2024-08-13T13:28:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-13T13:28:11.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-13 13:28:11&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8438,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11214,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.5.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/11Wx4lRfoBqz37YB5eXJY_78fbySaVqR3/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 2330,
&quot;created_at&quot;: &quot;2024-08-05T20:29:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-05T20:29:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-05 20:29:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8419,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11194,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.5.1-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1-UsQBpPPhYh6jJHPdYHZjVR7t_0WunkD/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 729,
&quot;created_at&quot;: &quot;2024-08-04T13:42:38.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-04T13:42:38.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-04 13:42:38&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8415,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11190,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.5.0-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1deSb3WcFI3d5yDcuVf6PkoOxM_8lmAhv/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 684,
&quot;created_at&quot;: &quot;2024-08-03T19:30:16.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-03T19:30:16.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-03 19:30:16&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8330,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11102,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.4.1-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1Kzl5RMuyfa52YsSDssINbg0r-AuCm9zg/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1665,
&quot;created_at&quot;: &quot;2024-07-29T01:37:20.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-29T01:37:20.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-29 01:37:20&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8284,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11054,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.4.0-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/16Hs6-a-wD_rhXbsZGLbzXmEv8tmRXxOy/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1596,
&quot;created_at&quot;: &quot;2024-07-26T01:06:13.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-26T01:06:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-26 01:06:13&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7725,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10434,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.3.4&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1QUnhA1vfM6ohUTlPNZSL-Ajxv2PNs128/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 531,
&quot;created_at&quot;: &quot;2024-07-02T13:54:21.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-02T13:54:21.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-02 13:54:21&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7721,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10430,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.3.3&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1hr15eBhNvkGUk6xb8Xiav6zWwP_xsisf/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 397,
&quot;created_at&quot;: &quot;2024-07-01T18:19:24.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-01T18:19:24.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-01 18:19:24&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7715,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10424,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.3.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/11tvMcwhRYQzqwimtS2hHA4UKTIqC5kZ7/view?usp=drive_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 368,
&quot;created_at&quot;: &quot;2024-06-30T22:26:30.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-30T22:26:30.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-30 22:26:30&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7708,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10415,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.3.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1geMSHp9dmvg3TUkVyIQZWoKPFMJKLJID/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 447,
&quot;created_at&quot;: &quot;2024-06-29T21:25:47.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-29T21:25:47.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-29 21:25:47&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7707,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10414,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.3.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1sTmo_PvJvlAjDqcZOhTs3RkiTF5eBwhD/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 152,
&quot;created_at&quot;: &quot;2024-06-29T18:42:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-29T18:42:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-29 18:42:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7630,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10331,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.2.1-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1czWbJ3umcs6joiwjHSwqn6vVtHSCPN6k/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1906,
&quot;created_at&quot;: &quot;2024-06-20T12:50:39.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-20T12:50:39.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-20 12:50:39&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7621,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10322,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.2.0-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1ZakmfshVNJysFBJxhqeuZfQeTBTTWdPQ/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 343,
&quot;created_at&quot;: &quot;2024-06-19T11:59:33.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-19T11:59:33.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-19 11:59:33&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7618,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10318,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.1.4-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1yyKZcVf3yn2D-GI9jaBXBw1dOcuWk9cV/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 281,
&quot;created_at&quot;: &quot;2024-06-18T14:22:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-18T14:22:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-18 14:22:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7610,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10309,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.1.3-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1ooL0lDrD9YKwJsXx-GsMOgSlqhtpZlqv/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 360,
&quot;created_at&quot;: &quot;2024-06-17T10:51:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-17T10:51:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-17 10:51:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7604,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10301,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.1.2-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1R19WZjv0i2wQVmpsYOEVJKeQ6NZkzKH6/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 326,
&quot;created_at&quot;: &quot;2024-06-16T12:25:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-16T12:25:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-16 12:25:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7601,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10297,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.1.1-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1bRhcw7X4s0dhgG0TOP3BUdlQGfWwiBhQ/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 337,
&quot;created_at&quot;: &quot;2024-06-15T14:50:51.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-15T14:50:51.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-15 14:50:51&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7590,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10284,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.1.0-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1RYMq-T79VFn9i_nCx-FuP-_UcV-CfJB8/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 435,
&quot;created_at&quot;: &quot;2024-06-13T21:26:04.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-13T21:26:04.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-13 21:26:04&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7581,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10271,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.0.5-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1QAOod7G5BDP6dCRrWGYNI742-MT-gI-r/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 297,
&quot;created_at&quot;: &quot;2024-06-12T16:19:04.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-12T16:19:04.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-12 16:19:04&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7576,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10266,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.0.4-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1OLxNa6HxaFdMI_RfhPb3LbUwQkp7VxGx/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 124,
&quot;created_at&quot;: &quot;2024-06-12T10:44:05.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-12T10:44:05.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-12 10:44:05&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7564,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10254,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.0.3-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/16rRU0s9MGXm4zujmEXUzJXcevFWSGThM/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 355,
&quot;created_at&quot;: &quot;2024-06-10T19:45:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-10T19:45:58.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-10 19:45:58&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7559,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10249,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.0.2-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1QKYy72R_jMtQoZET9eN5eASbbcfhgjsu/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 295,
&quot;created_at&quot;: &quot;2024-06-10T08:49:43.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-10T08:49:43.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-10 08:49:43&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7547,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10235,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.0.1-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1UsLxNT5bpAc3abWTu8SQaQtJwO-7bXHg/view?usp=drive_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 240,
&quot;created_at&quot;: &quot;2024-06-09T20:23:55.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-09T20:23:55.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-09 20:23:55&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7541,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10229,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;3.0.0-beta&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1eQ17T8XH4-8f9KyvB-jxRZZYe4RgCm17/view?usp=drive_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 142,
&quot;created_at&quot;: &quot;2024-06-09T17:16:51.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-09T17:16:51.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-09 17:16:51&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7142,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9776,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;2.0.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1zOlL4xVnZHYGHXFEFqLvgqXuwJvNv_sD/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1579,
&quot;created_at&quot;: &quot;2024-05-06T11:01:59.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-06T11:01:59.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-06 11:01:59&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6711,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9275,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;2.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1VEXvEatQeMsUHST33S5BF9aGiE_EAEO-/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 2188,
&quot;created_at&quot;: &quot;2024-04-06T19:50:48.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-06T19:50:48.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-06 19:50:48&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5661,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8011,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.3.3&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1b1r3OupxWBGk6s2DkuLbL4nY9ehI8W35/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 2976,
&quot;created_at&quot;: &quot;2023-10-22T18:15:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-22T18:15:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-22 18:15:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5547,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7862,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.3.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/10GaGETMu0D1maRGGWr_qSYCqmy1-G7t6/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 471,
&quot;created_at&quot;: &quot;2023-10-15T13:19:12.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-15T13:19:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-15 13:19:12&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5470,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7773,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.3.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1n4dCMejbNr5hgo9RgcNSMcropRuvjp_t/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 361,
&quot;created_at&quot;: &quot;2023-10-13T11:59:25.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-13T11:59:25.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-13 11:59:25&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5012,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7167,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.3.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1jW15EZp5MIJJJO1u5kcAxEztaY9HOQ26/view?usp=drive_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1335,
&quot;created_at&quot;: &quot;2023-08-20T19:54:25.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-08-20T19:54:25.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-20 19:54:25&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4350,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6155,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.2.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/12tmnPa1e8_-sVrpFmkvDJIzRWVhk_c1K/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 1698,
&quot;created_at&quot;: &quot;2023-05-06T21:30:22.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-05-06T21:30:22.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-05-06 21:30:22&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4254,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6029,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.7&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1WUVguPIMZMLJJc3G2S4AVfoTPn8xMVSI/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 726,
&quot;created_at&quot;: &quot;2023-04-20T13:14:03.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-04-20T13:14:03.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-20 13:14:03&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4247,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6020,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.6&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/13v9QeTPb_5a9UbJ-iJOwb9DHsMRmc1Hz/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 110,
&quot;created_at&quot;: &quot;2023-04-19T15:10:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-04-19T15:10:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-19 15:10:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4220,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5989,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.5&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1qa5w2AcwPhzHe7LGp8Lb2wwYYfRSeV4d/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 204,
&quot;created_at&quot;: &quot;2023-04-16T20:03:26.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-04-16T20:03:26.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-16 20:03:26&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3987,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5631,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.4&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/18g4k6TIduQ6Sr-p9rKWLNjz-P39O7D6S/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 958,
&quot;created_at&quot;: &quot;2023-03-15T21:58:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-15T21:58:28.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-15 21:58:28&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3912,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5534,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.3&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1OMx1t77kcjPv2ipfmSqwbxcYbvT3CPTx/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 540,
&quot;created_at&quot;: &quot;2023-03-09T17:13:48.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-09T17:13:48.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-09 17:13:48&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3815,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5399,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1ZuZZMcIHl6T2lZzAE3cv7BZqcytdhh7f/view&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 474,
&quot;created_at&quot;: &quot;2023-03-03T13:31:40.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-03T13:31:40.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-03 13:31:40&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3793,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5369,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1rDTeoMAH2nOSgtDSUjTGLWdzuqz907A2/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 164,
&quot;created_at&quot;: &quot;2023-03-01T18:02:49.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-01T18:02:49.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-01 18:02:49&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3783,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5354,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1KB1qi2vQ6bFNgk3GuQ5fQAUNSLbi3lzH/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 238,
&quot;created_at&quot;: &quot;2023-02-27T12:44:44.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-02-27T12:44:44.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-02-27 12:44:44&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3719,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5274,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/12JFsyuGZgs4Kbh7ktxjdSe48hXZItecw/view?usp=sharing&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 836,
&quot;created_at&quot;: &quot;2023-02-19T15:39:51.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-02-19T15:39:51.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-02-19 15:39:51&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3513,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 4992,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1NT9E-TmqxUr-1G0vjRr8jEU2p-v8jwIz/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 911,
&quot;created_at&quot;: &quot;2023-02-01T01:07:14.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-02-01T01:07:14.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-02-01 01:07:14&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3488,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 4950,
&quot;mod_id&quot;: 745,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://drive.google.com/file/d/1IGk0RbOlXDXPJ67pWO2PpyPdbwGCv-22/view?usp=share_link&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/2acceb65b322a9907c3c191b08e884c9db391084039548027edafe1803065fd8?nocache=1&quot;,
&quot;downloads&quot;: 685,
&quot;created_at&quot;: &quot;2023-01-28T21:51:05.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-01-28T21:51:05.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-01-28 21:51:05&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/745/friendly-pmc&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 876,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1166,
&quot;name&quot;: &quot;Gilded Key Storage&quot;,
&quot;slug&quot;: &quot;gilded-key-storage&quot;,
&quot;teaser&quot;: &quot;A balanced progression based approach to convenient all in one key storage!&quot;,
&quot;license_id&quot;: 16,
&quot;source_code_link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2023-04-23T21:24:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-23 21:24:19&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27606
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27606/drakiaxyz&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 29458
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/29458/jehree&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7788
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.4.0/Jehree-GildedKeyStorage-1.4.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6858
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.3.2/Jehree-GildedKeyStorage-1.3.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6734
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.3.1/Jehree-GildedKeyStorage-1.3.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6487
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.3.0/Jehree-GildedKeyStorage-1.3.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4762
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.1.2/Gilded.Key.Storage-1.1.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4659
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://www.mediafire.com/file/nne449ddrrwpkm0/Gilded_Key_Storage-1.1.1.zip/file&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4326
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://www.mediafire.com/file/veygcmlgi2tah6v/Gilded_Key_Storage-1.1.0.zip/file&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4282
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://www.mediafire.com/file/a1r404rik6evlhh/Gilded_Key_Storage-1.0.0.zip/file&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4763
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.1.2/Gilded.Key.Storage-1.1.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4870
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.1.2/Gilded.Key.Storage-1.1.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5606
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.2.0/jehree-gildedkeystorage-1.2.0.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 16
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27606,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;DrakiaXYZ&quot;,
&quot;user_role_id&quot;: 4,
&quot;created_at&quot;: &quot;2023-02-26T18:51:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:48.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: 4
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27606/drakiaxyz&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 29458,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Jehree&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-03-30T17:43:41.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:55.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/29458/jehree&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 16,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Creative Commons BY-NC-ND 4.0&quot;,
&quot;link&quot;: &quot;https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7788,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10504,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.4.0&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.4.0/Jehree-GildedKeyStorage-1.4.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 14506,
&quot;created_at&quot;: &quot;2024-07-06T21:05:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-06T21:05:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-06 21:05:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6858,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9443,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.3.2&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.3.2/Jehree-GildedKeyStorage-1.3.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 14729,
&quot;created_at&quot;: &quot;2024-04-15T06:18:57.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-15T06:18:57.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-15 06:18:57&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6734,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9304,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.3.1&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.3.1/Jehree-GildedKeyStorage-1.3.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 2213,
&quot;created_at&quot;: &quot;2024-04-08T04:16:33.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-08T04:16:33.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-08 04:16:33&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6487,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9017,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.3.0&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-GildedKeyStorage/releases/download/1.3.0/Jehree-GildedKeyStorage-1.3.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 2581,
&quot;created_at&quot;: &quot;2024-04-01T21:25:36.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-01T21:25:36.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-01 21:25:36&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4762,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6773,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.1.2&quot;,
&quot;link&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.1.2/Gilded.Key.Storage-1.1.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 64,
&quot;created_at&quot;: &quot;2023-07-17T01:56:49.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-07-17T01:56:49.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-07-17 01:56:49&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4659,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6608,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.1.1&quot;,
&quot;link&quot;: &quot;https://www.mediafire.com/file/nne449ddrrwpkm0/Gilded_Key_Storage-1.1.1.zip/file&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 1008,
&quot;created_at&quot;: &quot;2023-06-27T14:09:41.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-06-27T14:09:41.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-06-27 14:09:41&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4326,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6122,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://www.mediafire.com/file/veygcmlgi2tah6v/Gilded_Key_Storage-1.1.0.zip/file&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 2737,
&quot;created_at&quot;: &quot;2023-04-30T21:41:30.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-04-30T21:41:30.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-30 21:41:30&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4282,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6068,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://www.mediafire.com/file/a1r404rik6evlhh/Gilded_Key_Storage-1.0.0.zip/file&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 751,
&quot;created_at&quot;: &quot;2023-04-23T21:24:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-04-23T21:24:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-23 21:24:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4763,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6774,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.1.2/Gilded.Key.Storage-1.1.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 849,
&quot;created_at&quot;: &quot;2023-07-17T02:21:51.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-07-17T02:21:51.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-07-17 02:21:51&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4870,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6957,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.1.2/Gilded.Key.Storage-1.1.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 2148,
&quot;created_at&quot;: &quot;2023-08-03T00:44:04.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-08-03T00:44:04.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-03 00:44:04&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5606,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7940,
&quot;mod_id&quot;: 876,
&quot;version&quot;: &quot;0.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Jehree/Gilded_Key_Storage/releases/download/v1.2.0/jehree-gildedkeystorage-1.2.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/416a2acffccfe9608b42af86b90d8396fdeb594de2e27d13374c77b37e795b9a?nocache=1&quot;,
&quot;downloads&quot;: 7495,
&quot;created_at&quot;: &quot;2023-10-19T05:07:49.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-19T05:07:49.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-19 05:07:49&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/876/gilded-key-storage&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1272,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1736,
&quot;name&quot;: &quot;GTFO&quot;,
&quot;slug&quot;: &quot;gtfo&quot;,
&quot;teaser&quot;: &quot;Want to learn maps visually for quests or extracts? Use this visual learning tool that will show extracts and quest objectives that are available to you and the distance from your player&#039;s current position.&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/dvize/GTFO&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-02-10T23:00:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-10 23:00:11&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 15517
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/15517/props&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8399
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.2.1/dvize.GTFO-v1.2.1.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7907
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.2.0/dvize.GTFO-v1.2.0.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7512
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.6/dvize.GTFO-1.1.6.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7157
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.5/dvize.GTFOv1.1.5.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7122
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.4/dvize.GTFOv1.1.4.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7073
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.3/dvize.GTFOv1.1.3.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6910
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.2/dvize.GTFOv1.1.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6854
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.1/dvize.GTFOv1.1.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6848
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.0/dvize.GTFOv1.1.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6834
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.9/dvize.GTFOv1.0.9.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6746
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.8/dvize.GTFOv1.0.8.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6638
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.7/dvize.GTFOv1.07.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6489
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.6/dvize.GTFOv1.0.6.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6429
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.5/dvize.GTFOv1.0.5.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6425
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.4/dvize.GTFOv1.04.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6364
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.3/dvize.GTFOv1.0.3.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6362
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.2/dvize.GTFOv1.0.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6360
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.1/dvize.GTFOv1.01.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6359
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.0/dvize.GTFOv1.0.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 15517,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Props&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2022-03-09T07:33:42.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/15517/props&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8399,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11171,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.2.1&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.2.1/dvize.GTFO-v1.2.1.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 8615,
&quot;created_at&quot;: &quot;2024-08-01T18:39:59.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-01T18:39:59.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-01 18:39:59&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7907,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10631,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.2.0&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.2.0/dvize.GTFO-v1.2.0.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 5831,
&quot;created_at&quot;: &quot;2024-07-08T19:16:26.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-08T19:16:26.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-08 19:16:26&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7512,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10196,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.6&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.6/dvize.GTFO-1.1.6.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 4414,
&quot;created_at&quot;: &quot;2024-06-07T05:06:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-06-07T05:06:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-06-07 05:06:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7157,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9793,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.5&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.5/dvize.GTFOv1.1.5.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 4289,
&quot;created_at&quot;: &quot;2024-05-06T21:03:37.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-06T21:03:37.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-06 21:03:37&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7122,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9754,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.4&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.4/dvize.GTFOv1.1.4.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 934,
&quot;created_at&quot;: &quot;2024-05-04T19:34:13.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-04T19:34:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-04 19:34:13&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7073,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9702,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.3&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.3/dvize.GTFOv1.1.3.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 1056,
&quot;created_at&quot;: &quot;2024-05-01T14:10:43.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-01T14:10:43.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-01 14:10:43&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6910,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9500,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.2&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.2/dvize.GTFOv1.1.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 2523,
&quot;created_at&quot;: &quot;2024-04-17T07:59:17.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-17T07:59:17.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-17 07:59:17&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6854,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9439,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.1&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.1/dvize.GTFOv1.1.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 614,
&quot;created_at&quot;: &quot;2024-04-15T02:35:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-15T02:35:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-15 02:35:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6848,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9433,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.1.0/dvize.GTFOv1.1.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 218,
&quot;created_at&quot;: &quot;2024-04-14T20:13:34.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-14T20:13:34.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-14 20:13:34&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6834,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9415,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.9&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.9/dvize.GTFOv1.0.9.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 551,
&quot;created_at&quot;: &quot;2024-04-13T23:13:30.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-13T23:13:30.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-13 23:13:30&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6746,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9318,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.8&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.8/dvize.GTFOv1.0.8.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 1315,
&quot;created_at&quot;: &quot;2024-04-08T16:05:03.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-08T16:05:03.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-08 16:05:03&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6638,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9187,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.7&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.7/dvize.GTFOv1.07.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 1475,
&quot;created_at&quot;: &quot;2024-04-04T15:27:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-04T15:27:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-04 15:27:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6489,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9019,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.6&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.6/dvize.GTFOv1.0.6.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 1808,
&quot;created_at&quot;: &quot;2024-04-01T21:27:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-01T21:27:28.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-01 21:27:28&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6429,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8932,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.5&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.5/dvize.GTFOv1.0.5.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 1485,
&quot;created_at&quot;: &quot;2024-03-12T15:30:16.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-03-12T15:30:16.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-03-12 15:30:16&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6425,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8925,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.4&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.4/dvize.GTFOv1.04.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 380,
&quot;created_at&quot;: &quot;2024-03-10T00:45:37.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-03-10T00:45:37.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-03-10 00:45:37&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6364,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8852,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.3&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.3/dvize.GTFOv1.0.3.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 3213,
&quot;created_at&quot;: &quot;2024-02-12T19:53:18.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-12T19:53:18.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-12 19:53:18&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6362,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8847,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.2/dvize.GTFOv1.0.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 339,
&quot;created_at&quot;: &quot;2024-02-11T22:02:22.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-11T22:02:22.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-11 22:02:22&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6360,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8845,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.1/dvize.GTFOv1.01.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 380,
&quot;created_at&quot;: &quot;2024-02-11T05:44:31.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-11T05:44:31.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-11 05:44:31&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6359,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8844,
&quot;mod_id&quot;: 1272,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/dvize/GTFO/releases/download/v1.0.0/dvize.GTFOv1.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/7e35cd293dedcfa655c41b099701b674db03dc4b0036f319818250e46f797e9b?nocache=1&quot;,
&quot;downloads&quot;: 195,
&quot;created_at&quot;: &quot;2024-02-10T23:00:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-10T23:00:11.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-10 23:00:11&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1272/gtfo&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1333,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1810,
&quot;name&quot;: &quot;HandsAreNotBusy&quot;,
&quot;slug&quot;: &quot;handsarenotbusy&quot;,
&quot;teaser&quot;: &quot;Annoyed by the ancient \&quot;Hands are busy\&quot; bug?\r\nHandsAreNotBusy (HANB) is a mod that can fix certain scenarios of the \&quot;Hands are busy\&quot; bug for you!&quot;,
&quot;license_id&quot;: 16,
&quot;source_code_link&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-04-10T11:16:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-10 11:16:45&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 47971
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/47971/lacyway&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7779
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.3/HandsAreNotBusy.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6929
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.2/HandsAreNotBusy.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6777
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.1/HandsAreNotBusy.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6774
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.0/HandsAreNotBusy.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 16
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 47971,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Lacyway&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2024-04-09T17:00:56.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:45:07.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/47971/lacyway&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 16,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Creative Commons BY-NC-ND 4.0&quot;,
&quot;link&quot;: &quot;https://creativecommons.org/licenses/by-nc-nd/4.0/legalcode&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7779,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10495,
&quot;mod_id&quot;: 1333,
&quot;version&quot;: &quot;1.3&quot;,
&quot;link&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.3/HandsAreNotBusy.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/4ea87db9cc55435c15a40134920f1a8dc1be235a939a3335c458267990b1c97e?nocache=1&quot;,
&quot;downloads&quot;: 10889,
&quot;created_at&quot;: &quot;2024-07-06T20:09:47.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-06T20:09:47.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-06 20:09:47&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6929,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9525,
&quot;mod_id&quot;: 1333,
&quot;version&quot;: &quot;1.2&quot;,
&quot;link&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.2/HandsAreNotBusy.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/4ea87db9cc55435c15a40134920f1a8dc1be235a939a3335c458267990b1c97e?nocache=1&quot;,
&quot;downloads&quot;: 7789,
&quot;created_at&quot;: &quot;2024-04-18T21:00:23.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-18T21:00:23.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-18 21:00:23&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6777,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9351,
&quot;mod_id&quot;: 1333,
&quot;version&quot;: &quot;1.1&quot;,
&quot;link&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.1/HandsAreNotBusy.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/4ea87db9cc55435c15a40134920f1a8dc1be235a939a3335c458267990b1c97e?nocache=1&quot;,
&quot;downloads&quot;: 1780,
&quot;created_at&quot;: &quot;2024-04-10T13:25:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-10T13:25:11.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-10 13:25:11&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6774,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9348,
&quot;mod_id&quot;: 1333,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Lacyway/HandsAreNotBusy/releases/download/1.0/HandsAreNotBusy.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/4ea87db9cc55435c15a40134920f1a8dc1be235a939a3335c458267990b1c97e?nocache=1&quot;,
&quot;downloads&quot;: 129,
&quot;created_at&quot;: &quot;2024-04-10T11:16:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-10T11:16:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-10 11:16:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1333/handsarenotbusy&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 920,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1230,
&quot;name&quot;: &quot;Item Sell Price&quot;,
&quot;slug&quot;: &quot;item-sell-price&quot;,
&quot;teaser&quot;: &quot;View selling prices for all traders who can buy an item, exactly as shown in the selling interface.&quot;,
&quot;license_id&quot;: 14,
&quot;source_code_link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2023-06-05T13:27:04.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-06-05 13:27:04&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 31544
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/31544/icyclawz&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7985
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.9.0/ItemSellPrice-1.4.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6556
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.8.0/ItemSellPrice-1.3.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5539
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.7.1/ItemSellPrice-1.2.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5329
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.7.0/ItemSellPrice-1.2.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4838
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.6.0/ItemSellPrice-1.1.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4589
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/reupload/ItemSellPrice-1.0.2.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 14
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 31544,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;IcyClawz&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-05-26T10:06:34.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:44:03.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/31544/icyclawz&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 14,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;University of Illinois/NCSA Open Source License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/ncsa/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7985,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10720,
&quot;mod_id&quot;: 920,
&quot;version&quot;: &quot;1.4.0&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.9.0/ItemSellPrice-1.4.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/6e2e7619d160ff5c04796c2aeefcc863034ee7b17e511dddddb11accc364c1d5&quot;,
&quot;downloads&quot;: 21661,
&quot;created_at&quot;: &quot;2024-07-10T20:20:35.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-10T20:20:35.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-10 20:20:35&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6556,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9090,
&quot;mod_id&quot;: 920,
&quot;version&quot;: &quot;1.3.0&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.8.0/ItemSellPrice-1.3.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/6e2e7619d160ff5c04796c2aeefcc863034ee7b17e511dddddb11accc364c1d5&quot;,
&quot;downloads&quot;: 43284,
&quot;created_at&quot;: &quot;2024-04-02T08:13:09.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-02T08:13:09.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-02 08:13:09&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5539,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7854,
&quot;mod_id&quot;: 920,
&quot;version&quot;: &quot;1.2.1&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.7.1/ItemSellPrice-1.2.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/6e2e7619d160ff5c04796c2aeefcc863034ee7b17e511dddddb11accc364c1d5&quot;,
&quot;downloads&quot;: 37864,
&quot;created_at&quot;: &quot;2023-10-15T10:50:21.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-15T10:50:21.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-15 10:50:21&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5329,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7594,
&quot;mod_id&quot;: 920,
&quot;version&quot;: &quot;1.2.0&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.7.0/ItemSellPrice-1.2.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/6e2e7619d160ff5c04796c2aeefcc863034ee7b17e511dddddb11accc364c1d5&quot;,
&quot;downloads&quot;: 3913,
&quot;created_at&quot;: &quot;2023-10-09T00:29:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-09T00:29:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-09 00:29:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4838,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6895,
&quot;mod_id&quot;: 920,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/3.6.0/ItemSellPrice-1.1.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/6e2e7619d160ff5c04796c2aeefcc863034ee7b17e511dddddb11accc364c1d5&quot;,
&quot;downloads&quot;: 11729,
&quot;created_at&quot;: &quot;2023-07-31T17:09:06.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-07-31T17:09:06.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-07-31 17:09:06&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4589,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6498,
&quot;mod_id&quot;: 920,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://dev.sp-tarkov.com/IcyClawz/ClientMods/releases/download/reupload/ItemSellPrice-1.0.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/6e2e7619d160ff5c04796c2aeefcc863034ee7b17e511dddddb11accc364c1d5&quot;,
&quot;downloads&quot;: 4397,
&quot;created_at&quot;: &quot;2023-06-17T13:01:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-06-17T13:01:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-06-17 13:01:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/920/item-sell-price&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 812,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1082,
&quot;name&quot;: &quot;LOE (Load Order Editor)&quot;,
&quot;slug&quot;: &quot;loe-load-order-editor&quot;,
&quot;teaser&quot;: &quot;A quick and simple tool to easily adjust the load ordering for server mods.&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2023-03-18T02:57:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-18 02:57:58&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 20915
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/20915/devraccoon&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8070
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.5/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7798
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.4/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6845
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.3/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6812
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.2/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6659
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.1/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6658
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.0/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4301
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/download/1.5/Load.Order.Editor.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4099
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.4&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4095
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.3&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4042
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.2&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4013
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.1&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4001
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.0&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 20915,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Devraccoon&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2022-07-23T23:58:07.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:21.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/20915/devraccoon&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8070,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10815,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;2.5&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.5/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 11283,
&quot;created_at&quot;: &quot;2024-07-13T18:27:38.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-13T18:27:38.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-13 18:27:38&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7798,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10515,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;2.4&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.4/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 1587,
&quot;created_at&quot;: &quot;2024-07-06T23:17:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-06T23:17:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-06 23:17:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6845,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9430,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;2.3&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.3/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 16372,
&quot;created_at&quot;: &quot;2024-04-14T18:06:24.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-14T18:06:24.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-14 18:06:24&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6812,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9390,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;2.2&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.2/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 799,
&quot;created_at&quot;: &quot;2024-04-12T09:17:40.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-12T09:17:40.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-12 09:17:40&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6659,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9213,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;2.1&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.1/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 1549,
&quot;created_at&quot;: &quot;2024-04-05T05:01:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-05T05:01:58.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-05 05:01:58&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6658,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9211,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;2.0&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LOE_Overhaul/releases/download/2.0/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 128,
&quot;created_at&quot;: &quot;2024-04-05T03:43:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-05T03:43:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-05 03:43:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4301,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6090,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;1.5&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/download/1.5/Load.Order.Editor.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 15676,
&quot;created_at&quot;: &quot;2023-04-25T22:27:33.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-04-25T22:27:33.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-04-25 22:27:33&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4099,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5808,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;1.4&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.4&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 830,
&quot;created_at&quot;: &quot;2023-03-31T16:43:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-31T16:43:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-31 16:43:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4095,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5801,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;1.3&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.3&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 135,
&quot;created_at&quot;: &quot;2023-03-30T21:10:13.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-30T21:10:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-30 21:10:13&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4042,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5733,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;1.2&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.2&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 372,
&quot;created_at&quot;: &quot;2023-03-23T13:26:02.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-23T13:26:02.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-23 13:26:02&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4013,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5670,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;1.1&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.1&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 306,
&quot;created_at&quot;: &quot;2023-03-18T19:45:07.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-18T19:45:07.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-18 19:45:07&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4001,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5657,
&quot;mod_id&quot;: 812,
&quot;version&quot;: &quot;1.0&quot;,
&quot;link&quot;: &quot;https://github.com/minihazel/LoadOrderEditor/releases/tag/1.0&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/88ce145efa378026136637f9cc5b6c05534da21979075d1f6cf704bd7b1d1ccb&quot;,
&quot;downloads&quot;: 153,
&quot;created_at&quot;: &quot;2023-03-18T02:57:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-18T02:57:58.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-18 02:57:58&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/812/loe-load-order-editor&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1385,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1870,
&quot;name&quot;: &quot;Loot Radius&quot;,
&quot;slug&quot;: &quot;loot-radius&quot;,
&quot;teaser&quot;: &quot;Ever get fed up trying to line your crosshair up just right to loot an item? No more! Now loot any loose loot nearby&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-04-22T05:56:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-22 05:56:08&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27606
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27606/drakiaxyz&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7766
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius/releases/download/1.1.0/DrakiaXYZ-LootRadius-1.1.0.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6984
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius/releases/download/1.0.1/DrakiaXYZ-LootRadius-1.0.1.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6978
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius/releases/download/1.0.0/DrakiaXYZ-LootRadius-1.0.0.7z&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 27606,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;DrakiaXYZ&quot;,
&quot;user_role_id&quot;: 4,
&quot;created_at&quot;: &quot;2023-02-26T18:51:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:48.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: 4
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/27606/drakiaxyz&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7766,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10482,
&quot;mod_id&quot;: 1385,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius/releases/download/1.1.0/DrakiaXYZ-LootRadius-1.1.0.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/36d3110fcd1444d54fea8c631b5d4ed469602114609310f861c6228ee97cfede&quot;,
&quot;downloads&quot;: 18499,
&quot;created_at&quot;: &quot;2024-07-06T19:18:48.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-06T19:18:48.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-06 19:18:48&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6984,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9594,
&quot;mod_id&quot;: 1385,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius/releases/download/1.0.1/DrakiaXYZ-LootRadius-1.0.1.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/36d3110fcd1444d54fea8c631b5d4ed469602114609310f861c6228ee97cfede&quot;,
&quot;downloads&quot;: 14698,
&quot;created_at&quot;: &quot;2024-04-23T05:39:07.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-23T05:39:07.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-23 05:39:07&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6978,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9582,
&quot;mod_id&quot;: 1385,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/DrakiaXYZ/SPT-LootRadius/releases/download/1.0.0/DrakiaXYZ-LootRadius-1.0.0.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/36d3110fcd1444d54fea8c631b5d4ed469602114609310f861c6228ee97cfede&quot;,
&quot;downloads&quot;: 983,
&quot;created_at&quot;: &quot;2024-04-22T05:56:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-22T05:56:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-22 05:56:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1385/loot-radius&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1257,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 1717,
&quot;name&quot;: &quot;Lotus&quot;,
&quot;slug&quot;: &quot;lotus&quot;,
&quot;teaser&quot;: &quot;Custom Trader with over 150+ Quests, 570+ sold and bartered items and a special keycard that gives infinite labs access.&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-01-17T20:08:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-01-17 20:08:28&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 29461
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/29461/lunnayaluna&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8638
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.7/Lotus_v1.3.7_for_SPT_3.9_by_Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8609
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.6/Lotus_v1.3.6_for_SPT_3.9_by_Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8381
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.5/Lotus_v1.3.5_for_SPT_3.9_by_Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8379
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.4/Lotus_v1.3.4_for_SPT_3.9_by_Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8354
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.3/Lotus_v1.3.3_for_SPT_3.9_by_Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8041
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.2/Lotus.v1.3.2.for.SPT.3.9.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7969
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.1/Lotus.v1.3.1.for.SPT.3.9.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7937
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v.1.2.6/Lotus.v1.2.6.for.SPT.3.8.3.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7445
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.5/Lotus.v.1.2.5.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7305
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.4/Lotus.v.1.2.4.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7243
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.3/Lotus.v.1.2.3.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7174
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.2/Lotus.v.1.2.2.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7141
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.1/Lotus.v.1.2.0.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7112
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.0/Lotus.v.1.2.0.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6959
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.15/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6950
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.14/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6842
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.13/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6815
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.12/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6791
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.11/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6765
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.10/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6761
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.9/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6744
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.8/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6712
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.7/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6694
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.6/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6671
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.5/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6631
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.4/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6619
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.3/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6582
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.2/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6572
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.1/Lotus.3.8.0.by.Lunnayaluna.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6524
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.0/Lotus.3.8.0.7z&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6349
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.0.5/user.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6311
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.0.4/user.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6286
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/tag/v1.0.3&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6271
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/tag/v1.0.2&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6270
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/tag/v1.0.0&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 29461,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Lunnayaluna&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2023-03-30T19:06:34.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:43:55.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/29461/lunnayaluna&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8638,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11449,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.7&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.7/Lotus_v1.3.7_for_SPT_3.9_by_Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 4896,
&quot;created_at&quot;: &quot;2024-08-22T17:43:33.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-22T17:43:33.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-22 17:43:33&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8609,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11418,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.6&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.6/Lotus_v1.3.6_for_SPT_3.9_by_Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 932,
&quot;created_at&quot;: &quot;2024-08-21T03:15:23.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-21T03:15:23.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-21 03:15:23&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8381,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11153,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.5&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.5/Lotus_v1.3.5_for_SPT_3.9_by_Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 4859,
&quot;created_at&quot;: &quot;2024-07-31T16:14:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-31T16:14:50.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-31 16:14:50&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8379,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11151,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.4&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.4/Lotus_v1.3.4_for_SPT_3.9_by_Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 236,
&quot;created_at&quot;: &quot;2024-07-31T12:13:30.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-31T12:13:30.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-31 12:13:30&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8354,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11126,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.3&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.3/Lotus_v1.3.3_for_SPT_3.9_by_Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 867,
&quot;created_at&quot;: &quot;2024-07-30T01:42:33.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-30T01:42:33.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-30 01:42:33&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8041,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10783,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.2&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.2/Lotus.v1.3.2.for.SPT.3.9.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 5012,
&quot;created_at&quot;: &quot;2024-07-12T17:54:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-12T17:54:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-12 17:54:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7969,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10700,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.3.1&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.3.1/Lotus.v1.3.1.for.SPT.3.9.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1242,
&quot;created_at&quot;: &quot;2024-07-10T11:50:46.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-10T11:50:46.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-10 11:50:46&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7937,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10665,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.6&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v.1.2.6/Lotus.v1.2.6.for.SPT.3.8.3.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 391,
&quot;created_at&quot;: &quot;2024-07-09T13:24:21.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-09T13:24:21.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-09 13:24:21&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7445,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10113,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.5&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.5/Lotus.v.1.2.5.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 6431,
&quot;created_at&quot;: &quot;2024-05-31T11:28:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-31T11:28:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-31 11:28:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7305,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9966,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.4&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.4/Lotus.v.1.2.4.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 3258,
&quot;created_at&quot;: &quot;2024-05-18T11:21:23.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-18T11:21:23.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-18 11:21:23&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7243,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9893,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.3&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.3/Lotus.v.1.2.3.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1782,
&quot;created_at&quot;: &quot;2024-05-13T09:59:03.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-13T09:59:03.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-13 09:59:03&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7174,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9811,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.2&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.2/Lotus.v.1.2.2.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 2208,
&quot;created_at&quot;: &quot;2024-05-08T10:35:41.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-08T10:35:41.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-08 10:35:41&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7141,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9775,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.1&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.1/Lotus.v.1.2.0.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1110,
&quot;created_at&quot;: &quot;2024-05-06T10:18:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-06T10:18:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-06 10:18:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7112,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9743,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.2.0&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.2.0/Lotus.v.1.2.0.for.SPT.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1650,
&quot;created_at&quot;: &quot;2024-05-03T19:12:40.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-05-03T19:12:40.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-05-03 19:12:40&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6959,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9557,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.15&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.15/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 4940,
&quot;created_at&quot;: &quot;2024-04-20T21:01:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-20T21:01:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-20 21:01:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6950,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9548,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.14&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.14/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 589,
&quot;created_at&quot;: &quot;2024-04-20T11:10:23.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-20T11:10:23.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-20 11:10:23&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6842,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9427,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.13&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.13/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1666,
&quot;created_at&quot;: &quot;2024-04-14T14:26:49.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-14T14:26:49.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-14 14:26:49&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6815,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9393,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.12&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.12/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1084,
&quot;created_at&quot;: &quot;2024-04-12T12:12:27.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-12T12:12:27.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-12 12:12:27&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6791,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9369,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.11&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.11/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 691,
&quot;created_at&quot;: &quot;2024-04-11T14:16:04.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-11T14:16:04.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-11 14:16:04&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6765,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9338,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.10&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.10/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 985,
&quot;created_at&quot;: &quot;2024-04-09T19:53:42.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-09T19:53:42.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-09 19:53:42&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6761,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9334,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.9&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.9/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 432,
&quot;created_at&quot;: &quot;2024-04-09T14:37:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-09T14:37:50.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-09 14:37:50&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6744,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9316,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.8&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.8/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 774,
&quot;created_at&quot;: &quot;2024-04-08T15:02:48.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-08T15:02:48.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-08 15:02:48&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6712,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9276,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.7&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.7/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 995,
&quot;created_at&quot;: &quot;2024-04-06T19:51:02.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-06T19:51:02.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-06 19:51:02&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6694,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9256,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.6&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.6/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 527,
&quot;created_at&quot;: &quot;2024-04-06T10:28:52.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-06T10:28:52.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-06 10:28:52&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6671,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9228,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.5&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.5/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 799,
&quot;created_at&quot;: &quot;2024-04-05T13:21:05.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-05T13:21:05.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-05 13:21:05&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6631,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9179,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.4&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.4/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 792,
&quot;created_at&quot;: &quot;2024-04-04T12:02:52.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-04T12:02:52.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-04 12:02:52&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6619,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9164,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.3&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.3/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 564,
&quot;created_at&quot;: &quot;2024-04-03T21:40:31.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-03T21:40:31.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-03 21:40:31&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6582,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9117,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.2&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.2/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 769,
&quot;created_at&quot;: &quot;2024-04-02T20:10:25.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-02T20:10:25.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-02 20:10:25&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6572,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9106,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.1&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.1/Lotus.3.8.0.by.Lunnayaluna.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 336,
&quot;created_at&quot;: &quot;2024-04-02T12:47:53.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-02T12:47:53.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-02 12:47:53&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6524,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9056,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.1.0/Lotus.3.8.0.7z&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 503,
&quot;created_at&quot;: &quot;2024-04-02T00:32:34.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-02T00:32:34.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-02 00:32:34&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6349,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8829,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.0.5&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.0.5/user.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 3624,
&quot;created_at&quot;: &quot;2024-02-05T13:54:49.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-02-05T13:54:49.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-02-05 13:54:49&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6311,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8787,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.0.4&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/download/v1.0.4/user.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 1415,
&quot;created_at&quot;: &quot;2024-01-24T13:35:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-01-24T13:35:19.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-01-24 13:35:19&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6286,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8761,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.0.3&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/tag/v1.0.3&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 927,
&quot;created_at&quot;: &quot;2024-01-20T11:54:48.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-01-20T11:54:48.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-01-20 11:54:48&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6271,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8746,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/tag/v1.0.2&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 738,
&quot;created_at&quot;: &quot;2024-01-18T13:38:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-01-18T13:38:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-01-18 13:38:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6270,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 8745,
&quot;mod_id&quot;: 1257,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://github.com/LunaAufLock/LotusTrader/releases/tag/v1.0.0&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file/745d3ef16022c21c4540682a4e4f2f05a2786e6a1a1a132822a90db408aa336a?nocache=1&quot;,
&quot;downloads&quot;: 207,
&quot;created_at&quot;: &quot;2024-01-18T05:37:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-01-18T05:37:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-01-18 05:37:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1257/lotus&quot;
}
},
{
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 1778,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 2305,
&quot;name&quot;: &quot;More Energy Drinks&quot;,
&quot;slug&quot;: &quot;more-energy-drinks&quot;,
&quot;teaser&quot;: &quot;Adds 12 unique energy drinks that range in rarity and provide interesting effects that your PMC can enjoy during raids. Now you can share your caffeine addiction with your PMC!&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks&quot;,
&quot;featured&quot;: true,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2024-08-27T00:01:55.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:13.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-27 00:01:55&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 52388
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/52388/hood&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8722
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks/releases/download/v1.0.2/HoodsEnergyDrinks1.0.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8712
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks/releases/download/v1.0.1/HoodsEnergyDrinks1.0.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8696
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks/releases/download/v1.0.0/HoodsEnergyDrinks1.0.0.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 52388,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Hood&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2024-05-21T21:49:53.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:45:24.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/52388/hood&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8722,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11550,
&quot;mod_id&quot;: 1778,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks/releases/download/v1.0.2/HoodsEnergyDrinks1.0.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file-analysis/YTk2MzNhN2IyZDYzMzY5MWY1NzkzNDU1NWUxNzdkZTI6MTcyNDcxMTEyNw==&quot;,
&quot;downloads&quot;: 4693,
&quot;created_at&quot;: &quot;2024-08-28T21:43:55.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-28T21:43:55.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-28 21:43:55&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8712,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11540,
&quot;mod_id&quot;: 1778,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks/releases/download/v1.0.1/HoodsEnergyDrinks1.0.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file-analysis/YTk2MzNhN2IyZDYzMzY5MWY1NzkzNDU1NWUxNzdkZTI6MTcyNDcxMTEyNw==&quot;,
&quot;downloads&quot;: 578,
&quot;created_at&quot;: &quot;2024-08-28T08:15:43.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-28T08:15:43.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-28 08:15:43&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8696,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11523,
&quot;mod_id&quot;: 1778,
&quot;version&quot;: &quot;1.0.0&quot;,
&quot;link&quot;: &quot;https://github.com/Hood26/Hoods-Energy-Drinks/releases/download/v1.0.0/HoodsEnergyDrinks1.0.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;https://www.virustotal.com/gui/file-analysis/YTk2MzNhN2IyZDYzMzY5MWY1NzkzNDU1NWUxNzdkZTI6MTcyNDcxMTEyNw==&quot;,
&quot;downloads&quot;: 1114,
&quot;created_at&quot;: &quot;2024-08-27T00:01:55.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-08-27T00:01:55.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-08-27 00:01:55&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/1778/more-energy-drinks&quot;
}
}
],
&quot;links&quot;: {
&quot;first&quot;: &quot;http://forge.test/api/v0/mods?page=1&quot;,
&quot;last&quot;: &quot;http://forge.test/api/v0/mods?page=116&quot;,
&quot;prev&quot;: null,
&quot;next&quot;: &quot;http://forge.test/api/v0/mods?page=2&quot;
},
&quot;meta&quot;: {
&quot;current_page&quot;: 1,
&quot;from&quot;: 1,
&quot;last_page&quot;: 116,
&quot;links&quot;: [
{
&quot;url&quot;: null,
&quot;label&quot;: &quot;&amp;laquo; Previous&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=1&quot;,
&quot;label&quot;: &quot;1&quot;,
&quot;active&quot;: true
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=2&quot;,
&quot;label&quot;: &quot;2&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=3&quot;,
&quot;label&quot;: &quot;3&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=4&quot;,
&quot;label&quot;: &quot;4&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=5&quot;,
&quot;label&quot;: &quot;5&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=6&quot;,
&quot;label&quot;: &quot;6&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=7&quot;,
&quot;label&quot;: &quot;7&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=8&quot;,
&quot;label&quot;: &quot;8&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=9&quot;,
&quot;label&quot;: &quot;9&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=10&quot;,
&quot;label&quot;: &quot;10&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: null,
&quot;label&quot;: &quot;...&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=115&quot;,
&quot;label&quot;: &quot;115&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=116&quot;,
&quot;label&quot;: &quot;116&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/mods?page=2&quot;,
&quot;label&quot;: &quot;Next &amp;raquo;&quot;,
&quot;active&quot;: false
}
],
&quot;path&quot;: &quot;http://forge.test/api/v0/mods&quot;,
&quot;per_page&quot;: 15,
&quot;to&quot;: 15,
&quot;total&quot;: 1739
}
}</code>
</pre>
</span>
<span id="execution-results-GETapi-v0-mods" hidden>
<blockquote>Received response<span
id="execution-response-status-GETapi-v0-mods"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-GETapi-v0-mods"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-GETapi-v0-mods" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-GETapi-v0-mods">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-GETapi-v0-mods" data-method="GET"
data-path="api/v0/mods"
data-authed="1"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('GETapi-v0-mods', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-GETapi-v0-mods"
onclick="tryItOut('GETapi-v0-mods');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-GETapi-v0-mods"
onclick="cancelTryOut('GETapi-v0-mods');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-GETapi-v0-mods"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-green">GET</small>
<b><code>api/v0/mods</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Authorization</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Authorization" class="auth-value" data-endpoint="GETapi-v0-mods"
value="Bearer YOUR_API_KEY"
data-component="header">
<br>
<p>Example: <code>Bearer YOUR_API_KEY</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="GETapi-v0-mods"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="GETapi-v0-mods"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<h4 class="fancy-heading-panel"><b>Query Parameters</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>include</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="include" data-endpoint="GETapi-v0-mods"
value="users,versions,license"
data-component="query">
<br>
<p>The relationships to include within the <code>includes</code> key. By default no relationships are automatically included. Example: <code>users,versions,license</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[id]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[id]" data-endpoint="GETapi-v0-mods"
value="5,10,15"
data-component="query">
<br>
<p>Filter by the <code>id</code>. Select multiple by separating the IDs with a comma. Example: <code>5,10,15</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[hub_id]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[hub_id]" data-endpoint="GETapi-v0-mods"
value="20"
data-component="query">
<br>
<p>Filter by the <code>hub_id</code> attribute. Select multiple by separating the IDs with a comma. Example: <code>20</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[name]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[name]" data-endpoint="GETapi-v0-mods"
value="*SAIN*"
data-component="query">
<br>
<p>Filter by the <code>name</code> attribute. Use <code>*</code> as the wildcard character. Example: <code>*SAIN*</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[slug]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[slug]" data-endpoint="GETapi-v0-mods"
value="*raid-times"
data-component="query">
<br>
<p>Filter by the <code>slug</code> attribute. Use <code>*</code> as the wildcard character. Example: <code>*raid-times</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[teaser]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[teaser]" data-endpoint="GETapi-v0-mods"
value="*weighted*random*times*"
data-component="query">
<br>
<p>Filter by the <code>teaser</code> attribute. Use <code>*</code> as the wildcard character. Example: <code>*weighted*random*times*</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[source_code_link]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[source_code_link]" data-endpoint="GETapi-v0-mods"
value="*https*.net*"
data-component="query">
<br>
<p>Filter by the <code>source_code_link</code> attribute. Use <code>*</code> as the wildcard character. Example: <code>*https*.net*</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[featured]</code></b>&nbsp;&nbsp;
<small>boolean</small>&nbsp;
<i>optional</i> &nbsp;
<label data-endpoint="GETapi-v0-mods" style="display: none">
<input type="radio" name="filter[featured]"
value="1"
data-endpoint="GETapi-v0-mods"
data-component="query" >
<code>true</code>
</label>
<label data-endpoint="GETapi-v0-mods" style="display: none">
<input type="radio" name="filter[featured]"
value="0"
data-endpoint="GETapi-v0-mods"
data-component="query" >
<code>false</code>
</label>
<br>
<p>Filter by the <code>featured</code> attribute. All &quot;truthy&quot; or &quot;falsy&quot; values are supported. Example: <code>true</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[contains_ads]</code></b>&nbsp;&nbsp;
<small>boolean</small>&nbsp;
<i>optional</i> &nbsp;
<label data-endpoint="GETapi-v0-mods" style="display: none">
<input type="radio" name="filter[contains_ads]"
value="1"
data-endpoint="GETapi-v0-mods"
data-component="query" >
<code>true</code>
</label>
<label data-endpoint="GETapi-v0-mods" style="display: none">
<input type="radio" name="filter[contains_ads]"
value="0"
data-endpoint="GETapi-v0-mods"
data-component="query" >
<code>false</code>
</label>
<br>
<p>Filter by the <code>contains_ads</code> attribute. All &quot;truthy&quot; or &quot;falsy&quot; values are supported. Example: <code>true</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[contains_ai_content]</code></b>&nbsp;&nbsp;
<small>boolean</small>&nbsp;
<i>optional</i> &nbsp;
<label data-endpoint="GETapi-v0-mods" style="display: none">
<input type="radio" name="filter[contains_ai_content]"
value="1"
data-endpoint="GETapi-v0-mods"
data-component="query" >
<code>true</code>
</label>
<label data-endpoint="GETapi-v0-mods" style="display: none">
<input type="radio" name="filter[contains_ai_content]"
value="0"
data-endpoint="GETapi-v0-mods"
data-component="query" >
<code>false</code>
</label>
<br>
<p>Filter by the <code>contains_ai_content</code> attribute. All &quot;truthy&quot; or &quot;falsy&quot; values are supported. Example: <code>true</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[created_at]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[created_at]" data-endpoint="GETapi-v0-mods"
value="2023-12-31,2024-12-31"
data-component="query">
<br>
<p>Filter by the <code>created_at</code> attribute. Ranges are possible by separating the dates with a comma. Example: <code>2023-12-31,2024-12-31</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[updated_at]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[updated_at]" data-endpoint="GETapi-v0-mods"
value="2023-12-31,2024-12-31"
data-component="query">
<br>
<p>Filter by the <code>updated_at</code> attribute. Ranges are possible by separating the dates with a comma. Example: <code>2023-12-31,2024-12-31</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[published_at]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[published_at]" data-endpoint="GETapi-v0-mods"
value="2023-12-31,2024-12-31"
data-component="query">
<br>
<p>Filter by the <code>published_at</code> attribute. Ranges are possible by seperating the dates with a comma. Example: <code>2023-12-31,2024-12-31</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>sort</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="sort" data-endpoint="GETapi-v0-mods"
value="-featured,name"
data-component="query">
<br>
<p>Sort the results by a comma seperated list of attributes. The default sort direction is ASC, append the attribute name with a minus to sort DESC. Example: <code>-featured,name</code></p>
</div>
</form>
<h2 id="mods-GETapi-v0-mods--id-">Get Mod</h2>
<p>
<small class="badge badge-darkred">requires authentication</small>
</p>
<p>Display more detailed information about a specific mod.</p>
<span id="example-requests-GETapi-v0-mods--id-">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/v0/mods/558"
);
const params = {
"include": "users,versions,license",
};
Object.keys(params)
.forEach(key =&gt; url.searchParams.append(key, params[key]));
const headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/v0/mods/558';
$response = $client-&gt;get(
$url,
[
'headers' =&gt; [
'Authorization' =&gt; 'Bearer YOUR_API_KEY',
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
'query' =&gt; [
'include' =&gt; 'users,versions,license',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/v0/mods/558'
params = {
'include': 'users,versions,license',
}
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, params=params)
response.json()</code></pre></div>
</span>
<span id="example-responses-GETapi-v0-mods--id-">
<blockquote>
<p>Example response (200):</p>
</blockquote>
<details class="annotation">
<summary style="cursor: pointer;">
<small onclick="textContent = parentElement.parentElement.open ? 'Show headers' : 'Hide headers'">Show headers</small>
</summary>
<pre><code class="language-http">cache-control: no-cache, private
content-type: application/json
access-control-allow-origin: *
</code></pre></details> <pre>
<code class="language-json" style="max-height: 300px;">{
&quot;data&quot;: {
&quot;type&quot;: &quot;mod&quot;,
&quot;id&quot;: 558,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 771,
&quot;name&quot;: &quot;Custom Raid Times&quot;,
&quot;slug&quot;: &quot;custom-raid-times&quot;,
&quot;teaser&quot;: &quot;Change the raid time of maps individually or override them all to one single time. Supports weighted, random times. Automatically adjusts the train schedules to fit within the new raid times.&quot;,
&quot;description&quot;: &quot; Custom Raid Times \n===================\n\n Features: \n-----------\n\n- Adjust global raid times, or raid times for individual maps.\n- Raid times can be random ranges, grouped, and weighted.\n- Extract train schedules automatically adjust to the new raid time. \n - Earliest arrival time (given enough overall time) can be anywhere in between 35% to 80% of the total raid time, making train arrival less predictable and also more usable in extra long raids.\n - The number of seconds the train waits before closing the doors and departing is now randomized; but always between 14 and 7 minutes.\n - Raids can now be as short as 3 minutes and still have an active and functional train extract.\n \n To install: \n-------------\n\n1. Decompress the contents of the download into your root SPT directory.\n2. Open the CustomRaidTimes/config/config.json5 file to adjust raid time options.\n3. Leave a review and let me know what you think.\n\n Issues? \n---------\n\n- If you experience any problems, please [submit a detailed bug report.](https://github.com/refringe/CustomRaidTimes/issues)\n\n&hearts;&quot;,
&quot;license_id&quot;: 11,
&quot;source_code_link&quot;: &quot;https://github.com/refringe/CustomRaidTimes&quot;,
&quot;featured&quot;: false,
&quot;contains_ai_content&quot;: false,
&quot;contains_ads&quot;: false,
&quot;created_at&quot;: &quot;2022-08-15T03:30:59.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:48:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-08-15 03:30:59&quot;
},
&quot;relationships&quot;: {
&quot;users&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 14605
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/14605/refringe&quot;
}
}
],
&quot;versions&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8810
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.3/refringe-customraidtimes-1.7.3.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 8099
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.2/refringe-customraidtimes-1.7.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7953
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.1/refringe-customraidtimes-1.7.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 7931
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.0/refringe-customraidtimes-1.7.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 6843
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.6.0/refringe-customraidtimes-1.6.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5308
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.5.0/refringe-customraidtimes-1.5.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 5031
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/refringe-customraidtimes-1.4.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4672
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.3.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 4084
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3813
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3671
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.0.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 3370
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.5.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2851
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.4.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2776
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.3.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2771
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.2.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2712
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Dinkadactyl-CustomRaidTimes-1.2.1.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2642
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.2.0/CustomRaidTimes.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2583
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.1.0/CustomRaidTimes.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2506
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.0.2/CustomRaidTimes.zip&quot;
}
},
{
&quot;data&quot;: {
&quot;type&quot;: &quot;version&quot;,
&quot;id&quot;: 2489
},
&quot;links&quot;: {
&quot;self&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.0.1/CustomRaidTimes.zip&quot;
}
}
],
&quot;license&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11
}
}
]
},
&quot;includes&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 14605,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Refringe&quot;,
&quot;user_role_id&quot;: 4,
&quot;created_at&quot;: &quot;2022-02-12T03:17:31.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-16T21:23:28.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: 4
}
}
},
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/14605/refringe&quot;
}
},
{
&quot;type&quot;: &quot;license&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;MIT License&quot;,
&quot;link&quot;: &quot;https://choosealicense.com/licenses/mit/&quot;,
&quot;created_at&quot;: null,
&quot;updated_at&quot;: null
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8810,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 11648,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.7.3&quot;,
&quot;link&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.3/refringe-customraidtimes-1.7.3.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 1227,
&quot;created_at&quot;: &quot;2024-09-06T14:53:12.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-06T14:53:12.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-09-06 14:53:12&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 8099,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10846,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.7.2&quot;,
&quot;link&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.2/refringe-customraidtimes-1.7.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 7740,
&quot;created_at&quot;: &quot;2024-07-15T00:57:52.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-15T00:57:52.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-15 00:57:52&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7953,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10683,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.7.1&quot;,
&quot;link&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.1/refringe-customraidtimes-1.7.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 1740,
&quot;created_at&quot;: &quot;2024-07-10T02:01:20.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-10T02:01:20.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-10 02:01:20&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 7931,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 10659,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.7.0&quot;,
&quot;link&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.7.0/refringe-customraidtimes-1.7.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 705,
&quot;created_at&quot;: &quot;2024-07-09T05:19:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-07-09T05:19:11.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-07-09 05:19:11&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 6843,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 9428,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.6.0&quot;,
&quot;link&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.6.0/refringe-customraidtimes-1.6.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 7748,
&quot;created_at&quot;: &quot;2024-04-14T15:33:45.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-04-14T15:33:45.000000Z&quot;,
&quot;published_at&quot;: &quot;2024-04-14 15:33:45&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5308,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7570,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.5.0&quot;,
&quot;link&quot;: &quot;https://github.com/refringe/CustomRaidTimes/releases/download/v1.5.0/refringe-customraidtimes-1.5.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 10343,
&quot;created_at&quot;: &quot;2023-10-08T21:27:38.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-10-08T21:27:38.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-10-08 21:27:38&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 5031,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 7195,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.4.0&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/refringe-customraidtimes-1.4.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 2232,
&quot;created_at&quot;: &quot;2023-08-23T04:56:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-08-23T04:56:28.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-08-23 04:56:28&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4672,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 6646,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.3.3&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.3.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 2203,
&quot;created_at&quot;: &quot;2023-06-29T04:44:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-06-29T04:44:08.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-06-29 04:44:08&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 4084,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5789,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.3.2&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 2153,
&quot;created_at&quot;: &quot;2023-03-29T03:39:01.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-29T03:39:01.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-29 03:39:01&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3813,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5397,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.3.1&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 1554,
&quot;created_at&quot;: &quot;2023-03-03T02:16:29.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-03-03T02:16:29.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-03-03 02:16:29&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3671,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 5211,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.3.0&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.3.0.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 1137,
&quot;created_at&quot;: &quot;2023-02-15T21:28:41.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-02-15T21:28:41.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-02-15 21:28:41&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 3370,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 4794,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.2.5&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.5.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 1475,
&quot;created_at&quot;: &quot;2023-01-08T18:30:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2023-01-08T18:30:28.000000Z&quot;,
&quot;published_at&quot;: &quot;2023-01-08 18:30:28&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2851,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 4111,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.2.4&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.4.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 1574,
&quot;created_at&quot;: &quot;2022-10-05T02:30:28.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-10-05T02:30:28.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-10-05 02:30:28&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2776,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 4005,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.2.3&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.3.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 841,
&quot;created_at&quot;: &quot;2022-09-16T14:15:39.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-09-16T14:15:39.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-09-16 14:15:39&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2771,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 4000,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.2.2&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Refringe-CustomRaidTimes-1.2.2.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 219,
&quot;created_at&quot;: &quot;2022-09-14T15:22:53.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-09-14T15:22:53.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-09-14 15:22:53&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2712,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 3920,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.2.1&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/Dinkadactyl-CustomRaidTimes-1.2.1.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 696,
&quot;created_at&quot;: &quot;2022-09-02T18:16:54.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-09-02T18:16:54.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-09-02 18:16:54&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2642,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 3834,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.2.0&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.2.0/CustomRaidTimes.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 244,
&quot;created_at&quot;: &quot;2022-08-28T04:58:10.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-08-28T04:58:10.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-08-28 04:58:10&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2583,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 3759,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.1.0&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.1.0/CustomRaidTimes.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 519,
&quot;created_at&quot;: &quot;2022-08-20T06:08:38.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-08-20T06:08:38.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-08-20 06:08:38&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2506,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 3675,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.0.2&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.0.2/CustomRaidTimes.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 325,
&quot;created_at&quot;: &quot;2022-08-16T15:31:00.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-08-16T15:31:00.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-08-16 15:31:00&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
},
{
&quot;type&quot;: &quot;mod_version&quot;,
&quot;id&quot;: 2489,
&quot;attributes&quot;: {
&quot;hub_id&quot;: 3655,
&quot;mod_id&quot;: 558,
&quot;version&quot;: &quot;1.0.1&quot;,
&quot;link&quot;: &quot;https://downloadthisfor.me/spt-aki-mods/CustomRaidTimes/v1.0.1/CustomRaidTimes.zip&quot;,
&quot;virus_total_link&quot;: &quot;&quot;,
&quot;downloads&quot;: 328,
&quot;created_at&quot;: &quot;2022-08-15T04:11:53.000000Z&quot;,
&quot;updated_at&quot;: &quot;2022-08-15T04:11:53.000000Z&quot;,
&quot;published_at&quot;: &quot;2022-08-15 04:11:53&quot;
},
&quot;relationships&quot;: {
&quot;spt_version&quot;: [
{
&quot;data&quot;: {
&quot;type&quot;: &quot;spt_version&quot;
}
}
]
}
}
],
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/mod/558/custom-raid-times&quot;
}
}
}</code>
</pre>
</span>
<span id="execution-results-GETapi-v0-mods--id-" hidden>
<blockquote>Received response<span
id="execution-response-status-GETapi-v0-mods--id-"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-GETapi-v0-mods--id-"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-GETapi-v0-mods--id-" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-GETapi-v0-mods--id-">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-GETapi-v0-mods--id-" data-method="GET"
data-path="api/v0/mods/{id}"
data-authed="1"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('GETapi-v0-mods--id-', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-GETapi-v0-mods--id-"
onclick="tryItOut('GETapi-v0-mods--id-');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-GETapi-v0-mods--id-"
onclick="cancelTryOut('GETapi-v0-mods--id-');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-GETapi-v0-mods--id-"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-green">GET</small>
<b><code>api/v0/mods/{id}</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Authorization</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Authorization" class="auth-value" data-endpoint="GETapi-v0-mods--id-"
value="Bearer YOUR_API_KEY"
data-component="header">
<br>
<p>Example: <code>Bearer YOUR_API_KEY</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="GETapi-v0-mods--id-"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="GETapi-v0-mods--id-"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<h4 class="fancy-heading-panel"><b>URL Parameters</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>id</code></b>&nbsp;&nbsp;
<small>integer</small>&nbsp;
&nbsp;
<input type="number" style="display: none"
step="any" name="id" data-endpoint="GETapi-v0-mods--id-"
value="558"
data-component="url">
<br>
<p>The ID of the mod. Example: <code>558</code></p>
</div>
<h4 class="fancy-heading-panel"><b>Query Parameters</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>include</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="include" data-endpoint="GETapi-v0-mods--id-"
value="users,versions,license"
data-component="query">
<br>
<p>The relationships to include within the <code>includes</code> key. By default no relationships are automatically included. Example: <code>users,versions,license</code></p>
</div>
</form>
<h1 id="users">Users</h1>
<h2 id="users-GETapi-v0-users">Get Users</h2>
<p>
<small class="badge badge-darkred">requires authentication</small>
</p>
<p>List, filter, and sort basic information about users.</p>
<span id="example-requests-GETapi-v0-users">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/v0/users"
);
const params = {
"include": "user_role",
"filter[id]": "5,10,15",
"filter[name]": "*fringe",
"filter[created_at]": "2023-12-31,2024-12-31",
"filter[updated_at]": "2023-12-31,2024-12-31",
"sort": "created_at,-name",
};
Object.keys(params)
.forEach(key =&gt; url.searchParams.append(key, params[key]));
const headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/v0/users';
$response = $client-&gt;get(
$url,
[
'headers' =&gt; [
'Authorization' =&gt; 'Bearer YOUR_API_KEY',
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
'query' =&gt; [
'include' =&gt; 'user_role',
'filter[id]' =&gt; '5,10,15',
'filter[name]' =&gt; '*fringe',
'filter[created_at]' =&gt; '2023-12-31,2024-12-31',
'filter[updated_at]' =&gt; '2023-12-31,2024-12-31',
'sort' =&gt; 'created_at,-name',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/v0/users'
params = {
'include': 'user_role',
'filter[id]': '5,10,15',
'filter[name]': '*fringe',
'filter[created_at]': '2023-12-31,2024-12-31',
'filter[updated_at]': '2023-12-31,2024-12-31',
'sort': 'created_at,-name',
}
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, params=params)
response.json()</code></pre></div>
</span>
<span id="example-responses-GETapi-v0-users">
<blockquote>
<p>Example response (200):</p>
</blockquote>
<details class="annotation">
<summary style="cursor: pointer;">
<small onclick="textContent = parentElement.parentElement.open ? 'Show headers' : 'Hide headers'">Show headers</small>
</summary>
<pre><code class="language-http">cache-control: no-cache, private
content-type: application/json
access-control-allow-origin: *
</code></pre></details> <pre>
<code class="language-json" style="max-height: 300px;">{
&quot;data&quot;: [
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 2,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Tyranidex#1942&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-11T09:40:21.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/2/tyranidex1942&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 3,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;AssAssIn#1193&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-15T16:07:01.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/3/assassin1193&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 4,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Ivandrov#9094&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-15T23:03:26.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/4/ivandrov9094&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 5,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Vengeance#6753&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-15T23:07:12.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/5/vengeance6753&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 6,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;RedNukem&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-15T23:10:29.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/6/rednukem&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 7,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;JazzFunkGreats&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-15T23:15:52.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/7/jazzfunkgreats&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 8,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;yimi&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T01:22:40.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/8/yimi&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 9,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;lubyankaxlf&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T01:43:09.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/9/lubyankaxlf&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 10,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Stalbay#3177&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T01:51:08.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/10/stalbay3177&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 11,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Drill#0596&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T01:55:19.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/11/drill0596&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 12,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Samwise&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T03:59:58.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/12/samwise&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 13,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;ServeyVampiRe#2098&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T05:21:56.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/13/serveyvampire2098&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 14,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Saaly&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T06:57:07.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/14/saaly&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 15,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Meck&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T09:37:11.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/15/meck&quot;
}
},
{
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 16,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;Orion26&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2020-06-16T15:51:50.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/16/orion26&quot;
}
}
],
&quot;links&quot;: {
&quot;first&quot;: &quot;http://forge.test/api/v0/users?page=1&quot;,
&quot;last&quot;: &quot;http://forge.test/api/v0/users?page=4262&quot;,
&quot;prev&quot;: null,
&quot;next&quot;: &quot;http://forge.test/api/v0/users?page=2&quot;
},
&quot;meta&quot;: {
&quot;current_page&quot;: 1,
&quot;from&quot;: 1,
&quot;last_page&quot;: 4262,
&quot;links&quot;: [
{
&quot;url&quot;: null,
&quot;label&quot;: &quot;&amp;laquo; Previous&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=1&quot;,
&quot;label&quot;: &quot;1&quot;,
&quot;active&quot;: true
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=2&quot;,
&quot;label&quot;: &quot;2&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=3&quot;,
&quot;label&quot;: &quot;3&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=4&quot;,
&quot;label&quot;: &quot;4&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=5&quot;,
&quot;label&quot;: &quot;5&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=6&quot;,
&quot;label&quot;: &quot;6&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=7&quot;,
&quot;label&quot;: &quot;7&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=8&quot;,
&quot;label&quot;: &quot;8&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=9&quot;,
&quot;label&quot;: &quot;9&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=10&quot;,
&quot;label&quot;: &quot;10&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: null,
&quot;label&quot;: &quot;...&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=4261&quot;,
&quot;label&quot;: &quot;4261&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=4262&quot;,
&quot;label&quot;: &quot;4262&quot;,
&quot;active&quot;: false
},
{
&quot;url&quot;: &quot;http://forge.test/api/v0/users?page=2&quot;,
&quot;label&quot;: &quot;Next &amp;raquo;&quot;,
&quot;active&quot;: false
}
],
&quot;path&quot;: &quot;http://forge.test/api/v0/users&quot;,
&quot;per_page&quot;: 15,
&quot;to&quot;: 15,
&quot;total&quot;: 63916
}
}</code>
</pre>
</span>
<span id="execution-results-GETapi-v0-users" hidden>
<blockquote>Received response<span
id="execution-response-status-GETapi-v0-users"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-GETapi-v0-users"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-GETapi-v0-users" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-GETapi-v0-users">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-GETapi-v0-users" data-method="GET"
data-path="api/v0/users"
data-authed="1"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('GETapi-v0-users', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-GETapi-v0-users"
onclick="tryItOut('GETapi-v0-users');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-GETapi-v0-users"
onclick="cancelTryOut('GETapi-v0-users');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-GETapi-v0-users"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-green">GET</small>
<b><code>api/v0/users</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Authorization</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Authorization" class="auth-value" data-endpoint="GETapi-v0-users"
value="Bearer YOUR_API_KEY"
data-component="header">
<br>
<p>Example: <code>Bearer YOUR_API_KEY</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="GETapi-v0-users"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="GETapi-v0-users"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<h4 class="fancy-heading-panel"><b>Query Parameters</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>include</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="include" data-endpoint="GETapi-v0-users"
value="user_role"
data-component="query">
<br>
<p>The relationships to include within the <code>includes</code> key. By default no relationships are automatically included. Example: <code>user_role</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[id]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[id]" data-endpoint="GETapi-v0-users"
value="5,10,15"
data-component="query">
<br>
<p>Filter by the <code>id</code>. Select multiple by separating the IDs with a comma. Example: <code>5,10,15</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[name]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[name]" data-endpoint="GETapi-v0-users"
value="*fringe"
data-component="query">
<br>
<p>Filter by the <code>name</code> attribute. Use <code>*</code> as the wildcard character. Example: <code>*fringe</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[created_at]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[created_at]" data-endpoint="GETapi-v0-users"
value="2023-12-31,2024-12-31"
data-component="query">
<br>
<p>Filter by the <code>created_at</code> attribute. Ranges are possible by separating the dates with a comma. Example: <code>2023-12-31,2024-12-31</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>filter[updated_at]</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="filter[updated_at]" data-endpoint="GETapi-v0-users"
value="2023-12-31,2024-12-31"
data-component="query">
<br>
<p>Filter by the <code>updated_at</code> attribute. Ranges are possible by separating the dates with a comma. Example: <code>2023-12-31,2024-12-31</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>sort</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="sort" data-endpoint="GETapi-v0-users"
value="created_at,-name"
data-component="query">
<br>
<p>Sort the results by a comma seperated list of attributes. The default sort direction is ASC, append the attribute name with a minus to sort DESC. Example: <code>created_at,-name</code></p>
</div>
</form>
<h2 id="users-GETapi-v0-users--id-">Get User</h2>
<p>
<small class="badge badge-darkred">requires authentication</small>
</p>
<p>Display more detailed information about a specific user.</p>
<span id="example-requests-GETapi-v0-users--id-">
<blockquote>Example request:</blockquote>
<div class="javascript-example">
<pre><code class="language-javascript">const url = new URL(
"http://forge.test/api/v0/users/1"
);
const params = {
"include": "user_role",
};
Object.keys(params)
.forEach(key =&gt; url.searchParams.append(key, params[key]));
const headers = {
"Authorization": "Bearer YOUR_API_KEY",
"Content-Type": "application/json",
"Accept": "application/json",
};
fetch(url, {
method: "GET",
headers,
}).then(response =&gt; response.json());</code></pre></div>
<div class="php-example">
<pre><code class="language-php">$client = new \GuzzleHttp\Client();
$url = 'http://forge.test/api/v0/users/1';
$response = $client-&gt;get(
$url,
[
'headers' =&gt; [
'Authorization' =&gt; 'Bearer YOUR_API_KEY',
'Content-Type' =&gt; 'application/json',
'Accept' =&gt; 'application/json',
],
'query' =&gt; [
'include' =&gt; 'user_role',
],
]
);
$body = $response-&gt;getBody();
print_r(json_decode((string) $body));</code></pre></div>
<div class="python-example">
<pre><code class="language-python">import requests
import json
url = 'http://forge.test/api/v0/users/1'
params = {
'include': 'user_role',
}
headers = {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
'Accept': 'application/json'
}
response = requests.request('GET', url, headers=headers, params=params)
response.json()</code></pre></div>
</span>
<span id="example-responses-GETapi-v0-users--id-">
<blockquote>
<p>Example response (200):</p>
</blockquote>
<details class="annotation">
<summary style="cursor: pointer;">
<small onclick="textContent = parentElement.parentElement.open ? 'Show headers' : 'Hide headers'">Show headers</small>
</summary>
<pre><code class="language-http">cache-control: no-cache, private
content-type: application/json
access-control-allow-origin: *
</code></pre></details> <pre>
<code class="language-json" style="max-height: 300px;">{
&quot;data&quot;: {
&quot;type&quot;: &quot;user&quot;,
&quot;id&quot;: 1,
&quot;attributes&quot;: {
&quot;name&quot;: &quot;SPT Team&quot;,
&quot;user_role_id&quot;: null,
&quot;created_at&quot;: &quot;2021-06-02T01:01:13.000000Z&quot;,
&quot;updated_at&quot;: &quot;2024-09-15T18:42:01.000000Z&quot;
},
&quot;relationships&quot;: {
&quot;user_role&quot;: {
&quot;data&quot;: {
&quot;type&quot;: &quot;user_role&quot;,
&quot;id&quot;: null
}
}
},
&quot;includes&quot;: null,
&quot;links&quot;: {
&quot;self&quot;: &quot;http://forge.test/user/1/spt-team&quot;
}
}
}</code>
</pre>
</span>
<span id="execution-results-GETapi-v0-users--id-" hidden>
<blockquote>Received response<span
id="execution-response-status-GETapi-v0-users--id-"></span>:
</blockquote>
<pre class="json"><code id="execution-response-content-GETapi-v0-users--id-"
data-empty-response-text="<Empty response>" style="max-height: 400px;"></code></pre>
</span>
<span id="execution-error-GETapi-v0-users--id-" hidden>
<blockquote>Request failed with error:</blockquote>
<pre><code id="execution-error-message-GETapi-v0-users--id-">
Tip: Check that you&#039;re properly connected to the network.
If you&#039;re a maintainer of ths API, verify that your API is running and you&#039;ve enabled CORS.
You can check the Dev Tools console for debugging information.</code></pre>
</span>
<form id="form-GETapi-v0-users--id-" data-method="GET"
data-path="api/v0/users/{id}"
data-authed="1"
data-hasfiles="0"
data-isarraybody="0"
autocomplete="off"
onsubmit="event.preventDefault(); executeTryOut('GETapi-v0-users--id-', this);">
<h3>
Request&nbsp;&nbsp;&nbsp;
<button type="button"
style="background-color: #8fbcd4; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-tryout-GETapi-v0-users--id-"
onclick="tryItOut('GETapi-v0-users--id-');">Try it out ⚡
</button>
<button type="button"
style="background-color: #c97a7e; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-canceltryout-GETapi-v0-users--id-"
onclick="cancelTryOut('GETapi-v0-users--id-');" hidden>Cancel 🛑
</button>&nbsp;&nbsp;
<button type="submit"
style="background-color: #6ac174; padding: 5px 10px; border-radius: 5px; border-width: thin;"
id="btn-executetryout-GETapi-v0-users--id-"
data-initial-text="Send Request 💥"
data-loading-text="⏱ Sending..."
hidden>Send Request 💥
</button>
</h3>
<p>
<small class="badge badge-green">GET</small>
<b><code>api/v0/users/{id}</code></b>
</p>
<h4 class="fancy-heading-panel"><b>Headers</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Authorization</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Authorization" class="auth-value" data-endpoint="GETapi-v0-users--id-"
value="Bearer YOUR_API_KEY"
data-component="header">
<br>
<p>Example: <code>Bearer YOUR_API_KEY</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Content-Type</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Content-Type" data-endpoint="GETapi-v0-users--id-"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>Accept</code></b>&nbsp;&nbsp;
&nbsp;
&nbsp;
<input type="text" style="display: none"
name="Accept" data-endpoint="GETapi-v0-users--id-"
value="application/json"
data-component="header">
<br>
<p>Example: <code>application/json</code></p>
</div>
<h4 class="fancy-heading-panel"><b>URL Parameters</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>id</code></b>&nbsp;&nbsp;
<small>integer</small>&nbsp;
&nbsp;
<input type="number" style="display: none"
step="any" name="id" data-endpoint="GETapi-v0-users--id-"
value="1"
data-component="url">
<br>
<p>The ID of the user. Example: <code>1</code></p>
</div>
<h4 class="fancy-heading-panel"><b>Query Parameters</b></h4>
<div style="padding-left: 28px; clear: unset;">
<b style="line-height: 2;"><code>include</code></b>&nbsp;&nbsp;
<small>string</small>&nbsp;
<i>optional</i> &nbsp;
<input type="text" style="display: none"
name="include" data-endpoint="GETapi-v0-users--id-"
value="user_role"
data-component="query">
<br>
<p>The relationships to include within the <code>includes</code> key. By default no relationships are automatically included. Example: <code>user_role</code></p>
</div>
</form>
</div>
<div class="dark-box">
<div class="lang-selector">
<button type="button" class="lang-button" data-language-name="javascript">javascript</button>
<button type="button" class="lang-button" data-language-name="php">php</button>
<button type="button" class="lang-button" data-language-name="python">python</button>
</div>
</div>
</div>
</body>
</html>