Input schema (server-provided preview — do not copy)
{
"type": "object",
"properties": {
"cost": {
"enum": [
"Free",
"Paid",
"Freemium",
"Unknown"
],
"type": "string",
"description": "Recorded on 533 of 923 rows — the press outlets and the individual people are not priced, so filtering on this excludes them rather than reporting them as not free."
},
"group": {
"enum": [
"Press",
"Media",
"Institutions",
"Data",
"Communities",
"People"
],
"type": "string",
"description": "Broad kind of source."
},
"limit": {
"type": "number",
"description": "Rows per page, default 20, maximum 50. A page is the next rows in file order, never the top ones — nothing here is ranked."
},
"query": {
"type": "string",
"description": "Free text, matched against the name, the description and the owner. All words must appear. Omit to browse a filter instead."
},
"market": {
"enum": [
"US",
"Global",
"JP",
"KR",
"Not market specific",
"UK",
"DE",
"FR",
"CN",
"MENA",
"IT",
"SEA",
"CA",
"Nordics",
"BR",
"IN",
"MX",
"ES",
"TR",
"NL",
"AU",
"PL",
"TW",
"EU",
"LATAM",
"Asia",
"BE"
],
"type": "string",
"description": "Market code. US, JP, KR, UK, DE, FR, CN, MENA, IT, CA have full profiles behind them; SEA, Nordics, BR, IN, MX, ES, TR, NL, AU, PL, TW, EU, LATAM, Asia, BE only tag sources. Global means the source covers everything, and \"Not market specific\" means market is not its axis."
},
"medium": {
"enum": [
"News outlet",
"Organisation",
"Forum or community",
"Video channel",
"Person",
"Data tool",
"Podcast",
"Book or paper",
"Company disclosure",
"Report or document",
"Newsletter",
"Research firm",
"Link list"
],
"type": "string",
"description": "What form it takes."
},
"offset": {
"type": "number",
"description": "Rows to skip before the first one returned, for paging. Default 0. The note on each page says what to pass for the next."
},
"language": {
"enum": [
"English",
"Japanese",
"Korean",
"German",
"French",
"Spanish",
"Portuguese",
"Arabic",
"Italian",
"Chinese",
"Turkish",
"Dutch",
"Polish",
"Traditional Chinese",
"Bahasa Indonesia",
"Multilingual",
"Swedish",
"Vietnamese",
"Finnish",
"Danish",
"Norwegian",
"Thai",
"Hindi",
"Indonesian",
"Malay"
],
"type": "string",
"description": "The language you would be reading it in."
}
},
"additionalProperties": false
}