PSAP-AHJ Location - 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 Location service accepts a single location coordinate (latitude & longitude) as input and returns the relevant PSAP address and contact details including dispatch name, phone number, county name, coverage, contact person's details, site details and mailing address, for local Public Safety Answering Points (PSAP). This is a POST offering for 'PSAP-AHJ By Location' service.

This section describes how to use PSAP-AHJ Location 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 Address service :/v1/emergency-info/psap-ahj/location
  • 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.
    {
      "location": 
        {
            "coordinates": [
             -104.958246,
              39.731201
            ]
        }
    }
    Note: The location is mandatory.

    Request Parameters

    The below table lists the request parameters
    Table 1.
    Parameter Description
    location

    Location consists below:

    Coordinates: Location Coordinates i.e., Longitude and Latitude of the Location. (WGS 84 datum/EPSG:4326 coordinate system)
    {
      "location": 
        {
            "coordinates": [
             longitude,
              latitude
            ]
        }
    }