Get FML Export

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Overview

This endpoint returns the FML file for Interior models only. The Hover web application refers to this file as XML 2.0when manually exporting. However, these point to the exact same file export as this endpoint.

Sample Response Body

{
  "floors": [
    {
      "id": 1,
      "name": "Floor Plan",
      "level": 0,
      "height": 0,
      "designs": [
        {
          "name": "Default Design",
          "areas": [
            {
              "name": "Bedroom",
              "poly": [
                { "x": -168.37804780000002, "y": -170.9180478 },
                { "x": -168.37804780000002, "y": -168.37804780000002 },
                { "x": -170.9180478, "y": -168.37804780000002 },
                { "x": -170.9180478, "y": -170.9180478 }
              ]
            }
          ],
          "walls": [
            {
              "a": { "x": -450.31586340000007, "y": 5.08 },
              "b": { "x": -450.31586340000007, "y": -223.24799140000002 },
              "az": { "z": 0, "h": 246.50000100000003 },
              "bz": { "z": 0, "h": 246.50000100000003 },
              "thickness": 10.15999999999999,
              "balance": 0.5,
              "openings": []
            },
            {
              "a": { "x": -450.31586340000007, "y": 5.08 },
              "b": { "x": 5.08, "y": 5.079999999999984 },
              "az": { "z": 0, "h": 246.50000100000003 },
              "bz": { "z": 0, "h": 246.50000100000003 },
              "thickness": 10.15999999999999,
              "balance": 0.5,
              "openings": [
                {
                  "refid": "201",
                  "t": 0.8954601744851949,
                  "type": "door",
                  "width": 74.8940082,
                  "z_height": 208.8999904449985,
                  "z": 0,
                  "mirrored": [0, 0]
                },
                {
                  "refid": "201",
                  "t": 0.35848351252283256,
                  "type": "door",
                  "width": 83.16206379999997,
                  "z_height": 208.8999894449985,
                  "z": 0,
                  "mirrored": [0, 0]
                },
                {
                  "refid": "201",
                  "t": 0.12394858020574642,
                  "type": "door",
                  "width": 79.9008562,
                  "z_height": 208.8999894449985,
                  "z": 0,
                  "mirrored": [0, 0]
                }
              ]
            },
            {
              "a": { "x": 5.079999999999984, "y": -344.37609560000004 },
              "b": { "x": 5.08, "y": 5.079999999999984 },
              "az": { "z": 0, "h": 246.50000100000003 },
              "bz": { "z": 0, "h": 246.50000100000003 },
              "thickness": 10.15999999999999,
              "balance": 0.5,
              "openings": [
                {
                  "refid": "218",
                  "t": 0.5140843432464653,
                  "type": "window",
                  "width": 78.0074132,
                  "z_height": 124.61648246164701,
                  "z": 91.320366,
                  "mirrored": [0, 0]
                }
              ]
            },
            {
              "a": { "x": -376.542681, "y": -344.37609560000004 },
              "b": { "x": 5.079999999999984, "y": -344.37609560000004 },
              "az": { "z": 0, "h": 246.50000100000003 },
              "bz": { "z": 0, "h": 246.50000100000003 },
              "thickness": 10.15999999999999,
              "balance": 0.5,
              "openings": [
                {
                  "refid": "218",
                  "t": 0.5076019092796007,
                  "type": "window",
                  "width": 130.1774638,
                  "z_height": 133.041836608362,
                  "z": 84.36757320000001,
                  "mirrored": [0, 0]
                }
              ]
            },
            {
              "a": { "x": -376.542681, "y": -344.37609560000004 },
              "b": { "x": -376.542681, "y": -223.24799140000002 },
              "az": { "z": 0, "h": 246.50000100000003 },
              "bz": { "z": 0, "h": 246.50000100000003 },
              "thickness": 10.15999999999999,
              "balance": 0.5,
              "openings": [
                {
                  "refid": "201",
                  "t": 0.5349745629057735,
                  "type": "door",
                  "width": 63.60891520000003,
                  "z_height": 214.426775721338,
                  "z": 0,
                  "mirrored": [0, 0]
                }
              ]
            },
            {
              "a": { "x": -450.31586340000007, "y": -223.24799140000002 },
              "b": { "x": -376.542681, "y": -223.24799140000002 },
              "az": { "z": 0, "h": 246.50000100000003 },
              "bz": { "z": 0, "h": 246.50000100000003 },
              "thickness": 10.15999999999999,
              "balance": 0.5,
              "openings": []
            }
          ],
          "items": [
            {
              "name": "C-1",
              "x": -416.7371240556969,
              "y": -159.59813140000009,
              "z": 0,
              "refid": "Cabinet",
              "rotation": 0,
              "width": 56.99747868860641,
              "height": 117.1443936,
              "z_height": 99.4156
            }
          ]
        }
      ]
    }
  ],
  "_comment": "This floorplan has been created by using the FML Standard (https://floorplanner.com/fml)"
}
Path Params
int32
required
Defaults to 8675309

Required. ID of the model to obtain the FML export for.

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here!