Public Safety Answering Points (PSAP)-AHJ By Address service accepts addresses as input and Returns contact details for Authorities Having Jurisdiction (AHJ) on-behalf-of local Public Safety Answering Points (PSAP). The EmergencyInfo API returns PSAP contact data plus contact data for an AHJ to communicate directly with a PSAP. Details include agency name, phone number, city name, coverage, contact person's details, site details and mailing addresses for EMS, Fire, and Police PSAP contacts.
This section describes how to use PSAP-AHJ Address service. You may want to try it out with a FreeTrial Account
This method will consume credits.
-
URL Composition
- Base URL: https://api.cloud.precisely.com
- PSAP AHJ Address service :/v1/emergency-info/psap-ahj/address
- Supported Methods: POST only
- Rate Limit (Transactions per second): 200
-
Input Fields Each request to the API service requires parameters listed
below. Pass the user token in the header.
{ "address": { "addressLines": [ "950 Josephine Street Denver CO 80204" ], "admin1": "", "admin2": "", "city": "", "postalCode": "", "postalCodeExt": "" } }Note: The address is mandatory.Request Parameter
The below table lists the request parameters.Table 1. Parameter Type Description addressLines List Requested address, based on the country's addressing standard.
Single-line request:
10 downing street London SW1A 2AAMulti-line request:
10 DOWNING STREET,LONDON, SW1A 2AAaddressNumber String House or building number.
10 or 630admin1 String The largest geographic area, typically a state or province.
New Yorkadmin2 String The secondary geographic area, typically a county or district.
Douglas Countyborough String Unit of local government or other administrative subdivision.
Vazira or Manhattanbuilding String A roofed and walled structure built for permanent use. city String Specifies a city or town name.
New York Citycountry String Values are based on the ISO 3166-1 standard for country codes (returned in alpha-2, alpha-3, or numeric format). floor String Each level within a building. neighborhood String A city subdivision or locality.
Highlands RanchplaceName String If applicable, indicates the name of the candidate's place or building.
PRIME MINISTER& FIRST LORD OF THE TREASURYpostalCode String Main postal code.
80125postalCodeExt String Secondary postal code, if one exists. For example, in the US, a ZIP+4 is 80125-8012.
8012room String A single room within a building. suburb String Mixed-use or residential area within commuting distance of a city or urban area. unit String The unit number, such as 3BunitType String A group or suite of rooms within a building that are under common ownership or tenancy, typically having a common entrance. (APT, STE, FLAT, etc.).