WO Data API

REST bulk-export service that provides access to WO Network, WO Traffic and WO Omni data "in a unified version agnostic manner". Every export is asynchronous: a submit call returns a RequestId and the result is pushed later, in chunks, to a destination the caller nominates — an HTTP endpoint, FTP, local storage, e-mail, AWS S3, Google Cloud or the caller's own Kafka brokers — with a callback acknowledgement closing the loop. Authenticated by three flat request headers (partner-id, api-key, agreement-key) issued out of band by WideOrbit Support under what the guide calls a "closed authentication model". This is the only WideOrbit API with a publicly readable reference, and that reference is a 60-page PDF; the base URL is templated as {root} and is provisioned per partner rather than published.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/wo-data-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
name: WO Data API
description: 'REST bulk-export service that provides access to WO Network, WO Traffic and WO Omni data
  "in a unified version agnostic manner". Every export is asynchronous: a submit call returns a RequestId
  and the result is pushed later, in chunks, to a destination the caller nominates — an HTTP endpoint,
  FTP, local storage, e-mail, AWS S3, Google Cloud or the caller''s own Kafka brokers — with a callback
  acknowledgement closing the loop. Authenticated by three flat request headers (partner-id, api-key,
  agreement-key) issued out of band by WideOrbit Support under what the guide calls a "closed authentication
  model". This is the only WideOrbit API with a publicly readable reference, and that reference is a 60-page
  PDF; the base URL is templated as {root} and is provisioned per partner rather than published.'
humanURL: https://www.wideorbit.com/wp-content/uploads/2022/07/WO-DATA-API-Guide-Version-421_New.pdf
tags:
- Advertising
- Media
- Data
- Bulk Export
properties:
- type: APIReference
  url: https://www.wideorbit.com/wp-content/uploads/2022/07/WO-DATA-API-Guide-Version-421_New.pdf
- type: Authentication
  url: authentication/wideorbit-authentication.yml
- type: Conventions
  url: conventions/wideorbit-conventions.yml
- type: ErrorCatalog
  url: errors/wideorbit-problem-types.yml
- type: DataModel
  url: data-model/wideorbit-data-model.yml
- type: Webhooks
  url: asyncapi/wideorbit-webhooks.yml
- type: RateLimits
  url: rate-limits/wideorbit-rate-limits.yml
- type: Lifecycle
  url: lifecycle/wideorbit-lifecycle.yml