---
title: "Get report by id and token"
method: GET
path: "/report/{id}"
tags: ["Near Me Check"]
---

# Get report by id and token

`GET /report/{id}`

## Path parameters

- `id` integer, required

## Query parameters

- `token` string, required

## Response `200`

Report with given id

- object — Representation of the report
  - `id` integer — id, used in GET requests
  - `address` object
    - `streetAndNo` string, required — street and street number of the location
    - `addressExtra` string, nullable — address extra of the location
    - `zip` string, nullable — zip code of the location
    - `city` string, nullable — city of the location
    - `country` string, nullable — country in two letter code
    - `province` string — province of the location
    - `lat` number, double — latitude
    - `lng` number, double — longitude
  - `categoryId` integer — Uberall category id
  - `token` string — randomly created token, used in GET requests
  - `alreadyManagedId` integer — id of already managed Uberall location
  - `name` string — location name
  - `website` string — location website
  - `phone` string — location phone
  - `dateCreated` string, date-time — date created
  - `locationAccuracy` object
    - `website` object — count and list of directories where website is missing and present
    - `phone` object — count and list of directories where phone is missing and present
    - `openingHours` object — count and list of directories where opening hours are missing and present
    - `photos` object — count and list of directories where photos are missing and present
    - `address` object — count and list of directories where address is missing, matching or present
    - `name` object — count and list of directories where name is missing, matching or present
    - `missingListings` object — statistics of listings we could not find
    - `inaccurateListings` object — statistics of listings where data is inaccurate
    - `correctListings` object — statistics of listings where data is matching
    - `googleRating` number, double — rating taken from google
    - `locationAccuracyStatus` 'IN_PROGRESS' | 'FINISHED' | 'FAILED'
  - `listingsDetails` object
    - `listingsData` object[]
      - `listingUrl` string — url of online listing
      - `syncStatus` 'IN_SYNC' | 'NOT_IN_SYNC' | 'NOT_FOUND' | 'TECHNICAL_PROBLEMS' | 'NOT_SUPPORTED' | 'NO_ONLINE_LISTING' | 'UNKNOWN'
      - `directoryType` string — directory of the online listing
      - `name` string, nullable — Name of online listing
      - `nameStatus` 'MATCH' | 'MISMATCH' | 'PRESENT' | 'MISSING' | 'NOT_APPLICABLE' | 'TO_BE_CHECKED' | 'TECHNICAL_PROBLEMS', required
      - `phone` string, nullable — Phone number of online listing
      - `phoneStatus` 'MATCH' | 'MISMATCH' | 'PRESENT' | 'MISSING' | 'NOT_APPLICABLE' | 'TO_BE_CHECKED' | 'TECHNICAL_PROBLEMS', required
      - `website` string, nullable — Website of online listing
      - `websiteStatus` 'MATCH' | 'MISMATCH' | 'PRESENT' | 'MISSING' | 'NOT_APPLICABLE' | 'TO_BE_CHECKED' | 'TECHNICAL_PROBLEMS', required
      - `address` object, required
        - `streetAndNo` string, required — street and street number of the location
        - `addressExtra` string, nullable — address extra of the location
        - `zip` string, nullable — zip code of the location
        - `city` string, nullable — city of the location
        - `country` string, nullable — country in two letter code
        - `province` string — province of the location
        - `lat` number, double — latitude
        - `lng` number, double — longitude
      - `addressStatus` 'MATCH' | 'MISMATCH' | 'PRESENT' | 'MISSING' | 'NOT_APPLICABLE' | 'TO_BE_CHECKED' | 'TECHNICAL_PROBLEMS', required
      - `openingHoursStatus` 'MATCH' | 'MISMATCH' | 'PRESENT' | 'MISSING' | 'NOT_APPLICABLE' | 'TO_BE_CHECKED' | 'TECHNICAL_PROBLEMS', required
      - `photosStatus` 'MATCH' | 'MISMATCH' | 'PRESENT' | 'MISSING' | 'NOT_APPLICABLE' | 'TO_BE_CHECKED' | 'TECHNICAL_PROBLEMS', required
      - `rating` number, double, nullable — Rating of online listing
      - `ratingIndustry` number, double, nullable — Rating of online listing
      - `numberOfRatings` integer, nullable — Number of ratings of online listing
      - `numberOfRatingsIndustry` integer, nullable — Number of ratings of online listing
    - `listingsDetailsStatus` object
  - `benchmarkGeography` string — the chosen geography for benchmark (ex. zip, city, province)
  - `benchmarkCategory` integer — the chosen category for benchmark
  - `uncheckedDirectories` string[] — list of unchecked directories

## Other responses

- `401` — Unauthorized request
- `404` — No report found
- `429` — Too many requests. Allowed: 1 request per 1 second

---

[API](https://skmtc.net/uberall/apis/uberall-api.md) · [All operations](https://skmtc.net/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/uberall/uberall-api/versions/ddc577c548ee/schema)
