BinaryMode
Blonde Once Said To Call Her But Never Answerd
@AirplanesLive
Your API states "gpsOkBefore" and "only displayed for 15 min after GPS is lost / degraded"
So the aircraft will only be displayed for 15 minutes I guess? Just want to clarify that. I'm assuming that's also true for the badgps URL query?
The badgps query should be added to the list here: AIRPLANES.LIVE ADS-B TRACKING MAP HELP GUIDE
Also, the API endpoint lists no /ICAO but rather /hex. If you click the example JSON output it reads "https://api.airplanes.live/v2/icao/45211."
I really like your generous API rate limit as I'm wanting to build a project with IFTTT (if I can) or something else where if a certain aircraft enters my airspace it'll flash a red Phillips Hue light bulb or some other IoT light bulb. I could probably do this directly from a program on the computer I'll run. Having said that, ADS-B Exchange's API is kinda limited and uses some third party API website which I'm not too impressed with.
I have a spare antenna that should work great for an ADS-B feed and I've been thinking of feeding ADS-B data. If your API works out I may just feed to you instead of ADS-B Exchange.
Protip # 245:
If you're using Hetzner you're not truly hidden behind Cloudflare like you should be to fully take advantage of Cloudflare's wonderful options for security. There are a couple of ways to achieve this, but by far and away the best way would be to just use Cloudflare Tunnel on your server. After that is setup you now need to change your origin IP address. DON'T change the origin IP address before you use Cloudflare Tunnel.
Cloudflare tunnel is like a reverse VPN such as ZeroTier (offered in OPNSense BTW). You can literally block all ports on your server except the FTP and SSH ports and the Cloudflare Tunnel software allows for a direct connection to your server without the need to open any port. Mail handling should of course be third-party and no MX records from your origin should EVER be added to Cloudflare's DNS settings. The MX record will give your origin IP address away in no time. Looks like you're doing that now with Google as your mail provider, but there's no DMARC record and that should be fixed.
Anyway, I'm thrilled to find your API and I'm going to test this out soon.
Edit-
Looks like there's coincidence between ADS-B Exchange and you.
Your API states "gpsOkBefore" and "only displayed for 15 min after GPS is lost / degraded"
So the aircraft will only be displayed for 15 minutes I guess? Just want to clarify that. I'm assuming that's also true for the badgps URL query?
The badgps query should be added to the list here: AIRPLANES.LIVE ADS-B TRACKING MAP HELP GUIDE
Also, the API endpoint lists no /ICAO but rather /hex. If you click the example JSON output it reads "https://api.airplanes.live/v2/icao/45211."
I really like your generous API rate limit as I'm wanting to build a project with IFTTT (if I can) or something else where if a certain aircraft enters my airspace it'll flash a red Phillips Hue light bulb or some other IoT light bulb. I could probably do this directly from a program on the computer I'll run. Having said that, ADS-B Exchange's API is kinda limited and uses some third party API website which I'm not too impressed with.
I have a spare antenna that should work great for an ADS-B feed and I've been thinking of feeding ADS-B data. If your API works out I may just feed to you instead of ADS-B Exchange.
Protip # 245:
If you're using Hetzner you're not truly hidden behind Cloudflare like you should be to fully take advantage of Cloudflare's wonderful options for security. There are a couple of ways to achieve this, but by far and away the best way would be to just use Cloudflare Tunnel on your server. After that is setup you now need to change your origin IP address. DON'T change the origin IP address before you use Cloudflare Tunnel.
Cloudflare tunnel is like a reverse VPN such as ZeroTier (offered in OPNSense BTW). You can literally block all ports on your server except the FTP and SSH ports and the Cloudflare Tunnel software allows for a direct connection to your server without the need to open any port. Mail handling should of course be third-party and no MX records from your origin should EVER be added to Cloudflare's DNS settings. The MX record will give your origin IP address away in no time. Looks like you're doing that now with Google as your mail provider, but there's no DMARC record and that should be fixed.
Anyway, I'm thrilled to find your API and I'm going to test this out soon.
Edit-
Looks like there's coincidence between ADS-B Exchange and you.