Soracom · Example Payload

Soracom Harvest Data Example

IoTCellularLPWANSIMLoRaWANSigfoxMVNOConnectivityEdgeJapan

Soracom Harvest Data Example is an example object payload from Soracom, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.soracom.io/v1/data/Subscriber/440101234567890?from=1748073600000&to=1748160000000&limit=3",
    "headers": {
      "X-Soracom-API-Key": "api-XXXXX",
      "X-Soracom-Token": "eyJhbGciOiJIUzI1NiJ9..."
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json"
    },
    "body": [
      {
        "resourceType": "Subscriber",
        "resourceId": "440101234567890",
        "operatorId": "OP0000000000",
        "time": 1748159995000,
        "contentType": "application/json",
        "content": {"temp_c": 22.4, "humidity": 47.1, "battery_v": 3.91}
      },
      {
        "resourceType": "Subscriber",
        "resourceId": "440101234567890",
        "operatorId": "OP0000000000",
        "time": 1748159695000,
        "contentType": "application/json",
        "content": {"temp_c": 22.3, "humidity": 47.3, "battery_v": 3.91}
      },
      {
        "resourceType": "Subscriber",
        "resourceId": "440101234567890",
        "operatorId": "OP0000000000",
        "time": 1748159395000,
        "contentType": "application/json",
        "content": {"temp_c": 22.2, "humidity": 47.5, "battery_v": 3.91}
      }
    ]
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/soracom-harvest-data-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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