AYLIEN · Schema
Source
News IntelligenceText AnalysisNLPSentiment AnalysisEntity RecognitionNatural Language ProcessingNews APIArticle ExtractionSummarizationConcept Detection
Properties
| Name | Type | Description |
|---|---|---|
| description | string | A general explanation about the source |
| domain | string | The domain name of the source which is extracted from the source URL |
| home_page_url | string | The home page URL of the source |
| id | integer | The source id which is a unique value |
| links_in_count | integer | The number of websites that link to the source |
| locations | array | The source locations which are tend to be the physical locations of the source, e.g. BBC headquarter is located in London. |
| logo_url | string | A URL which points to the source logo |
| name | string | The source name |
| rankings | object | |
| scopes | array | The source scopes which is tend to be scope locations of the source, e.g. BBC scopes is international. |
| title | string | The title of the home page URL |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Source",
"properties": {
"description": {
"description": "A general explanation about the source",
"type": "string"
},
"domain": {
"description": "The domain name of the source which is extracted from the source URL",
"type": "string"
},
"home_page_url": {
"description": "The home page URL of the source",
"type": "string"
},
"id": {
"description": "The source id which is a unique value",
"format": "int32",
"type": "integer"
},
"links_in_count": {
"description": "The number of websites that link to the source",
"format": "int32",
"type": "integer"
},
"locations": {
"description": "The source locations which are tend to be the physical locations of the source, e.g. BBC headquarter is located in London.\n",
"items": {
"$ref": "#/components/schemas/Location"
},
"type": "array"
},
"logo_url": {
"description": "A URL which points to the source logo",
"type": "string"
},
"name": {
"description": "The source name",
"type": "string"
},
"rankings": {
"$ref": "#/components/schemas/Rankings"
},
"scopes": {
"description": "The source scopes which is tend to be scope locations of the source, e.g. BBC scopes is international.\n",
"items": {
"$ref": "#/components/schemas/Scope"
},
"type": "array"
},
"title": {
"description": "The title of the home page URL",
"type": "string"
}
},
"type": "object"
}
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/news-api-Source"
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.