PSAP-AHJ Address - Precisely Data Integrity Suite

Data Integrity Suite APIs

Product
Data_Integrity
Spatial_Analytics
Data_Enrichment
geo_addressing_1
Services
Spatial Analytics
Data Enrichment
Geo Addressing
ft:title
Data Integrity Suite APIs
ft:locale
en-US
PublicationType
pt_developer
copyrightfirst
2023
copyrightlast
2026

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.

HTTP Request
  • 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 2AA

    Multi-line request:

    10 DOWNING STREET,

    LONDON, SW1A 2AA
    addressNumber String

    House or building number.

    10 or 630
    admin1 String

    The largest geographic area, typically a state or province.

    New York
    admin2 String

    The secondary geographic area, typically a county or district.

    Douglas County
    borough String

    Unit of local government or other administrative subdivision.

    Vazira or Manhattan
    building String A roofed and walled structure built for permanent use.
    city String

    Specifies a city or town name.

    New York City
    country 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 Ranch
    placeName String

    If applicable, indicates the name of the candidate's place or building.

    PRIME MINISTER& FIRST LORD OF THE TREASURY
    postalCode String

    Main postal code.

    80125
    postalCodeExt String

    Secondary postal code, if one exists. For example, in the US, a ZIP+4 is 80125-8012.

    8012
    room 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 3B
    unitType 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.).