IpForensics
HomeGoto Dashboard
  • 📖Introduction
  • Protocols
    • HTTP Json Protocol
    • Response headers
    • Error Codes
  • Features
    • Pay-As-You-Go
    • API Security
    • HTTPS
  • Api Response Data
    • 📶Mobile Carrier
    • 🏥ASN
    • 📊General
    • ⏲️Timezone
    • 💵Currency
    • 👨‍💻Threat Detector
    • 🌐Company
    • 🌏Geolocation
    • 🌍Advance Geolocation
    • 💻Device Information
    • ✈️IATA/ICAO
  • API
    • 🚀Intro
    • 📊IP & Threat Intelligence API
      • Single Lookup
      • Origin Lookup
    • 💹Exchange Rate API
      • Currency Endpoint
      • Live Rate Endpoint
      • Historical Rate Endpoint
      • Currency Conversion Endpoint
      • Currency Swap Endpoint
  • Code Implantation
    • Block Automated Visits From Hosting Providers
    • Block VPN/Proxy and Tor users
    • Redirect by Country and Location Offers
    • Content Personalisation
    • Get the location from an IP Address in Javascript
    • How to get a client's IP address using JavaScript
    • HTML5 Geolocation with IpForensics fallback
    • Blocking Users by Country
    • Detecting Users Currency or Currency Personalisation
    • Preventing Free Trial Abuse
    • Device-Based Ads and App Binary
    • Detect Users Device/Computer and Operating System
    • Detect visitors from EU countries
    • How to detect and prevent credit card fraud
    • How to convert amounts to website visitor currency
  • MISC
    • Changelog
    • FAQs
    • Troubleshooting
    • API Status
    • Rate Limits
Powered by GitBook
On this page

Was this helpful?

  1. Api Response Data

IATA/ICAO

IpForensics provide the airport codes of IATA airport code and ICAO airport code together with country code and region name

Sample Response

"iata_icao_airport_codes": {
    "comment": "airport codes of IATA airport code and ICAO airport code, names and locations",
    "airport": {
        "id": 4940,
        "country_code": "NG",
        "region_name": "Lagos",
        "iata": "LOS",
        "icao": "DNMM",
        "airport": "Murtala Muhammed International Airport",
        "latitude": "6.577370167",
        "longitude": "3.321160078"
    },
    "all_airports": [
        {
            "id": 4937,
            "country_code": "NG",
            "region_name": "Bauchi",
            "iata": "BCU",
            "icao": "",
            "airport": "Bauchi State Airport",
            "latitude": "10.482833",
            "longitude": "9.744"
        },
        {
            "id": 4938,
            "country_code": "NG",
            "region_name": "Delta",
            "iata": "QRW",
            "icao": "DNSU",
            "airport": "Warri Airport (Osubi Airport)",
            "latitude": "5.59611",
            "longitude": "5.81778"
        },
        ...
    ]
}
Field
Description

comment

A brief description about this return type

airport

A single airport information(IATA & ICAO) in the region/state associated with the IP.

id: unique identity from IpForensics database.

country_code: Two-character country code based on ISO 3166.

region_name: Region or state name.

airport: Airport name.

latitude: Latitude of the airport.

longitude: Longitude of the airport.

all_airports

A list of airports information(IATA & ICAO) in the country associated with the IP.

PreviousDevice InformationNextIntro

Last updated 2 years ago

Was this helpful?

iata: Three-character code of

icao: Four-character code of

✈️
IATA airport code
ICAO airport code