Teledyne Technologies · JSON Structure

Teledyne Flir Measurement Structure

Field documentation for FLIR camera temperature measurement objects.

Type: Properties: 0
AerospaceDefenseDigital ImagingInstrumentationThermal ImagingTest and MeasurementFortune 500

Teledyne Flir Measurement Structure is a JSON Structure definition published by Teledyne Technologies.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Teledyne FLIR Temperature Measurement Structure",
  "description": "Field documentation for FLIR camera temperature measurement objects.",
  "variants": [
    {
      "type": "SpotMeasurement",
      "fields": [
        {"name": "name", "type": "string", "required": true, "description": "Configured spot ROI name."},
        {"name": "temperature", "type": "number", "required": true, "description": "Temperature reading at the spot location."},
        {"name": "unit", "type": "string (enum)", "required": true, "description": "Temperature unit: C, F, or K.", "values": ["C", "F", "K"]},
        {"name": "x", "type": "integer", "required": false, "description": "X pixel coordinate of the spot."},
        {"name": "y", "type": "integer", "required": false, "description": "Y pixel coordinate of the spot."},
        {"name": "timestamp", "type": "string (date-time)", "required": false, "description": "UTC timestamp of the measurement."}
      ]
    },
    {
      "type": "BoxMeasurement",
      "fields": [
        {"name": "name", "type": "string", "required": true, "description": "Configured box ROI name."},
        {"name": "max", "type": "number", "required": true, "description": "Maximum temperature in the box region."},
        {"name": "min", "type": "number", "required": true, "description": "Minimum temperature in the box region."},
        {"name": "avg", "type": "number", "required": true, "description": "Average temperature in the box region."},
        {"name": "unit", "type": "string (enum)", "required": true, "description": "Temperature unit: C, F, or K."},
        {"name": "area", "type": "object", "required": false, "description": "Pixel coordinates: x, y, width, height."},
        {"name": "timestamp", "type": "string (date-time)", "required": false, "description": "UTC timestamp of the measurement."}
      ]
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/teledyne-flir-measurement-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.