When I query for the MDY airport using the API I get no information back:
{
"icao": null,
"iata": "MDY",
"location": null,
"country": null,
"country_code": null,
"longitude": 0,
"latitude": 0,
"link": "http://www.airport-data.com/world-airports/MDY/",
"status": 200
}
When I use the World Airport Search on the website I do get some info back, such as icao code, name, etc.