geo_zip_batch
ActiveTool of Ready APIs
declared in 1.0.0
Look up multiple ZIP profiles in one bounded request. Demo mode allows up to 5 selected sample ZIPs; production accepts up to 10.
Parameters schema
{
"type": "object",
"required": [
"zip_codes"
],
"properties": {
"zip_codes": {
"type": "array",
"items": {
"type": "string"
},
"maxItems": 10,
"minItems": 1,
"description": "U.S. ZIP codes, for example [\"30301\", \"10001\"]. A comma-separated string is also accepted."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries