> ## Documentation Index
> Fetch the complete documentation index at: https://docs.trmlabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Looking up one specific report

The **Get Reports ID API** allows users to retrieve a specific report using its ID.

## Authentication

API key to authorize requests. Enter your organization's API key in both the Username and Password fields below to authorize.

HTTP Authorization Scheme: basic

## Request

REQUEST BODY SCHEMA: application/JSON

<table>
  <thead>
    <tr>
      <th>
        Query parameters
      </th>

      <th>
        Type
      </th>

      <th>
        Description
      </th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        Id
      </td>

      <td>
        mandatory
      </td>

      <td>
        ReportID
      </td>
    </tr>
  </tbody>
</table>

## Retrieved information

### Report, including:

* Reported scammer's URL(s), if reported
* Reported scammer's addresse(s), if reported
* Scam category
* Reported date
* Report ID
* Description
* Confidence score

### If reported

* Scammer's information - such as Twitter handle, email, or other ICO
* Reported loss

The victim's information (such as email) is never made available.
