AccuWeather · Schema
AdData
AdData schema from AccuWeather API
WeatherForecastMeteorologyLocation ServicesAir QualityStorms
Properties
| Name | Type | Description |
|---|---|---|
| globalAdConfig | object | |
| ortbConfig | object | |
| adPageInfo | object | |
| adSlots | object | |
| adInfo | object | |
| uspString | string | |
| ppid | string | |
| isPrebidDisabled | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/accuweather/refs/heads/main/json-schema/accuweather-ad-data-schema.json",
"title": "AdData",
"description": "AdData schema from AccuWeather API",
"type": "object",
"properties": {
"globalAdConfig": {
"type": "object",
"properties": {
"prebidTimeout": {
"type": "integer",
"format": "int32"
},
"awxTimeout": {
"type": "integer",
"format": "int32"
},
"bundleUrl": {
"type": "string",
"nullable": true,
"deprecated": true
},
"bundleId": {
"type": "string",
"nullable": true
},
"gptEnableSingleRequest": {
"type": "boolean"
},
"gptLazyLoading": {
"type": "string",
"nullable": true
},
"buyItNowSkipGoogleAdManager": {
"type": "boolean"
},
"testVariant": {
"type": "string",
"nullable": true
},
"deviceClass": {
"type": "string",
"nullable": true
},
"disableInitialAdLoad": {
"type": "boolean"
},
"javascriptHead": {
"type": "string",
"nullable": true
},
"javascriptBody": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false
},
"ortbConfig": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true
},
"domain": {
"type": "string",
"nullable": true
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
},
"sectionCategories": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
},
"pageCategories": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
},
"keywords": {
"type": "string",
"nullable": true
},
"pageUrl": {
"type": "string",
"nullable": true
},
"referrerUrl": {
"type": "string",
"nullable": true
},
"isOptimizedForMobile": {
"type": "boolean"
},
"hasPrivacyPolicy": {
"type": "boolean"
},
"publisher": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true
},
"domain": {
"type": "string",
"nullable": true
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
}
},
"additionalProperties": false
},
"content": {
"type": "object",
"properties": {
"title": {
"type": "string",
"nullable": true
},
"url": {
"type": "string",
"nullable": true
},
"categories": {
"type": "array",
"items": {
"type": "string"
},
"nullable": true
},
"productQuality": {
"type": "string",
"nullable": true
},
"context": {
"type": "string",
"nullable": true
},
"keywords": {
"type": "string",
"nullable": true
},
"sourceRelationship": {
"enum": [
"Indirect",
"Direct"
],
"type": "string"
},
"language": {
"type": "string",
"nullable": true
},
"data": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true
},
"extensions": {
"type": "object",
"additionalProperties": {
"nullable": true
},
"nullable": true
},
"segments": {
"type": "array",
"items": {
"type": "object",
"properties": {
"name": {
"type": "string",
"nullable": true
},
"value": {
"type": "string",
"nullable": true
}
},
"additionalProperties": false
},
"nullable": true
}
},
"additionalProperties": false
}
},
"additionalProperties": false
}
},
"additionalProperties": false
},
"adPageInfo": {
"type": "object",
"additionalProperties": false
},
"adSlots": {
"type": "object",
"additionalProperties": {
"$ref": "#/components/schemas/Ad"
},
"nullable": true
},
"adInfo": {
"type": "object",
"additionalProperties": {
"type": "string"
},
"nullable": true
},
"uspString": {
"type": "string",
"nullable": true
},
"ppid": {
"type": "string",
"nullable": true
},
"isPrebidDisabled": {
"type": "boolean"
}
},
"additionalProperties": false
}
Work with this as data
Every JSON Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/accuweather-ad-data"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.