General Information - Location Lookup (GLQ/GLR)
Overview
The Nlets Location Lookup service leverages the Intrado Emergency Data Broker (EDB) to provide real-time incident information about a geographic location. Information about a location comes from Intrado's repository based on IoT inputs from multiple sources, including telematics, security, connected buildings, healthcare & wearables, and personal safety devices.
The Nlets Location Lookup service uses two messages keys, GLQ and GLR, to access the Intrado EDB via an API that Intrado has exposed for law enforcement access. Nlets users may search a location by address or geographical coordinates (latitude/longitude). The service returns a URL which users may paste into a browser to see an Intrado web page with information for the queried location.
Query Requirements
- Each query must include an Incident ID which may be from 1-20 characters in length.
- Users may specify a location by its address or by its latitude and longitude.
- Nlets will reject queries containing both address and latitude/longitude.

Field
Requirements
IncidentID
Mandatory; 1-20 characters (Any identifier you choose CAD/CALL/CASE#)
Full Address
Optional (may query by Street/City/State/ZIP or by latitude & longitude)
If used, must be 4-60 characters in the format Street City State ZIP or Street,City,State,ZIP
Street,City,State,ZIP
Optional (may query by Full Address or by latitude & longitude)
If used, Street must be 1-60 characters; City must be 1-30 characters; State must be 2-30 characters, and ZIP must be 1-10 characters
Latitude
Optional (may query by Full Address or by Street/City/State/ZIP)
Mandatory if using Longitude
If used, must be a parsable number between -90.0 and +90.0. The use of the + sign is optional. Whole numbers or decimal numbers are allowed. The total length of the number must be 1-15 characters, including + or - sign and decimal point.
Longitude
Optional (may query by Full Address or by Street/City/State/ZIP)
Mandatory if using Latitude
If used, must be a parsable number between -180.0 and +180.0. The use of the + sign is optional. Whole numbers and decimal numbers are allowed. The total length of the number must be 1-15 characters, including + or - sign and decimal point.
Responses
The response to a valid query will be a URL containing a short web link with an access token. Pasting the complete URL into a browser will bring up an Intrado-generated web page containing all information Intrado currently knows about the location, if any. The token expires after 60 minutes, after which the user must send a new query through Nlets to generate a new token.
For example: https://c91.io/43vpd?token=ACCESS_TOKEN_HERE
