---
title: "Get Specific Falcon Guard Report"
method: POST
path: "/v1/guard/{place_id}"
tags: ["Falcon Guard"]
---

# Get Specific Falcon Guard Report

`POST /v1/guard/{place_id}`

Allows you to retrieve the full result of the Falcon Guard Report of an active/protected location from the Local Falcon.

## Path parameters

- `place_id` string, required

## Response `200`

Successful response

- object
  - `code` integer
  - `code_desc` boolean
  - `success` boolean
  - `message` boolean
  - `parameters` object
  - `data` object
    - `id` string
    - `place_id` string
    - `location` object
      - `place_id` string
      - `fid` string
      - `cid` string
      - `name` string
      - `address` union
        - string
        - boolean
      - `full_address` union
        - string
        - boolean
      - `is_sab` boolean
      - `lat` string
      - `lng` string
      - `plus_code` union
        - string
        - boolean
      - `store_code` string
      - `description` string
      - `phone` string
      - `url` string
      - `display_url` string
      - `hours` object
      - `rating` string
      - `reviews` string
      - `primary_category` string
      - `secondary_categories` string[]
    - `changes` object[]
    - `metrics` object

## Other responses

- `400` — The request was malformed or missing required parameters.
- `401` — The API key is missing, invalid, or does not have permission for the requested resource.
- `429` — You have exceeded the rate limit. Please wait before making additional requests.
- `500` — An unexpected error occurred on the server. Please try again later.

---

[API](https://skmtc.net/localfalcon/apis/local-falcon-api.md) · [All operations](https://skmtc.net/localfalcon/apis/local-falcon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/localfalcon/local-falcon-api/revisions/06b5d428ba9e/schema)
