---
title: "Geocode Location by Full Address"
method: POST
path: "/address/geocode"
tags: ["Address"]
---

# Geocode Location by Full Address

`POST /address/geocode`

Converts the full address into latitude and longitude coordinates and populates individual address fields.

## Request body

- object
  - `address` object, required
    - `full` string
  - `publishedAddress` object, required
    - `full` string

## Response `200`

Return geocoded addresses.

- object
  - `address` object
    - `full` string
    - `city` string
    - `country` string
    - `location` object
      - `lat` number
      - `lng` number
    - `state` string
    - `street` string
    - `zipcode` string
  - `publishedAddress` object
    - `full` string
    - `city` string
    - `country` string
    - `location` object
      - `lat` number
      - `lng` number
    - `state` string
    - `street` string
    - `zipcode` string

## Other responses

- `403` — Unauthorized Request.

---

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