Landing Page - 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

The landing page provides links to essential API resources, including:

  • API Definition: A machine-readable specification of the API.
  • Conformance Declaration: A list of standards that the API conforms to.
  • Feature Collections: Information and links to the available feature collections in the dataset.

Use this endpoint to quickly navigate and explore the API's capabilities. This is the endpoint you would use to add this API to OGC API Features-compliant client applications.

Request format

The request parameters are always sent as an HTTP query string.

https://api.cloud.precisely.com/v1/ogcapi/enrich/

Request parameters

None

Example

Request:

https://api.cloud.precisely.com/v1/ogcapi/enrich/

Response:

{
    "title": "Precisely OGC API Features",
    "description": "Access to Precisely enrich data via a web API that conforms to the OGC API Features specification.",
    "links": [
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/",
            "rel": "self",
            "type": "application/json",
            "title": "Information about all endpoints as list"
       },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/api",
            "rel": "service-desc",
            "type": "application/vnd.oai.openapi+json;version=3.0",
            "title": "the API definition description"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/conformance",
            "rel": "conformance",
            "type": "application/json",
            "title": "OGC API conformance classes implemented by this service"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/conformance",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/conformance",
            "title": "OGC API conformance classes implemented by this service"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections",
            "rel": "data",
            "type": "application/json",
            "title": "Information about the feature collections"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/data",
            "title": "Information about the feature collections"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/functions",
            "rel": "functions",
            "type": "application/json",
            "title": "Information about the functions"
        },
        {
            "href": "https://api.cloud.precisely.com/v1/ogcapi/enrich/collections/{collectionId}/queryables",
            "rel": "queryables",
            "type": "application/json",
            "title": "Information about the queryables"
        }
    ]
}