500 Error: get /airports/{id}/routes/{dest_id}

Getting the following responses in my app but also on the Documentation page using FAs default values:

get /airports/{id}/routes/{dest_id}

{“title”:“Appfault”,“reason”:“APPFAULT”,“detail”:“Backend processing error (2025-03-19T17:20:06Z)”,“status”:500}

There is no combination that works.

Hello,

Did the error occur on GET /airports/{id}/flights/to/{dest_id} or GET /airports/{id}/routes/{dest_id}? I’m unable to reproduce an error in the first case.

get /airports/{id}/routes/{dest_id}

The issue has been identified, we’re working on getting this fixed.

1 Like

I am getting valid results again.