Here is the text I'm getting from the web I'm doing this to prevent players from swapping the time on there pc to cheat. The text prints into my game just like this I just need the day of the week number and the current time.
"abbreviation": "EDT",
"client_ip": "47.200.91.140",
"datetime": "2024-05-24T14:11:29.535550-04:00",
"day_of_week": 5,
"day_of_year": 145,
"dst": true,
"dst_from": "2024-03-10T07:00:00+00:00",
"dst_offset": 3600,
"dst_until": "2024-11-03T06:00:00+00:00",
"raw_offset": -18000,
"timezone": "America/New_York",
"unixtime": 1716574289,
"utc_datetime": "2024-05-24T18:11:29.535550+00:00",
"utc_offset": "-04:00",
"week_number": 21
}