Integrating - FlightRadar24 with receiver provided from FlightRadar24

I have the receiver provided by FlightRadar24 themselves. I do not have my own Pi device with USB receiver, like most who have provided suggestions for integration with HA.

Surprised there is nothing about integrating the FR24 receiver from them here.

I was wondering if anyone has done this?

So some interesting things I found so far:

  1. At the IP of the FR24 receiver, I can go to http:[Internal IP Address]/flights.js
  2. Pulling that above address results in [Exhibit A] (below)
  3. Does anyone see a way to integrate this date into HA and allow tracking of flights directly from my FR24 provided receiver?

[Exhibit A] - results from browsing to http://[Internal IP Address]/flights.js

fr24_callback({"xaae109":["AAE109", 28.0305,-80.9349,344,39000,470,"1425",0,"","",1647381809,"","","",0,-64,"N80RP"],"xa30626":["A30626", 28.9155,-81.9637,135,15325,354,"6731",0,"","",1647381809,"","","",0,-896,""],"xac1995":["AC1995", 27.9584,-81.6937,195,16900,253,"6251",0,"","",1647381794,"","","",0,0,""],"xa7dc51":["A7DC51", 28.1520,-79.9741,177,45000,305,"0711",0,"","",1647381764,"","","",0,0,""],"xa85575":["A85575", 28.1349,-81.6881,165,20200,371,"1031",0,"","",1647381766,"","","",0,-1472,"EJA636"],"xa5ee51":["A5EE51", 27.8413,-81.5814,320,36000,414,"5771",0,"","",1647381809,"","","",0,0,"SWA1865"],"xadaa2c":["ADAA2C", 29.1676,-82.2648,339,45000,456,"6072",0,"","",1647381807,"","","",0,0,"N98QC"],"xa8fc2e":["A8FC2E", 28.8461,-81.0857,199,12925,312,"1716",0,"","",1647381809,"","","",0,-1600,"UAL1105"],"xa3d425":["A3D425", 27.9576,-81.6943,194,23925,404,"4157",0,"","",1647381775,"","","",0,-1024,"FFT2425"],"xa88ab7":["A88AB7", 28.4540,-81.3659,335,35000,408,"1366",0,"","",1647381809,"","","",0,0,"N65DL"],"xabe872":["ABE872", 29.0114,-81.0270,161,38000,443,"3107",0,"","",1647381809,"","","",0,0,"SWA2495"],"xa62bab":["A62BAB", 28.6936,-80.5938,122,40000,513,"6546",0,"","",1647381809,"","","",0,-64,"N497SB"],"xa448ba":["A448BA", 28.4824,-81.4138,338,37000,440,"3064",0,"","",1647381809,"","","",0,0,"DAL1810"],"xa05776":["A05776", 28.7457,-81.6915,123,10400,315,"3610",0,"","",1647381809,"","","",0,-896,"AAL605"],"xa87898":["A87898", 28.6934,-80.3842,62,18425,442,"1630",0,"","",1647381809,"","","",0,1728,"JBU438"],"xaaa58b":["AAA58B", 28.1288,-81.7115,327,36000,439,"3734",0,"","",1647381809,"","","",0,0,"UAL1411"],"xa3ea54":["A3EA54", 28.2533,-80.3047,140,34025,484,"4051",0,"","",1647381787,"","","",0,64,"UPS2334"],"xa10bbc":["A10BBC", 28.5076,-81.1903,78,4600,271,"3211",0,"","",1647381809,"","","",0,2880,"AAL1700"],"xac9709":["AC9709", 28.6654,-81.3652,343,35000,462,"1146",0,"","",1647381809,"","","",0,0,"DAL581"],"xa15b77":["A15B77", 28.5082,-80.4782,61,33000,515,"7444",0,"","",1647381809,"","","",0,64,"JBU582"],"xa017a5":["A017A5", 28.3878,-82.1264,347,30650,445,"2113",0,"","",1647381809,"","","",0,832,"DAL1376"],"xa071c2":["A071C2", 28.4781,-80.6739,160,29550,445,"3140",0,"","",1647381809,"","","",0,-960,"DAL1032"],"xab839a":["AB839A", 28.5445,-80.9127,236,500,105,"1200",0,"","",1647381759,"","","",0,-320,"N841AK"],"xa6f2b7":["A6F2B7", 28.4012,-80.5359,245,20075,341,"2745",0,"","",1647381809,"","","",0,-512,"JBU1729"],"xa8e20f":["A8E20F", 28.8525,-81.3919,349,15425,384,"1526",0,"","",1647381777,"","","",0,2240,"DAL1293"],"xa3484e":["A3484E", 28.5276,-80.4913,153,34000,458,"3521",0,"","",1647381809,"","","",0,-64,"AAL1628"]});

Thank you for any help or suggestions you might have.

There are several posts about this topic, e.g. FlightAirMap (ADSB) - geojson custom component or FlightRadar24 as an Add-On?, and it really comes down to what you want to do.
For tracking specific flights you could use a geolocation based integration, but if you are more interested in the number of tracked flights or just in general to monitor your receiver, then a rest sensor and some template sensor to extract the data is the way to go.