PASAR API
Free approval key (confmKey) required; the official Korean road-name address search, with separate endpoints for coordinates and English addresses.
View docs ↗ More Maps & location APIs# juso.go.kr ~ Korea road-name address API needs an API key ~ get yours at: # https://business.juso.go.kr/addrlink/main.do curl 'https://business.juso.go.kr/addrlink/addrLinkApi.do' \ -H 'Authorization: Bearer YOUR_TOKEN'
I'm integrating a South Korea API into my app. API: juso.go.kr ~ Korea road-name address API Provider: Ministry of the Interior and Safety (Juso) Auth: requires an API key (sign up: https://business.juso.go.kr/addrlink/main.do) Pricing: free Base URL: https://business.juso.go.kr/addrlink/addrLinkApi.do Important note: Free approval key (confmKey) required; the official Korean road-name address search, with separate endpoints for coordinates and English addresses. Source: Ministry of the Interior and Safety (Juso) (https://business.juso.go.kr/addrlink/main.do) Source type: Official portal or provider docs Endpoint type: Portal or multi-endpoint API Integration difficulty: Needs API key Last checked: 2026-07-05 Production caveat: Keep credentials server-side and confirm current limits, pricing, and webhook/error behaviour in the provider docs. Help me set up the correct onboarding/authentication path and make the first valid request ~ explain exactly where credentials go and what must happen before production.