---
title: "Search geocoding info"
method: GET
path: "/geocoding/search/"
tags: ["geocoding"]
---

# Search geocoding info

`GET /geocoding/search/`

Use this method to search geocoding info

## Query parameters

- `query` string, required

## Response `200`

- GeocodingResponse
  - `value` string, required — The value returned by the geocoding service
  - `lat` number, float, required — Latitude returned by the geocoding service
  - `lon` number, float, required — Longitude returned by the geocoding service

---

[API](https://skmtc.dev/ntechlab/apis/internal-api-documentation.md) · [All operations](https://skmtc.dev/ntechlab/apis/internal-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ntechlab/internal-api-documentation/revisions/fe217a895bc7/schema)
