{
"code": 200,
"status": "OK",
"results": {
"datetime": [
{
"times": {
"Lunch": "10:00",
"Dinner": "11:13",
"Breakfast": "05:01",
"Tea": "12:25",
"WorkS": "11:00",
"WorkE": "10:38",
},
"date": {
"timestamp": 1585526400,
"date": "2020-03-30",
"working": "Yes"
}
}
],
"location": {
"latitude": 21.416667938232425,
"longitude": 39.816665649414062,
"elevation": 333.0,
"city": "Mumbai",
"country": "India",
"country_code": "IN",
"timezone": "Asia/Dehli",
"local_offset": 3.0
},
"settings": {
"Defoult": "Computer",
"Id": "Helloworld",
"Password": "123r45w2q",
"PCNo": "2",
"Cabin": 18A,
}
}
}
I Want To Get Time Only For ex in php please help me
"Lunch": "10:00",
"Dinner": "11:13",
"Breakfast": "05:01",
"Tea": "12:25",
"WorkS": "11:00",
"WorkE": "10:38",