---
title: "Reverse Geocoding"
method: POST
path: "/v1/api_hub/reverse_geocoding_l1"
---

# Reverse Geocoding

`POST /v1/api_hub/reverse_geocoding_l1`

## Request body

- object
  - `latitude` string, required
  - `longitude` string, required

## Response `200`

200

- object
  - `verification_id` string
  - `reference_id` integer
  - `status` string
  - `latitude` string
  - `longitude` string
  - `address` string
  - `city` string
  - `state` string
  - `statecode` string
  - `country` string
  - `countrycode` string
  - `pincode` string
  - `score` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/crimescan/apis/crime-scan-result.md) · [All operations](https://skmtc.net/crimescan/apis/crime-scan-result/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/crimescan/crime-scan-result/versions/a9dd2afd70a1/schema)
