action randommer_get_api_misc_random_address { label: "get_api_Misc_Random_Address" provider: randommer method: GET path: "/api/Misc/Random-Address" encoding: json input: { type: "object" properties: { "X-Api-Key": { type: "string" } culture: { type: "string" } number: { type: "integer" format: "int32" } } required: ["number"] additionalProperties: false } output: { type: "object" additionalProperties: true } }