v1
latestOpenAPI 3.1.02026-07-2268276396.6 KBSources
Find by details
Locate and explore data sources and information providers within the knowledge graph. Filter sources by country, rank, and category to find the most relevant information providers.
post/v1/knowledge-graph/sources
Request body
Example request
{
"query": "MT Newswire",
"countries": [
"US",
"FR",
"GB"
],
"ranks": [
"RANK_1",
"RANK_2",
"RANK_3"
],
"categories": [
"transcripts",
"research",
"podcasts",
"news",
"filings",
"expert_interviews"
],
"packages": [
"sec_filings"
]
}Response
Successful response with source data
Example response
{
"results": [
{
"id": "97C483",
"name": "Personal Finance with Warren Ingram",
"description": "Personal Finance with Warren Ingram is a program that provides practical advice on money management, including guidance on investing, retirement planning, and wealth creation, through its podcast.",
"country": "ZA",
"rank": "RANK_1",
"retention": "FULL_HISTORY",
"webpage": "TV and Radio Transcripts",
"categories": [
"podcasts"
],
"packages": [
"podcasts",
"all"
],
"subscribed": true
}
],
"metadata": {
"request_id": "user_2k3Z4SerTUIieyCfQhGR5UF2Af3",
"timestamp": "2025-09-30T07:23:05.019121+00:00"
},
"usage": {
"knowledge_graph_tokens": 1
}
}