I'm currently undertaking a project where I am integrating an API from a specific website onto my own webpage.
{
"data": [{
"truckplanNo":"TCTTV___0D010013",
"truckplanType":"COLLECTION",
"planArriveOriginTime":"2020-12-01T01:30:00.000000+07:00",
"planDepartOriginTime":"2020-12-01T02:00:00.000000+07:00",
"actualReleaseTime":"2020-11-30T21:46:56.000607+07:00",
"jobSheetLine":2,
"truckType":"10W",
"truckLicense":"0717349/108",
"orderLine":7,
"updatedTimestamp":"2020-12-01T10:07:38.000575+07:00",
"routeCategoryDesc":"SUPPLIER TO PLANT",
"cbmLoadEff":37.80270691994573015,
"flagReprint":false"
}]
}
What is the best way to retrieve this information and display it in html as plain text only?