{"version":1,"name":"Resolve Eircode","slug":"resolve-eircode","method":"POST","path":"/api/location/resolve-eircode","url":"https://www.agentcompare.ie/api/location/resolve-eircode","summary":"Verify and resolve an Irish Eircode into address and map coordinates.","description":"Accepts a full Irish Eircode and returns a formatted address, location coordinates, routing key, and county when the lookup can be verified.","requestContentType":"application/json","queryParameters":[],"bodyParameters":[{"name":"eircode","location":"body","type":"string","required":true,"description":"Full Irish Eircode, for example A65 F4E2.","example":"A65 F4E2"}],"rateLimit":"Default server settings allow roughly 20 requests per minute per IP.","notes":["Returns HTTP 404 when the Eircode cannot be verified yet.","Returns HTTP 503 when Google-backed lookups are disabled in the runtime environment."],"responses":[{"status":200,"description":"Verified Eircode lookup result.","contentType":"application/json","example":{"formattedAddress":"Main Street, Bray, Co. Wicklow, Ireland","location":{"lat":53.2022,"lng":-6.0983},"eircode":"A98 F8F2","routingKey":"A98","county":"Wicklow"}},{"status":400,"description":"Invalid JSON body or invalid Eircode format.","contentType":"application/json","example":{"error":"Enter a full Eircode like A65 F4E2."}},{"status":404,"description":"The Eircode could not be verified.","contentType":"application/json","example":{"error":"We couldn't verify that Eircode yet. Please request a concierge audit for now."}}],"documentation":"https://www.agentcompare.ie/docs/api#resolve-eircode","catalog":"https://www.agentcompare.ie/.well-known/api-catalog"}