Geonames: Postal Code Search
Geonames via Parse · maps_geo
Search postal/ZIP codes and associated places. At least one search parameter (postalcode, placename, postalcode_startsWith, or placename_startsWith) should be provided along with a country filter for best results. Returns matching postal code entries with geographic coordinates and admin division info. Access geographic data from GeoNames including place search, postal codes, reverse geocoding, and timezone information. Fulfilled by Parse from geonames.org.
- developer-tools
- geonames
- geonames-org
- government-public
- maps-geo
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- maps_geo
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/5c4ebe03-64d2-491a-aead-fb7fccb55c42/postal_code_search
- Interface artifact
- sha256:e6fd7ddd13aa2a369127c40afc7c3345699acb35fec53ae4251e26a1cf32f299
- Manifest digest
- sha256:3ec52e7a91eac1e6d8c061a2abf2e68cf2e1fd5f11e21054d67e6778928452a3
Request fields
- limit (integer): Maximum number of results
- style (string): Response verbosity: SHORT, MEDIUM, LONG, FULL: Allowed values: SHORT, MEDIUM, LONG, FULL
- country (string): ISO country code to filter by
- placename (string): Place name to search for
- postalcode (string): Postal code to search for
- placename_startsWith (string): Place name prefix to search
- postalcode_startsWith (string): Postal code prefix to search
Example queries
- {"limit":"5","style":"SHORT","country":"US","postalcode":"90210","postalcode_startsWith":"100"}