Postal Codes API - Phihlello ho Litaba tsa Khoutu ea Lefatše ka Bophara

Sheba likhoutu tsa poso, fumana libaka tsohle tsa khoutu ea poso hole le tse ling tse ngata ka khoutu ea rona ea poso API.

Litaba tsa Lefatše ka bophara
94+ Linaha
{
   "query":{
      "code": "10005",
      "country": "US",
      "range": "25",
      "measure": "mi",
   },
   "results":{
       "range_codes_unique": [
           "07010", 
           "07020", 
           "07022", 
           "07024", 
           "07026", 
           ...
       ],
       "range_codes": [
           "07010", 
           "07020", 
           "07022", 
           "07024", 
           "07026", 
           ...
       ],
       "range_codes_details": [
          {
              "postal_code":"07010",
              "country_code":"US",
              "city":"Cliffside Park",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07020",
              "country_code":"US",
              "city":"Edgewater",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07022",
              "country_code":"US",
              "city":"Fairview",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07024",
              "country_code":"US",
              "city":"Fort Lee",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07026",
              "country_code":"US",
              "city":"Garfield",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
           ...
       ],
   }
}
Postalcodes.app - Access to Worldwide Postal Code data | Product Hunt






Ho bonolo ho sebelisa API

PostalCodes.app ke sesebelisoa se u lumellang ho fumana tlhaiso-leseling ka likhoutu tse fapaneng tsa poso ho pota lefatše. U ka fumana likhoutu tsa poso sebakeng se hole ka lik'hilomithara kapa li-mile, kapa ua fumana lintlha tsa khoutu ea poso ka kakaretso.

GET Fumana likhoutu tsa poso hole

Ka mokhoa ona o bonolo oa ho sebelisa o tla fumana lethathamo la likhoutu tsa poso tse hole. Mohlala oa kopo o tla khutlisa lethathamo la likhoutu tse ikhethang tsa poso, lenane le felletseng la likhoutu tsa poso le lintlha tsa khoutu ka 'ngoe ea poso.

GET https://postalcodes.app/api/v1/?key=YOUR-APIKEY&distance=25&zipcode=10005&country=us

API ea rona e amohela litekanyo tsa hole ka li-kilometara (Default) kapa miles.

Ho fetola litekanyo ho ea ho li-kilomitara u tlameha ho beha ms ka kopo ea hau:

GET https://postalcodes.app/api/v1/?key=YOUR-APIKEY&ms=km&distance=25&zipcode=10005&country=us

Karabo e tla shebahala tjena:

{
   "query":{
      "code": "10005",
      "country": "US",
      "range": "25",
      "measure": "mi"
   },
   "results":{
       "range_codes_unique": ["07010", "07020", "07022", "07024", "07026", ...],
       "range_codes": ["07010", "07020", "07022", "07024", "07026", ...],
       "range_codes_details": [
          {
              "postal_code":"07010",
              "country_code":"US",
              "city":"Cliffside Park",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07020",
              "country_code":"US",
              "city":"Edgewater",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07022",
              "country_code":"US",
              "city":"Fairview",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07024",
              "country_code":"US",
              "city":"Fort Lee",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
          {
              "postal_code":"07026",
              "country_code":"US",
              "city":"Garfield",
              "state":"New Jersey",
              "state_code":"NJ",
              "province":"Bergen",
              "province_code":"003"
          },
           ...
       ],
   }
}

GET Fumana lintlha tsa khoutu ea poso

Mohlala o latelang o tla khutlisa lintlha tsa likhoutu tsa poso tse tsamaellanang le potso ea patlo.

GET https://postalcodes.app/api/v1/?key=YOUR-APIKEY&zipcode=10005&country=us

Karabo e tla shebahala tjena:

{
   "query":{
      "code": "10005",
      "country": "us",
      "range": "",
      "measure": "mi"
   },
   "results":{
       "range_codes_unique": ["10005"],
       "range_codes": ["10005"],
       "range_codes_details": [
          {
              "postal_code":"10005",
              "country_code":"US",
              "city":"New York",
              "state":"New York",
              "state_code":"NY",
              "province":"New York",
              "province_code":"061"
          }
       ],
   }
}

GET Fumana lintlha tsa moetlo

U ka fetisa params eketsehileng ho fumana feela seo u se hlokang e le sephetho, feela eketsa boleng fields ka seo u se batlileng.

GET https://postalcodes.app/api/v1/?key=YOUR-APIKEY&fields=["range_codes_unique"]&distance=25&zipcode=10005&country=us

Karabo e tla shebahala tjena:

{
   "query":{
      "code": "10005",
      "country": "US",
      "range": "25",
      "measure": "mi"
   },
   "results":{
       "range_codes_unique": ["07010", "07020", "07022", "07024", "07026", ...]
   }
}



+94 Linaha tse tšehelitsoeng

AD (Andorra)
AR (Argentina)
AS (American Samoa)
AT (Austria)
AU (Australia)
AX (Lihlekehleke Tsa Aland)
AZ (Azerbaijan)
BD (Bangladesh)
BE (Belgium)
BG (Bulgaria)
BM (Bermuda)
BR (Brazil)
Flag of Belarus
BY (Belarus)
CA (Canada)
CH (Switzerland)
CL (Chile)
CO (Colombia)
CR (Costa Rica)
CY (Cyprus)
CZ (Riphaboliki ea Czech)
Flag of Germany
DE (Jeremane)
DK (Denmark)
DO (Dominican Republic)
DZ (Algeria)
EE (Estonia)
ES (Spain)
FI (Finland)
FM (Micronesia)
FO (Lihlekehleke tsa Faroe)
FR (Fora)
GB (United Kingdom)
GF (Guiana ea French)
GG (Guernsey le Alderney)
GL (Greenland)
GP (Guadeloupe)
GT (Guatemala)
GU (Guam)
HR (Croatia (Hrvatska))
HU (Hungary)
IE (Ireland)
IM (Motho (Isle of))
IN (India)
IS (Iceland)
IT (Italy)
JE (Jersey)
JP (Japane)
Flag of South Korea
KR (Korea South)
LI (Liechtenstein)
LK (Sri Lanka)
LT (Lithuania)
LU (Luxembourg)
LV (Latvia)
MC (Monako)
MD (Moldova)
Flag of the Marshall Islands
MH (Lihlekehleke tsa Marshall)
MK (Macedonia)
MP (Lihlekehleke tsa Mariana Leboea)
MQ (Martinique)
MT (Malta)
Flag of Malawi
MW (Malawi)
MX (Mexico)
MY (Malaysia)
Flag of New Caledonia
NC (New Caledonia)
NL (Netherlands The)
NO (Norway)
NZ (New Zealand)
PE (Peru)
Flag of the Philippines Coding according to the official "description and specification of the FILIPINO flag" in Executive Order No. 23 from 1936
PH (Philippines)
Flag of Pakistan
PK (Pakistan)
PL (Poland)
PM (Saint Pierre le Miquelon)
the star is in the center of gravity of the triangle, so the x-pos is irrational (tan(30 deg) * 15)
PR (Puerto Rico)
PT (Portugal)
PW (Palau)
RE (Reunion)
RO (Romania)
RS (Serbia)
RU (Russia)
SE (Sweden)
SG (Singapore)
Flag of Slovenia
SI (Slovenia)
SJ (Lihlekehlekeng tsa Svalbard le Jan Mayen)
Flag of Slovakia
SK (Slovakia)
SM (San Marino)
TH (Thailand)
TR (kalakuni)
UA (Ukraine)
US (United States)
Flag of Uruguay
UY (Uruguay)
Flag of Vatican City
VA (Vatican City State (Holy See))
VI (Lihlekehleke Tsa Virgin (US))
WF (Lihlekehleke Tsa Wallis le Futuna)
YT (Mayotte)
ZA (Afrika Borwa)

Litheko le Meralo


Morero oa mahala

Ho kenyellelitsoe eng?

240 likopo tsa letsatsi le letsatsi

US$ 49/selemo

Ho kenyellelitsoe eng?

4,800 likopo tsa letsatsi le letsatsi

US$ 149/selemo

Ho kenyellelitsoe eng?

60,000 likopo tsa letsatsi le letsatsi

US$ 500/selemo

Ho kenyellelitsoe eng?

300,000 likopo tsa letsatsi le letsatsi

US$ 1,000/selemo

Ho kenyellelitsoe eng?

1,200,000 likopo tsa letsatsi le letsatsi

US$ 2,500/selemo

Ho kenyellelitsoe eng?

Likopo tse sa lekanyetsoang tsa letsatsi le letsatsi

Qala ho sebelisa API ea rona mahala kajeno!

Fumana likopo tse 240 tsa mahala tsa letsatsi le letsatsi