{"source":"poi_norge","operation":"search_poi","description":"Find points of interest near a location.","parameters":[{"name":"lat","schema":{"type":"number"},"required":true,"default":null,"description":"Centre latitude (WGS84)."},{"name":"lon","schema":{"type":"number"},"required":true,"default":null,"description":"Centre longitude (WGS84)."},{"name":"radius_km","schema":{"type":"number"},"required":false,"default":5,"description":"Search radius in km (default 5)."},{"name":"category","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Exact OSM tag value, e.g. \"restaurant\", \"supermarket\", \"hotel\". See list_categories() for available values."},{"name":"type","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Filter to one OSM tag group: \"amenity\", \"shop\" or \"tourism\"."},{"name":"query","schema":{"anyOf":[{"type":"string"},{"type":"null"}]},"required":false,"default":null,"description":"Free-text match against each POI's name (case-insensitive)."},{"name":"limit","schema":{"type":"integer"},"required":false,"default":50,"description":"Max POIs to return, 1 to 200 (default 50)."},{"name":"offset","schema":{"type":"integer"},"required":false,"default":0,"description":"Skip this many matching POIs (for pagination), sorted by distance ascending."}],"json_get_url_template":"https://allemannsdata.com/wiki/api/v1/kilder/poi_norge/search_poi?lat={lat}&lon={lon}&radius_km=5&category={category}&type={type}&query={query}&limit=50&offset=0","schema_scope":"#/data in the successful operation envelope","response_schema":{"type":"object","properties":{"matched":{"type":"integer"},"offset":{"type":["integer","null"]},"count":{"type":"integer"},"items":{"type":"array","items":{"type":"object","properties":{"id":{"type":["string","null"]},"name":{"type":["string","null"]},"type":{"type":["string","null"]},"category":{"type":["string","null"]},"lat":{"type":["number","null"]},"lon":{"type":["number","null"]},"distance_km":{"type":["number","null"]}},"additionalProperties":false}}},"additionalProperties":false},"response_schema_status":{"status":"inferred","codegen_safe":true,"description":"Safe for code generation from the currently published fields. The contract is statically inferred rather than independently maintained, so clients should tolerate additional fields."},"entity_projection":{"status":"projected","entity_types":["place"],"description":"Recognized records and stable operation identifiers are projected; an empty array means the successful payload contained no recognizable entity."},"error_contract":{"scope":"top-level HTTP error response; never part of a success payload","schema":{"type":"object","properties":{"error":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"retryable":{"type":"boolean"},"details":{"type":"object"}},"additionalProperties":false,"required":["code","message","retryable"]},"suggestion":{"type":"string"},"_meta":{"type":"object","properties":{"retrieved_at":{"type":"string","format":"date-time"},"language":{"type":"string","const":"en"},"content_languages":{"type":"array","items":{"type":"string"}},"sources":{"type":"array","items":{"type":"object"}}},"required":["retrieved_at","language","content_languages","sources"]},"_links":{"type":"object","properties":{"self":{"type":"string","format":"uri"},"api_index":{"type":"string","format":"uri"}},"required":["self","api_index"],"additionalProperties":false}},"additionalProperties":false,"required":["error","suggestion","_meta","_links"]},"statuses":{"400":{"codes":["MISSING_PARAMETER","INVALID_PARAMETER","INVALID_REQUEST"],"retryable":false},"404":{"codes":["SOURCE_NOT_FOUND","OPERATION_NOT_FOUND","ENTITY_NOT_FOUND"],"retryable":false},"429":{"codes":["RATE_LIMITED","GATEWAY_RATE_LIMITED"],"retryable":true},"502":{"codes":["SOURCE_UNAVAILABLE"],"retryable":true},"500":{"codes":["INTERNAL_ERROR"],"retryable":true}}},"_links":{"self":"https://allemannsdata.com/wiki/api/v1/kilder/poi_norge/search_poi/schema","operation":"https://allemannsdata.com/wiki/api/v1/kilder/poi_norge/search_poi","source":"https://allemannsdata.com/wiki/api/v1/kilder/poi_norge"},"output_fields":["matched","offset","count","items","items[].id","items[].name","items[].type","items[].category","items[].lat","items[].lon","items[].distance_km"],"output_fields_truncated":false,"canonical_field_aliases":{"identifier":["items[].id"],"name":["items[].name"],"latitude":["items[].lat"],"longitude":["items[].lon"]}}
