# Results

## Checking A Users Scan History

<mark style="color:green;">`POST`</mark> `https://stormss.cc/api/results/`

Gets The Previous Pins A User Has Been Scanned With

**Headers**

| Name         | Value              |
| ------------ | ------------------ |
| Content-Type | `application/json` |

**Query**

| Name | Type   | Description |
| ---- | ------ | ----------- |
| PIN  | string | Scan PIN    |

**Response**

{% tabs %}
{% tab title="200" %}

```json
{
  "PIN": "432432",
  "game": "FiveM",
  "results": {
    "accounts": [
      {
        "id": "76561199058407058",
        "name": "qimouzaixianbaonitou"
      },
      {
        "id": "76561199431229939",
        "name": "7r7q8ex11vin"
      }
    ],
    "detects": [
      "Unsigned File: main.exe",
      "Unsigned File: filesscannermain.exe",
      "Journal Deleted: 02:00:06, 23.05.2024",
      "Journal Deleted: 02:00:04, 23.05.2024",
      "Task Scheduler: 07:39:03, 24.05.2024",
      "Journal Deleted: 19:03:15, 01.05.2024",
      "Journal Deleted: 18:14:07, 01.05.2024",
      "Journal Deleted: 22:33:49, 29.04.2024",
      "Eulen",
      "Testo - cheat.exe",
      "Eulen - loader_prod.exe",
      "Generic Bypass (Transacted Hollowing) - main.cpp",
      "Macho Cheats - readme.txt",
      "Keyauth - $RS4F2JC.py",
      "Journal Deletion - $RS4F2JC.py",
    ],
    "logs": [
      "Generic A [Regedit] - OpenSavePidlMRU",
      "Memory Integrity Disabled",
      "Files With UniCode Characters",
      "Recycle-Bin Modified: 2d, 9m, 43s ago",
    ],
    "warnings": [
      "Unable To Find FiveM.APP!",
      "Discord: Tiago Executor",
      "Discord: Elude Bypass",
    ]
  }
}
```

{% endtab %}

{% tab title="400" %}

```json
{
  "error": "Invalid request"
}
```

{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stormss.cc/developers/public-reference/results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
