Next.js logo
  1. This page is rendered server-side, and uses the OpenCage Geocoding API, the API Key is hidden from the browser:
    {"ISO_3166-1_alpha-2":"DE","ISO_3166-1_alpha-3":"DEU","ISO_3166-2":["DE-NW"],"_category":"social","_normalized_city":"Münster","_type":"social_facility","city":"Münster","city_district":"Münster-Mitte","continent":"Europe","country":"Deutschland","country_code":"de","house_number":"7","neighbourhood":"Josef","political_union":"European Union","postcode":"48153","road":"Friedrich-Ebert-Straße","social_facility":"Chance e.V.","state":"Nordrhein-Westfalen","state_code":"NW","suburb":"Innenstadtring"}
  2. Click the button Client with Server API below to see an example using a page rendered on the client-side using a server-side API.
  3. Click the button Client with Client API below to see an example using a page rendered on the client-side using a client-side request, exposing the API Key. THIS IS NOT RECOMMENDED.