Skip to content

Give me an IP address from Windows Azure and I'll return the name of the region the documentation says it is running in

Notifications You must be signed in to change notification settings

codingoutloud/azureregionapi

Repository files navigation

Azure Region API

Simple API that returns the Windows Azure Region name associated with a provided IP address.

Main Site

https://azureregionapi.azurewebsites.net

API Usage

GET Request:

https://azureregionapi.azurewebsites.net/regions/<ip-address>

Response if Found (HTTP 200, application/json):

{ region: 'region name' }

Response if Not Found (HTTP 404, application/json):

{ region: '<unknown>' }

API Example

Request:

https://azureregionapi.azurewebsites.net/regions/137.116.184.4

Response (HTTP 200, application/json):

{ region: 'uswest' }

About

Give me an IP address from Windows Azure and I'll return the name of the region the documentation says it is running in

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages