action openaq_measurements_get_v2_measurements_get { label: "Measurements Get" provider: openaq method: GET path: "/v2/measurements" encoding: json input: { type: "object" properties: { city: { type: "array" description: "\n Limit results by a certain city or cities.\n (ex. ?city=Chicago or ?city=Chicago&city=Boston)\n " items: { type: "string" } } coordinates: { type: "string" } country: { type: "array" description: "\n Limit results by a certain country using two letter country code.\n (ex. ?country=US or ?country=US&country=MX)\n " items: { type: "string" } } country_id: { type: "string" description: "\n Limit results by a certain country using two letter country code.\n (ex. /US)\n " } date_from: { type: "object" } date_to: { type: "object" } entity: { type: "string" description: "An enumeration." enum: ["government", "community", "research"] } format: { type: "string" } has_geo: { type: "boolean" } include_fields: { type: "string" } isAnalysis: { type: "boolean" } isMobile: { type: "boolean" } limit: { type: "integer" description: "Change the number of results returned." } location: { type: "array" items: { type: "object" } } location_id: { type: "integer" } offset: { type: "integer" } order_by: { type: "object" } page: { type: "integer" description: "Paginate through results." } parameter: { type: "array" items: { type: "object" } } parameter_id: { type: "integer" } project: { type: "integer" } radius: { type: "integer" } sensorType: { type: "string" description: "An enumeration." enum: ["reference grade", "low-cost sensor"] } sort: { type: "object" } unit: { type: "array" items: { type: "string" } } value_from: { type: "number" } value_to: { type: "number" } } additionalProperties: false } output: { type: "object" } }