Geolocation

Get client geolocation

Resolves the approximate location of the requesting client from its IP address, together with the locations where age restricted content is gated or unavailable.

get/ip

Response

Success

countryCodestring nullable required

ISO 3166-1 alpha-2 country code resolved for the client, or null when it cannot be resolved

regionCodestring nullable required

ISO 3166-2 subdivision code resolved for the client, or null when it cannot be resolved

latitudestring nullable required

Approximate latitude of the client, or null when it cannot be resolved

longitudestring nullable required

Approximate longitude of the client, or null when it cannot be resolved

Changes

No recorded changes to this endpoint across all 1 revision of this API.