Produces 24-hour capital-market delta reports focused on anomalies, catalysts, and affected securities.
Coding
The News
Fetch current and archived front-page headlines across 20 countries through a public API.
What it does
Get near-real-time front-page headlines and historical snapshots from news sources across 20 countries through a public API. Country endpoints return JSON with each source’s main headline and AI-generated overviews; timestamp and daily-overview parameters support past views and narrative comparisons over ranges of up to seven days.
When to use it
- Breaking-news orientation
- Historical front-page lookup
- Cross-country headline comparison
- Day-by-day narrative tracking
The skill document
This is a global news skill for latest news, breaking news, world news, current events, and news headlines. It gives agents a live multi-source news snapshot and a searchable headline archive across 20 countries via a public API.
This skill gives agents access to the main headlines of many newspapers and news sites, across 20 countries, via a public API.
The API has two modes: a live mode, updated in near real-time, and an archive mode that lets you fetch the headlines from a given moment in time. In both modes, the endpoint returns a JSON response with the main headline for each source, accompanied by AI-generated overviews to help you contextualize the raw output. The API is organized by country. A call for US headlines, for instance, returns headlines from about 40 sources across the ideological spectrum - from New York Times, through Washington Post, to Fox news. Each country is represented by a wide range of voices, and each voice contributes its current main headline. Think of this skill as a constantly updating news stand and a raw headline archive.
When To Use the Skill
'The Hear' gives agents immediate grounding in unfiltered headlines. Its main use is to give you, the agent, access to what is happening now across the globe in an efficient, centralized way, without the context overload of ad hoc browsing. Use the API whenever you need information about breaking news or real-time events, raw data for comparative news analysis, access to global perspectives and narratives, or a reliable micro-historical dataset. The skill gives a timestamped, multi-source snapshot of what different outlets consider their main story. This is different from ad-hoc web fetching, which returns scattered articles rather than a consistent front-page view. Use the skill for fast big-picture orientation.
Multilingual
This skill covers news headlines in many languages: noticias, nouvelles, Nachrichten, notizie, notícias, новости, 新闻, ニュース, أخبار, חדשות, haberler, nieuws, uutiset, wiadomości, новини, समाचार.
Examples
User: What's going on in Germany right now?
Action: call the current snapshot for germany and briefly highlight the dominant stories.
User: What happened yesterday night in Israel?
Action: call .../israel?at= and answer from that historical snapshot.
User: How did the story mix in Turkey change over the last three days?
Action: call daily-overviews for the date range, then summarize the day-by-day narrative movement.
Endpoint
GET https://www.thehear.org/api/country-view/[country]
20 countries are supported, listed below.
Calls
Snapshot of current main headlines from Germany:
https://www.thehear.org/api/country-view/germany
Historical snapshot for Germany at a UTC timestamp:
https://www.thehear.org/api/country-view/germany?at=2026-05-01T20:00:00Z
Daily overview range for Germany:
https://www.thehear.org/api/country-view/germany?call=daily-overviews&from=2026-04-29&to=2026-05-01
Call Rules:
atmust be a UTC timestampfromandtomust useYYYY-MM-DDdaily-overviewsis limited to 7 days
See REFERENCE.md for the response schema, available news countries, comparative news-fetching strategies, editorial guidance for reading news headlines, and the web interface.
Questions people ask
- What does the API return for a country?
- It returns a JSON snapshot containing the main headline from each included source, plus AI-generated overviews for context. Coverage is organized by country and includes a range of outlets and viewpoints.
- Can I retrieve headlines from a specific time?
- Yes. Add an `at` parameter with a UTC timestamp to fetch a historical country snapshot.
- Can I compare how coverage changes over several days?
- Yes. Use `call=daily-overviews` with `from` and `to` dates in `YYYY-MM-DD` format. Each requested range is limited to seven days.
Related skills
Monitor global events and trace their potential effects across industries, assets, sectors, and stocks.
Turn trip requirements and current travel research into a tailored itinerary in PDF, HTML, or Markdown.
Research Polymarket odds and trader flow, then execute explicitly authorized orders within coded risk limits.
Downloads ArXiv artifacts and produces a full-text-based summary.md for each paper.
Creates a morning briefing from sleep, biometrics, calendar, activity, and local weather data.