---
title: "Detailed Facility Report Map Service"
method: POST
path: "/dfr_rest_services.get_map"
tags: ["Detailed Facility Report"]
---

# Detailed Facility Report Map Service

`POST /dfr_rest_services.get_map`

Returns an object with the facility's latitude and longitude coordinates.

## Response `200`

Returns an object that includes information for displaying a map

- object — Root Object
  - `Results` Dfr119Results, required — Results Object
    - `MapOutput` Dfr073 — Map Output Object
      - `CenterLatitude` string, required — The latitude of the facility in degrees, to four decimal places.
      - `CenterLongitude` string, required — The longitude of the facility in degrees, to four decimal places.
      - `IconBaseURL` string, required — URL where all the icons are located
      - `MapData` Dfr018MapData[], required — An array of facility geospatial information.
        - `ICON` string, required — Name of each individual icon file within the URL base
        - `LAT` string, required — The latitude of the facility in degrees, to four decimal places
        - `LON` string, required — The longitude of the facility in degrees, to four decimal places
        - `NAME` string, required — For DFR, this is the Facility name. The name corresponds to the TYPE value
        - `PUV` string, required — Pop up value. Combine with PopUpBaseURL to give the popup for the facility
        - `TYPE` string, required — For DFR, this is always facility
      - `PopUpBaseURL` string, required — Combine this URL with the PUC to get popup info
    - `Message` string, required — Field to record messages (typically performance-related) about packet processing

---

[API](https://skmtc.net/usepa/apis/dfr.md) · [All operations](https://skmtc.net/usepa/apis/dfr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepa/dfr/versions/0f6834e9375d/schema)
