Skip to content

Simple client for ip-api.com with support for both free and pro endpoints

License

Notifications You must be signed in to change notification settings

lpreiner/IPAPI-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet Package NuGet

IPAPI-Client

Simple client for ip-api.com with support for both free and pro endpoints

Getting Started

Install-Package "IP-API"

Usage

Basic Query

var ipapiClient = new IPAPIClient();
var result = await ipapiClient.SearchAsync("1.1.1.1");

Limit to Specific Field(s)

var result = await ipapiClient.SearchAsync("1.1.1.1", Field.CountryCode, Field.Organization);

About

Simple client for ip-api.com with support for both free and pro endpoints

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages