Uses HTTPS GET to accept one input record and returns the response in JSON format. This is useful for browser level or quick single queries.
Note: A request to the Global IP Cloud Service must consist of the Customer ID and an IP address to verify.
Required. The License Key issued by Melissa.
Example:id={REPLACE-WITH-YOUR-LICENSE-KEY}
Columns - Specify what domain information to return.
Entering the column name will return the column. Specifying a group name will return all columns in the group.
Delimit multiple columns with a ,.
For example: ColumnName,ColumnName.
Columns:
grpdomaininfo - Domain information
DomainAddress1DomainAdministrativeAreaDomainAgeEstimatedDomainAvailabilityDomainCountryDomainCountryCodeDomainCreatedDateDomainEmailDomainExpirationDateDomainLocalityDomainOrganizationDomainPostalCodeDomainPrivateProxyDomainUpdatedDate
Example:cols=DomainCountryCode,DomainExpirationDate
- Global IP Serverhttps://globalip.melissadata.net/v4/WEB/IPLocation/doIPLocation
curl -i -X GET \
'https://globalip.melissadata.net/v4/WEB/IPLocation/doIPLocation?id=%7BREPLACE-WITH-YOUR-LICENSE-KEY%7D&ip=216.231.3.166' \
-H 'Accept: application/json' \
-H 'Content-Type: application/json'Successful Response
Lists error codes from any errors caused by the most recent request as a whole. For more information, see Global IP Result Codes.
Response
{ "Version": "6.2.0.1122", "TransmissionReference": "IP Locator Test", "TransmissionResults": "", "Records": [ { … } ] }