import requests

url = "https://world-time2.p.rapidapi.com/ip/75.6.164.211.txt"

headers = {
	"X-RapidAPI-Key": "f56b20ef1cmsh82a127be1b400c6p1e21bcjsn093efcf02b8f",
	"X-RapidAPI-Host": "world-time2.p.rapidapi.com"
}

response = requests.request("GET", url, headers=headers)

print(response.text)
abbreviation: PDT
client_ip: 35.162.152.183
datetime: 2022-10-19T15:36:02.766901-07:00
day_of_week: 3
day_of_year: 292
dst: true
dst_from: 2022-03-13T10:00:00+00:00
dst_offset: 3600
dst_until: 2022-11-06T09:00:00+00:00
raw_offset: -28800
timezone: America/Los_Angeles
unixtime: 1666218962
utc_datetime: 2022-10-19T22:36:02.766901+00:00
utc_offset: -07:00
week_number: 42