Getting JSON data from "npiregistry.cms.hhs.gov"

Hello,

I am trying to fetch JSON data from UiPath using HTTP Request. However i am unable to fetch it and instead HTML data is getting fetched.

My Goal is to extract the First and LastName by entering the NPI Number

Any kindly if help is very much appreciated.

Veeresh

@veerishu
e.g. Using this https://npiregistry.cms.hhs.gov/api/?number=1801964333&enumeration_type=&taxonomy_description=&first_name=&last_name=&organization_name=&address_purpose=&city=&state=&postal_code=&country_code=&limit=&skip=&pretty=on&version=2.0

or in shorter:
https://npiregistry.cms.hhs.gov/api/?number=1801964333&pretty=on&version=2.0

returns a json

have a look on their page related to the API as well

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.