പോസ്റ്റൽ കോഡുകൾ API - ലോകമെമ്പാടുമുള്ള പോസ്റ്റൽ കോഡ് ഡാറ്റയിലേക്കുള്ള ആക്സസ്

പോസ്റ്റൽ കോഡുകൾ തിരയുക, ഞങ്ങളുടെ പോസ്റ്റൽ കോഡ് API ഉപയോഗിച്ച് എല്ലാ പോസ്റ്റൽ കോഡുകളുടെയും ശ്രേണി ദൂരവും അതിലേറെയും നേടുക.

വേൾഡ് വൈഡ് ഡാറ്റ
94+ രാജ്യങ്ങൾ
{
   "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






API ഉപയോഗിക്കാൻ എളുപ്പമാണ്

ലോകമെമ്പാടുമുള്ള വ്യത്യസ്ത തപാൽ കോഡുകളെക്കുറിച്ചുള്ള വിവരങ്ങൾ നേടാൻ നിങ്ങളെ അനുവദിക്കുന്ന ഒരു ഉപകരണമാണ് PostalCodes.app. കിലോമീറ്ററിലോ മൈലിലോ നിങ്ങൾക്ക് ദൂരപരിധിയിൽ തപാൽ കോഡുകൾ ലഭിക്കും അല്ലെങ്കിൽ പൊതുവായി ഒരു തപാൽ കോഡിന്റെ വിശദാംശങ്ങൾ നേടാം.

GET അകലെ പോസ്റ്റൽ കോഡുകൾ നേടുക

എൻ‌ഡ്‌പോയിൻറ് ഉപയോഗിക്കാൻ‌ എളുപ്പമുള്ളതുകൊണ്ട് ഒരു നിശ്ചിത ദൂരത്തിനുള്ളിലുള്ള തപാൽ കോഡുകളുടെ ഒരു ലിസ്റ്റ് നിങ്ങൾക്ക് ലഭിക്കും. അഭ്യർത്ഥന ഉദാഹരണം അദ്വിതീയ തപാൽ കോഡുകളുടെ ഒരു പട്ടിക, തപാൽ കോഡുകളുടെ പൂർണ്ണമായ ലിസ്റ്റ്, ഓരോ പോസ്റ്റൽ കോഡിന്റെയും വിശദാംശങ്ങൾ എന്നിവ നൽകും.

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

ഞങ്ങളുടെ API കിലോമീറ്ററിലോ (സ്ഥിരസ്ഥിതി) അല്ലെങ്കിൽ മൈലിലോ ദൂരം അളക്കുന്നു.

അളവ് കിലോമീറ്ററായി മാറ്റുന്നതിന് നിങ്ങളുടെ അഭ്യർത്ഥനയിൽ ms

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

പ്രതികരണം ഇതുപോലെ കാണപ്പെടും:

{
   "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 പോസ്റ്റൽ കോഡുകളുടെ വിശദാംശങ്ങൾ നേടുക

ഇനിപ്പറയുന്ന ഉദാഹരണം തിരയൽ ചോദ്യവുമായി പൊരുത്തപ്പെടുന്ന തപാൽ കോഡുകളുടെ വിശദാംശങ്ങൾ നൽകും.

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

പ്രതികരണം ഇതുപോലെ കാണപ്പെടും:

{
   "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 ഇഷ്‌ടാനുസൃത ഡാറ്റ നേടുക

ഫലങ്ങളിൽ നിങ്ങൾക്ക് ആവശ്യമുള്ളത് മാത്രം ലഭിക്കാൻ നിങ്ങൾക്ക് അധിക പാരാമുകൾ കൈമാറാൻ കഴിയും, നിങ്ങളുടെ അഭ്യർത്ഥനയിൽ fields

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

പ്രതികരണം ഇതുപോലെ കാണപ്പെടും:

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



+94 പിന്തുണയ്ക്കുന്ന രാജ്യങ്ങൾ

AD (അൻഡോറ)
AR (അർജന്റീന)
AS (അമേരിക്കൻ സമോവ)
AT (ഓസ്ട്രിയ)
AU (ഓസ്ട്രേലിയ)
AX (അലാൻദ് ദ്വീപുകൾ)
AZ (അസർബൈജാൻ)
BD (ബംഗ്ലാദേശ്)
BE (ബെൽജിയം)
BG (ബൾഗേറിയ)
BM (ബെർമുഡ)
BR (ബ്രസീൽ)
Flag of Belarus
BY (ബെലാറസ്)
CA (കാനഡ)
CH (സ്വിറ്റ്സർലാന്റ്)
CL (ചിലി)
CO (കൊളംബിയ)
CR (കോസ്റ്റാറിക്ക)
CY (സൈപ്രസ്)
CZ (ചെക്ക് റിപ്പബ്ലിക്)
Flag of Germany
DE (ജർമ്മനി)
DK (ഡെൻമാർക്ക്)
DO (ഡൊമിനിക്കന് റിപ്പബ്ലിക്ക്)
DZ (അൾജീരിയ)
EE (എസ്തോണിയ)
ES (സ്പെയിൻ)
FI (ഫിൻലാന്റ്)
FM (മൈക്രോനേഷ്യ)
FO (ഫറോയി ദ്വീപുകൾ)
FR (ഫ്രാൻസ്)
GB (യുണൈറ്റഡ് കിംഗ്ഡം)
GF (ഫ്രഞ്ച് ഗയാന)
GG (ഗ്വേർൺസിയും ആൽഡെർണിയും)
GL (ഗ്രീൻലാന്റ്)
GP (ഗ്വാഡലോപ്പ്)
GT (ഗ്വാട്ടിമാല)
GU (ഗുവാം)
HR (ക്രൊയേഷ്യ (Hrvatska))
HU (ഹംഗറി)
IE (അയർലൻഡ്)
IM (മനുഷ്യൻ (ഐൽ ഓഫ്))
IN (ഇന്ത്യ)
IS (ഐസ്ലാന്റ്)
IT (ഇറ്റലി)
JE (ജേഴ്സി)
JP (ജപ്പാൻ)
Flag of South Korea
KR (കൊറിയ ദക്ഷിണ)
LI (ലിച്ചൻസ്റ്റീൻ)
LK (ശ്രീ ലങ്ക)
LT (ലിത്വാനിയ)
LU (ലക്സംബർഗ്)
LV (ലാറ്റ്വിയ)
MC (മൊണാക്കോ)
MD (മൊൾഡോവ)
Flag of the Marshall Islands
MH (മാർഷൽ ദ്വീപുകൾ)
MK (മാസിഡോണിയ)
MP (വടക്കൻ മരിയാന ദ്വീപുകൾ)
MQ (മാർട്ടിനിക്)
MT (മാൾട്ട)
Flag of Malawi
MW (മലാവി)
MX (മെക്സിക്കോ)
MY (മലേഷ്യ)
Flag of New Caledonia
NC (ന്യൂ കാലിഡോണിയ)
NL (നെതർലാന്റ്സ്)
NO (നോർവേ)
NZ (ന്യൂസിലാന്റ്)
PE (പെറു)
Flag of the Philippines Coding according to the official "description and specification of the FILIPINO flag" in Executive Order No. 23 from 1936
PH (ഫിലിപ്പൈൻസ്)
Flag of Pakistan
PK (പാകിസ്താൻ)
PL (പോളണ്ട്)
PM (സെന്റ് പിയറി ആൻഡ് മിക്വെലൻ)
the star is in the center of gravity of the triangle, so the x-pos is irrational (tan(30 deg) * 15)
PR (പ്യൂർട്ടോ റിക്കോ)
PT (പോർച്ചുഗൽ)
PW (പലാവു)
RE (റീമിഷൻ)
RO (റൊമാനിയ)
RS (സെർബിയ)
RU (റഷ്യ)
SE (സ്വീഡൻ)
SG (സിംഗപ്പൂർ)
Flag of Slovenia
SI (സ്ലോവേനിയ)
SJ (സ്വാൽബാർഡും ജാൻ മായൻ ദ്വീപുകളും)
Flag of Slovakia
SK (സ്ലോവാക്യ)
SM (സാൻ മറീനോ)
TH (തായ്ലന്റ്)
TR (ടർക്കി)
UA (ഉക്രെയ്ൻ)
US (അമേരിക്ക)
Flag of Uruguay
UY (ഉറുഗ്വേ)
Flag of Vatican City
VA (വത്തിക്കാൻ സിറ്റി സ്റ്റേറ്റ് (ഹോളി കാണുക))
VI (വിർജിൻ ഐലൻഡ്സ് (യുഎസ്))
WF (വാലീസ് ആൻഡ് ഫ്യൂട്ടുന ഐലന്റ്സ്)
YT (മയോട്ടി)
ZA (ദക്ഷിണാഫ്രിക്ക)

വിലയും പദ്ധതികളും


സ plan ജന്യ പ്ലാൻ

എന്താണ് ഉൾപ്പെടുത്തിയിരിക്കുന്നത്?

240 ദൈനംദിന അഭ്യർത്ഥനകൾ

US$ 49/വർഷം

എന്താണ് ഉൾപ്പെടുത്തിയിരിക്കുന്നത്?

4,800 ദൈനംദിന അഭ്യർത്ഥനകൾ

US$ 149/വർഷം

എന്താണ് ഉൾപ്പെടുത്തിയിരിക്കുന്നത്?

60,000 ദൈനംദിന അഭ്യർത്ഥനകൾ

US$ 500/വർഷം

എന്താണ് ഉൾപ്പെടുത്തിയിരിക്കുന്നത്?

300,000 ദൈനംദിന അഭ്യർത്ഥനകൾ

US$ 1,000/വർഷം

എന്താണ് ഉൾപ്പെടുത്തിയിരിക്കുന്നത്?

1,200,000 ദൈനംദിന അഭ്യർത്ഥനകൾ

US$ 2,500/വർഷം

എന്താണ് ഉൾപ്പെടുത്തിയിരിക്കുന്നത്?

പരിധിയില്ലാത്ത ദൈനംദിന അഭ്യർത്ഥനകൾ

ഇന്ന് ഞങ്ങളുടെ API സൗജന്യമായി ഉപയോഗിക്കാൻ ആരംഭിക്കുക!

ദിവസേന 240 സ free ജന്യ അഭ്യർത്ഥനകൾ നേടുക