APIHub
Back to Explore

Georg API

The Georg API offers geocoding services, including forward search, reverse geocoding, autocomplete suggestions, coordinate format conversion, and a batch upload endpoint for submitting location data.

Geocoding
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

2235ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/search

Get geocoding

  • text (query)
  • sources (query)
  • layers (query)
  • countryCode (query)
  • size (query, limit)
POST

/upload

Batch upload

  • type (query)
GET

/autocomplete

Search

  • text (query)
  • sources (query)
  • layers (query)
  • countryCode (query)
  • size (query, limit)
GET

/coordinates

Search coordinates in different formate

  • coordinates (query)
GET

/reverse

Get reverse geocoding

  • lat (query)
  • lng (query)

5 endpoints auto-detected

curl -X GET \
  "https://nrm.se/search"

nrm.se · HTTPS only