action greip_get_geo_ip { label: "get_GeoIP" description: "GeoIP endpoint: Returns the geolocation data of the visitor." provider: greip method: GET path: "/GeoIP" encoding: json input: { type: "object" properties: { format: { type: "string" } key: { type: "string" } lang: { type: "string" } params: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }