id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
3ef1e69f-ab2b-4baa-aec6-81791fb419ef/95c3dab0-65a7-4975-8c76-6c589d0cb2d8/0/0
Russian - Ukraine War live Updates Api
This Api brings you up to date about Russian Ukraine war since the invasion.
null
Get Individuaul News Source
Get News about Russian - Ukraine War from a specific news resource.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
3ef1e69f-ab2b-4baa-aec6-81791fb419ef/ec200991-dd97-4d8a-9282-201eb4d8a5c3/0/0
Russian - Ukraine War live Updates Api
This Api brings you up to date about Russian Ukraine war since the invasion.
null
Get all News about Russian - Ukraine War
This will return all news about Russian - Ukraine War
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
11a038d6-8e08-40f5-a619-0677908fec28/a2bd9237-2652-45dd-bf33-58aa077e734e/0/0
Crypto news
An API to get news from various news sources and show in json format
0.1
get news from a specific website
Add the name of the website after news in the URL get request to get response from that specific website
200
New Example
[{"title": "Bitcoin & Crypto Guides 101", "url": "https://cryptopotato.com/bitcoin-cryptocurrency-guides-101/", "source": "cryptoPotato"}, {"title": "Bitcoin For Beginners", "url": "https://cryptopotato.com/bitcoin-for-beginners/", "source": "cryptoPotato"}, {"title": "Bitcoin For Beginners", "url": "https://cryptopota...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
11a038d6-8e08-40f5-a619-0677908fec28/4d76b0c1-6922-4484-8a02-ba94767c0dfc/0/0
Crypto news
An API to get news from various news sources and show in json format
0.1
Get All Crypto News
News from multiple platforms will be returned using this API endpoint
200
New Example
[{"title": "Another American Bank Partners with NYDIG to Offer Bitcoin to Customers", "url": "https://cryptopotato.com/another-american-bank-partners-with-nydig-to-offer-bitcoin-to-customers/", "source": "cryptoPotato"}, {"title": "Belgium MP Vowed to Convert His Entire 2022 Salary to Bitcoin", "url": "https://cryptopo...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
ae744ebe-8955-46b6-9002-e8aa7446c511/812909e0-5d51-4b82-a12c-db032763d94e/0/0
Climate Change Now
An API showing the latest news about climate change as reported by newspapers around the world.
null
Get News from an Individual News Source
This endpoint returns Climate Change news from a specific news source.
200
New Example
[{"title": "How Covid conspiracists are shifting to climate denial", "url": "/news/blogs-trending-59255165", "source": "bbc"}, {"title": "New global climate deal struck in Glasgow", "url": "/news/world-59277788", "source": "bbc"}, {"title": "How Covid conspiracists are shifting to climate denial", "url": "/news/blogs-t...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
05d20c06-a714-43d9-bc5a-a98fa4c1b690/5c251158-eb4f-4205-8889-bdbcfabd90a2/0/0
Climate Change Live
An API showing all the latest climate change news around the world
8.3
Home page
This is the API's home page
200
New Example
{"Homepage": "OK"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Homepage": {"type": "string"}}, "required": ["Homepage"]}
05d20c06-a714-43d9-bc5a-a98fa4c1b690/65e8b56d-0154-48a3-a0e4-c527acee78cc/0/0
Climate Change Live
An API showing all the latest climate change news around the world
8.3
Get individual news source news
This API gets news from individual news source
200
New Example
[{"title": "Bill Gates \u2018No chance\u2019 of global heating below 1.5C but nuclear tech \u2018promising\u2019 in climate crisis, Bill Gates says ", "url": "https://www.theguardian.com/us-news/2023/jan/23/no-chance-of-global-heating-below-15c-but-nuclear-tech-promising-in-climate-crisis-bill-gates-says", "source": "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
05d20c06-a714-43d9-bc5a-a98fa4c1b690/f68d13cd-5d16-4958-b0f4-22f0c745ef3b/0/0
Climate Change Live
An API showing all the latest climate change news around the world
8.3
Get all climate change news
This endpoint will return back all news about Climate Change from all over the world.
200
New Example
[{"title": "Bill Gates \u2018No chance\u2019 of global heating below 1.5C but nuclear tech \u2018promising\u2019 in climate crisis, Bill Gates says ", "url": "https://www.theguardian.com/us-news/2023/jan/23/no-chance-of-global-heating-below-15c-but-nuclear-tech-promising-in-climate-crisis-bill-gates-says", "source": "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
8e1039a1-4760-4c90-91fc-c67f6fb98fa3/c85273be-70d9-4d9e-8eb0-51f36b15aadd/0/0
Climate Change Live
An API showing all the latest Climate Change News around the world.
null
Get Individual News Source News
Gets News about Climate Change from a specific news resource.
200
New Example
[{"title": " Global citizens\u2019 assembly to be chosen for UN climate talks ", "url": "https://www.theguardian.com/environment/2021/oct/05/global-citizens-assembly-to-be-chosen-for-un-climate-talks", "source": "guardian"}, {"title": " Historical climate emissions reveal responsibility of big polluting nations ", "u...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
38e209d1-0811-4897-a11e-6159cec1844c/7b33e6e2-5c99-4d7c-9bd8-a337a4fd0f7f/0/0
Champions League Live News
An API showing all the newest champions league news
null
Get The Champions League News From A Specific Source
Get The Champions League News From A Specific News Resource (newspaper)
200
Response
[{"title": "Bale in contention for Champions League final", "url": "https://www.bbc.com/sport/football/61564820", "source": "BBC"}, {"title": "Premier League harder to win than Champions League. Video, 00:01:08Premier League harder to win than Champions League", "url": "https://www.bbc.com/sport/av/football/61466864", ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
38e209d1-0811-4897-a11e-6159cec1844c/e63eb26d-86bf-4577-bbfa-a3a222c7d26b/0/0
Champions League Live News
An API showing all the newest champions league news
null
Get All Champions League News
This endpoint will return all the latest news of champions league
100
New Example
[{"title": "Bale in contention for Champions League final", "url": "https://www.bbc.com/sport/football/61564820", "source": "BBCnews"}, {"title": "Daily quiz: Name the Liverpool Champions League finalist", "url": "https://www.bbc.com/sport/football/61470902", "source": "BBCnews"}, {"title": "Arsenal season player ratin...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
9a07dcdf-9ff4-4c47-9642-56cb18cd7e17/2c6ae383-9357-4fbc-8ded-5de7a84af499/0/0
Climate Change Live
An API showing all the latest Climate Change News around the world
null
Get individual news source
Get News about climate change from a specific news resource.
200
New Example
[{"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "thetimes"}, {"title": "20 things you can do right now to stop climate change", "url": "https://www....
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
896419a7-6a49-426b-9f59-947b3aad8e5c/cd6619ab-0170-453e-b3cc-c98d43e034d2/0/0
Climate Change - Live Coverage
An API that displays all of the latest climate change news from across the globe
null
Get News From Individual News Sources
Obtains news about climate change from a specific news source.
200
New Example
[{"title": "Senate ratifies international climate deal on refrigerants", "URL": "https://www.latimes.com/politics/story/2022-09-21/senate-ratifies-international-climate-deal-on-refrigerants", "source": "la-times"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "URL": {"type": "string"}, "source": {"type": "string"}}, "required": ["URL", "source", "title"]}}
b6261559-8698-446a-80f0-0a4f7308f86d/5acfd126-1444-45df-8821-0f6fcc1f047f/0/0
Greek News in English
An API showing all the latest Greek news in English
1.6
Get All News
This endpoint will return back all greek news from all the sources.
200
New Example
[{"title": "Greek Football Results", "link": "https://greekcitytimes.com/2021/12/12/greek-football-results/", "description": "ATHENS, GREECE Results from Greek football: Greece Super League 1 Saturday\u2019s Matches Atromitos Athinon 4, Apollon Smyrnis 1 Volos NPS 1, Panaitolikos Agrinio 2 OFI Crete 1, Olympiacos Pirae...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "description": {"type": "string"}, "image": {"type": "string"}, "site": {"type": "string"}}, "required": ["description", "image", "link", "site", "title"]}}
5ae5dc8f-5be1-4693-92fc-c62d770eb08e/9e7d656f-1909-45a2-9eff-1e3805e73541/0/0
Share Market News API (India)
Share Market News API is an API that provides access to Real-time and historical news articles related to Indian share market, finance and business. The API allows developers to access and integrate news articles from multiple sources with their applications and software systems. It can be used for stock market analysi...
9.1
Get all Indian stock market news
This end point will return all the headlines , specific news from Indian share market and Economy.
200
New Example
{"name": "Investing.com", "address": "https://www.investing.com/", "base": "https://www.investing.com/"}
{"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}}
b1ee40b8-84b2-4f0b-b659-99d756b68723/a4eea08c-e673-4d51-8894-11a58785b201/0/0
Covid News
get the latest covid related news from all over the world
null
Get individual News Source News
Get news about Covid-19 from specific news sources
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
6642f339-70b9-4d91-8ef0-92dc71397742/5cbf0739-6ec5-4869-8629-8587d7c0c86b/0/0
Clima Argentina
Es una API que trae las paginas mas conocidas de climas de la Argentina. This is an API who give you the most popular climate pages of Argentina.
null
Get Specific Page of Climate from Argentina
Returns back the specific page of climate from Argentina by ID (this id dont be a number, it will be a name of the page like "lavoz" for example).
200
New Example
[{"title": "Clima", "url": "https://www.lavoz.com.ar/clima//clima/", "source": "lavoz"}, {"title": "Clima", "url": "https://www.lavoz.com.ar/clima//agro/clima/", "source": "lavoz"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
0c53812d-d986-499b-aee4-f5d47c51cb88/64c3f4ec-5413-48c8-9379-56730926c27a/0/0
Crypto News
An API that shows the latest news articles from over 70 different websites around the world for Crypto, Bitcoin, and Ethereum
0.4
Get Crypto news from Single Website
This endpoint allows you to retrieve all the news articles about Crypto from a single website
200
New Example
[{"headline": "Shiba Inu Launches Beta Version of DAO to Give Users More Authority Over Crypto Projects", "url": "https://www.coindesk.com/business/2021/12/31/shiba-inu-launches-beta-version-of-dao-to-give-users-more-authority-over-crypto-projects/"}, {"headline": "Volatility Ruled Crypto Markets in 2021, From $69K Bit...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"headline": {"type": "string"}, "url": {"type": "string"}}, "required": ["headline", "url"]}}
5c4c377b-ecf9-44ec-8b3b-a26345d30ecd/124d1dc0-909e-4f84-9d1c-c4a4770daa40/0/0
News Briefs (Read Only)
Newslit is a next-generation news monitoring and research tool for PR professionals, investors, researchers, marketers, sales people, lawyers, and business owners. We continuously track the most comprehensive set of important news sources, and integrate social signals from thousands of top business influencers.
6.7
Brief by ID
This endpoint returns details about the Brief specified by the requested ID.
200
New Example
{"data": {"id": 337651, "name": "What's up in AI", "topics": ["Artificial Intelligence", "ChatGPT", "OpenAI"], "filters": [], "exclusions": [], "date_added": "2023-03-02T05:57:38.000-08:00"}, "meta": {"size": 1, "timestamp": 1692470003372}}
{"type": "object", "properties": {"data": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "filters": {"type": "array"}, "exclusions": {"type": "array"}, "date_added": {"type": "string"}}}, "meta": {"type": "object", "prop...
5c4c377b-ecf9-44ec-8b3b-a26345d30ecd/13487a2b-12e2-4dc1-b28e-666d1c3b047b/0/0
News Briefs (Read Only)
Newslit is a next-generation news monitoring and research tool for PR professionals, investors, researchers, marketers, sales people, lawyers, and business owners. We continuously track the most comprehensive set of important news sources, and integrate social signals from thousands of top business influencers.
6.7
Brief Stories lookup
This endpoint returns stories from a Brief specified by the requested ID
200
New Example
{"data": [{"url": "https://bgr.com/tech/openai-may-have-to-wipe-chatgpt-and-start-over/", "title": "OpenAI may have to wipe ChatGPT and start over", "source": "BGR", "source_domain": "bgr.com", "author": "Joshua Hawkins", "publication_date": "2023-08-18T14:35:00.000-07:00", "excerpt": "OpenAI, the company behind the po...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"url": {"type": "string"}, "title": {"type": "string"}, "source": {"type": "string"}, "source_domain": {"type": "string"}, "author": {"type": "string"}, "publication_date": {"type": "string"}, "excerpt": {"type": "str...
5c4c377b-ecf9-44ec-8b3b-a26345d30ecd/02f1cac6-df43-467d-b649-d72f2797b87d/0/0
News Briefs (Read Only)
Newslit is a next-generation news monitoring and research tool for PR professionals, investors, researchers, marketers, sales people, lawyers, and business owners. We continuously track the most comprehensive set of important news sources, and integrate social signals from thousands of top business influencers.
6.7
Get all Briefs
List all owned briefs
200
New Example
{"data": [{"id": 326652, "name": "Venture Capital", "topics": ["'Venture Capital'", "VC"], "filters": ["fundraising", "startups"], "exclusions": [], "date_added": "2018-12-06T11:35:17.000-08:00"}, {"id": 332973, "name": "Airbnb", "topics": ["Airbnb"], "filters": [], "exclusions": ["PRNewswire"], "date_added": "2020-05-...
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "integer"}, "name": {"type": "string"}, "topics": {"type": "array", "items": {"type": "string"}}, "filters": {"type": "array"}, "exclusions": {"type": "array"}, "date_added": {"type": "string"}}}}, "met...
08613bf6-479d-4f73-a648-4bfded8b6f95/d0adbd3c-afa7-4af3-92bc-654359bfedda/0/0
Latest Sports News
An API showing latest sports news around the global.
0
Get Individual News Source News
Gets News about Sports from a specific news resource.
200
New Example
[{"title": "Ukrainian tennis players live 'parallel lives' at the Billie Jean King Cup", "url": "https://edition.cnn.com/2022/04/17/tennis/ukraine-tennis-parallel-lives-billie-jean-king-cup-spt-intl/index.html", "source": "cnn"}, {"title": "Liverpool 4-0 Manchester United: Defeat 'humiliating', says Ralf Rangnick", "ur...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
a11d2f33-416e-4e10-9a96-5850efd23cc4/ea015bb8-ff32-4708-860d-180e402843fe/0/0
Crypto News API
News all around the world about cryptocurrency
0
Get Individually New About Crypto
You can get all fresh news about cryptocurrencies individually the world with this api
200
New Example
[{"title": "From $25 billion to $167 million: How a major crypto lender collapsed and dragged many investors down with it", "url": "https://www.cnbc.com/2022/07/17/how-the-fall-of-celsius-dragged-down-crypto-investors.html", "source": "cnbc"}, {"title": "Celsius goes bankrupt, Disney mentors Polygon, and how inflation ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
a11d2f33-416e-4e10-9a96-5850efd23cc4/f578b8e1-af27-4381-b39b-4e3d1b7f3ec1/0/0
Crypto News API
News all around the world about cryptocurrency
0
Get All Fresh News About Crypto
You can get all fresh cryptocurrency news with this endpoint
200
New Example
[{"title": "I\u2019m no longer making predictions about cryptocurrency. Here\u2019s why", "url": "https://www.theguardian.com/technology/2022/aug/03/techscape-bitcoin-cryptocurrency-predictions", "source": "theguardian"}, {"title": "U.S. crypto firm Nomad hit by $190 million theft", "url": "https://www.investing.com/ne...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
6bc9ec2d-4a92-47fc-94bf-30fd51cbc8c2/c31709a9-1333-4eb2-9e3c-e42e2f7e3e97/0/0
Noticias Cambio Climatico
API que muestra las nociticas del cambio climatico alrededor del mundo
0
Get Noticias individuales
Devuelve noticias del Cambio Climático de un recurso especifico.
200
New Example
[{"title": "Green economy Master of all trades: retrofit firm tackles climate and cost of living crises ", "url": "https://www.theguardian.com/environment/2022/aug/18/master-all-trades-retrofit-firm-climate-cost-of-living-crisis-b4box", "source": "guardian"}, {"title": "Master of all trades: retrofit firm tackles clim...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
7eca8261-f8b9-4d45-a6e5-ecb287daddbf/ab2bb8bd-f611-423e-b454-3155b5bad073/0/0
TestingKM
Showing Ukraine news links
null
Ukraine news feed from specific newspaper
Ukraine news feed from specific newspaper Posible Newspaper Ids: - thetimes - thetelegraph - theguardian
200
New Example
[{"sourceId": "theguardian", "sourceName": "The Guardian", "title": " Ukraine invasion ", "url": "https://www.theguardian.com/world/ukraine"}, {"sourceId": "theguardian", "sourceName": "The Guardian", "title": "Live Russia-Ukraine war: \u2018dozens of people killed in rocket strikes\u2019 as talks under way on Belarus...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"sourceId": {"type": "string"}, "sourceName": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["sourceId", "sourceName", "title", "url"]}}
7eca8261-f8b9-4d45-a6e5-ecb287daddbf/94aa3e87-43d7-4dcb-b736-7e69c0b844fa/0/0
TestingKM
Showing Ukraine news links
null
Get all Ukraine news
Ukraine newsfeed
200
New Example
[{"sourceId": "theguardian", "sourceName": "The Guardian", "title": " Ukraine invasion ", "url": "https://www.theguardian.com/world/ukraine"}, {"sourceId": "theguardian", "sourceName": "The Guardian", "title": "Live Russia-Ukraine war: \u2018dozens of people killed in rocket strikes\u2019 as talks under way on Belarus...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"sourceId": {"type": "string"}, "sourceName": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["sourceId", "sourceName", "title", "url"]}}
a049975f-edbc-4014-af28-d761a9274170/979b5a0e-a55e-43b0-8ce4-82ba5cfffd3b/0/0
Climate Change News
An API showing a latest climate change news
null
Get Climate Change News from Specific News
This endpoint will be fetch Climate Change News from Specific News
200
New Example
[{"title": " \n \n \n 2021: when the link between the climate and biodiversity crises became clear ", "url": "https://www.theguardian.com/environment/2021/dec/20/2021-world-finally-woke-up-to-dangers-aoe", "source": "guardian"}, {"title": "2021: when the link between ...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
a049975f-edbc-4014-af28-d761a9274170/b0544976-ed96-4c43-a505-960ca12f8361/0/0
Climate Change News
An API showing a latest climate change news
null
Get All Climate Change Newspaper
This endpoint to get All Climate Change Newspaper
200
Response
[{"title": " \n \n \n 2021: when the link between the climate and biodiversity crises became clear ", "url": "https://www.theguardian.com/environment/2021/dec/20/2021-world-finally-woke-up-to-dangers-aoe", "source": "guardian"}, {"title": "2021: when the link between ...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
5d2c978c-4ea1-4291-b0d5-ba2c9aede17b/c34c4455-9899-4f29-8106-614d81860d77/0/0
MindTrack Solutions Inc Climate Change Live
An API showing all the latest Climate Change News around the world.
null
Get Climate Change News from Individual source
Gets News about Climate Change from a specific news resource
200
New Example
[{"title": " Link between equality and climate crisis overlooked, Welsh report finds ", "url": "https://www.theguardian.com/uk-news/2021/nov/04/link-between-equality-and-climate-crisis-overlooked-welsh-report-finds", "source": "guardian"}, {"title": "Link between equality and climate crisis overlooked, Welsh report fi...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
5d2c978c-4ea1-4291-b0d5-ba2c9aede17b/f25d2982-e71a-481f-b201-720779e94db8/0/0
MindTrack Solutions Inc Climate Change Live
An API showing all the latest Climate Change News around the world.
null
Get All Climate Change News
This endpoint will return back all news about Climate Change News from all over the world.
200
New Example
[{"title": " Link between equality and climate crisis overlooked, Welsh report finds ", "url": "https://www.theguardian.com/uk-news/2021/nov/04/link-between-equality-and-climate-crisis-overlooked-welsh-report-finds", "source": "guardian"}, {"title": "\n\t\t\t\t\tWELBY RAGE\n\t\t\t\t\n\t\t\n\t\t\tArchbishop of Canterbu...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
0396c633-bc41-43de-b250-bc09e2f2a1f1/6d3a5f53-db26-4f9f-b1af-c50b047674c5/0/0
Ukraine Russia War News
Ukraine Russia War News API brings you the latest news about the war and how far states have joined hands in order to stop the war from the World's renowned News sources.
0
Get News from a specific source
Use this endpoint to get news about the war from a specific source defined by the API.
200
New Example
{"key1": "value", "key2": "value"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]}
c9af5d5e-3c68-4740-b326-85ca32853171/8479471c-6519-47a5-9f54-65aade5fb9dd/0/0
Climate Change
An API shows latest climate change news around the world
null
Get Climate change article by newspaper name
You can get article filtered by newspaper name here.
200
New Example
[{"title": "\n\n\n22\n\nExplained | The Great Barrier Reef\u2019s recovery and vulnerability to climate threats\n", "url": "https://www.thehindu.com/sci-tech/energy-and-environment/explained-the-great-barrier-reefs-recovery-and-vulnerability-to-climate-threats/article65741674.ece", "source": "thehindu"}, {"title": "Ire...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
c9af5d5e-3c68-4740-b326-85ca32853171/6ebd0cb2-dd99-4534-aeb1-ce3154da8d78/0/0
Climate Change
An API shows latest climate change news around the world
null
Get all the climate change news
This end point will return all the climate change news articles
200
New Example
{"title": "The Great Barrier Reef\u2019s recovery and vulnerability to climate threats\n", "url": "https://www.thehindu.com/sci-tech/energy-and-environment/explained-the-great-barrier-reefs-recovery-and-vulnerability-to-climate-threats/article65741674.ece", "source": "thehindu"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}
b2a9143c-ed3b-42f2-b7bf-d36cea3a5f2d/1552728e-ad8b-4a01-84e0-f7214bababe8/0/0
Climate Change Live
An API showing all the latest Climate Change around the world
null
Get Individual News Source News
Gets News about Climate Change from a specific new resource.
200
Response
[{"title": "\n\nGreat Barrier Reef bursts back to life... but climate change still poses a threat\n\n", "url": "https://www.telegraph.co.uk/world-news/2022/08/04/great-barrier-reef-bursts-back-life-climate-change-still-poses/", "sourse": "telegraph"}, {"title": "\n\nLiz Truss helicopter flights \u2018make mockery\u2019...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "sourse": {"type": "string"}}, "required": ["sourse", "title", "url"]}}
b2a9143c-ed3b-42f2-b7bf-d36cea3a5f2d/5cb7476a-da3e-4419-8140-d2ff577bcd4e/0/0
Climate Change Live
An API showing all the latest Climate Change around the world
null
Get All Climate Change News
This endpoint will return back all news about Climate Change from all the world.
200
Response
[{"title": "Climate crisis Revealed: how climate breakdown is supercharging toll of extreme weather ", "url": "https://www.theguardian.com/environment/2022/aug/04/climate-breakdown-supercharging-extreme-weather", "sourse": "guardian"}, {"title": "Revealed: how climate breakdown is supercharging toll of extreme weather...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "sourse": {"type": "string"}}, "required": ["sourse", "title", "url"]}}
b92e0395-1eb1-483b-8b35-9e50c4807e88/1055d8f9-274f-4334-8116-3d0fc2b36071/0/0
Climate Change
An API showing all the latest news relating to climate change from across the world
null
Get Climate Change News From Specific News Source
Get climate change news from a particular News Source
200
New Example
[{"title": "Fire, famine and rising seas: the effects of climate change explained", "url": "https://www.thetimes.co.uk/article/the-effects-of-climate-change-explained-why-we-need-to-act-now-57hwpmw7h", "source": "thetimes"}, {"title": "Andrew Marr \u2018wants to be free of BBC rules so he can speak out on climate\u2019...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
f2921abd-d563-43d9-b9a3-03c6c0fe8528/4228570b-0d8d-4a38-9b1a-c652628df486/0/0
Bitcoin News EN and FR
An API showing the latest articles about bitcoin, from English and French sources
0.1
GET News from Individual French Source
Get news about bitcoin from individual French source.
200
New Example
[{"title": "Business live UK petrol prices near record; inflation dips; bitcoin hits new high \u2013 as it happened", "url": "https://www.theguardian.com/business/live/2021/oct/20/uk-inflation-dips-transport-food-households-factories-ftse-sterling-energy-business", "source": "guardian"}, {"title": "UK petrol prices ne...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
f2921abd-d563-43d9-b9a3-03c6c0fe8528/5e8d733c-8207-4985-9fa2-cec5d65fdc8e/0/0
Bitcoin News EN and FR
An API showing the latest articles about bitcoin, from English and French sources
0.1
GET News from Individual English Source
Get news about bitcoin from individual English source.
200
New Example
[{"title": "Business live UK petrol prices near record; inflation dips; bitcoin hits new high \u2013 as it happened", "url": "https://www.theguardian.com/business/live/2021/oct/20/uk-inflation-dips-transport-food-households-factories-ftse-sterling-energy-business", "source": "guardian"}, {"title": "UK petrol prices ne...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
f2921abd-d563-43d9-b9a3-03c6c0fe8528/3007c055-7107-468a-b1cf-5addb72af0ad/0/0
Bitcoin News EN and FR
An API showing the latest articles about bitcoin, from English and French sources
0.1
GET all French bitcoin news
This endpoint return all articles about bitcoin from the French sources.
200
New Example
[{"title": "Cryptomonnaies : P\u00e9kin resserre encore une fois la vis", "url": "https://www.sciencesetavenir.fr/high-tech/web/pekin-serre-encore-la-vis-sur-les-cryptomonnaies_157814", "source": "sciencesavenir"}, {"title": "Su\u00e8de\u00a0: plus d\u2019un million d\u2019euros en bitcoins rendus \u00e0 un dealer", "u...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
f2921abd-d563-43d9-b9a3-03c6c0fe8528/62334f1f-f0eb-46cf-897c-9cf76ff47225/0/0
Bitcoin News EN and FR
An API showing the latest articles about bitcoin, from English and French sources
0.1
GET all English bitcoin news
This endpoint return all articles about bitcoin from the english sources.
200
New Example
[{"title": "Business live UK petrol prices near record; inflation dips; bitcoin hits new high \u2013 as it happened", "url": "https://www.theguardian.com/business/live/2021/oct/20/uk-inflation-dips-transport-food-households-factories-ftse-sterling-energy-business", "source": "guardian"}, {"title": "Bitcoin in celebrat...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/6ac45d3d-5520-47d8-abd1-cf4d014b83b7/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestWorldNews
Returns all the latest World news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/6ac45d3d-5520-47d8-abd1-cf4d014b83b7/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestWorldNews
Returns all the latest World news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/6ac45d3d-5520-47d8-abd1-cf4d014b83b7/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestWorldNews
Returns all the latest World news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/63c44c3d-dfe8-4e23-8e30-0abdeed473ff/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLanguagesAndRegions
Returns all the regions and languages news that is already supported.
400
null
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/63c44c3d-dfe8-4e23-8e30-0abdeed473ff/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLanguagesAndRegions
Returns all the regions and languages news that is already supported.
200
null
{"status": 200, "message": "OK", "data": [{"code": "de-DE", "name": "Deutsch (Deutschland)"}]}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"code": {"type": "string"}, "name": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/63c44c3d-dfe8-4e23-8e30-0abdeed473ff/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLanguagesAndRegions
Returns all the regions and languages news that is already supported.
404
null
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/49e5ef11-4730-4663-ac4d-93fbca9de838/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getNewsByKeyword
Returns all the news that matches up by the keyword.
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/49e5ef11-4730-4663-ac4d-93fbca9de838/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getNewsByKeyword
Returns all the news that matches up by the keyword.
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/49e5ef11-4730-4663-ac4d-93fbca9de838/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getNewsByKeyword
Returns all the news that matches up by the keyword.
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/9a054a1a-2671-4d3b-bb0f-66c7955cb38c/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getNewsByTopicId
Returns all the news that matches up by the Topic.
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/9a054a1a-2671-4d3b-bb0f-66c7955cb38c/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getNewsByTopicId
Returns all the news that matches up by the Topic.
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/9a054a1a-2671-4d3b-bb0f-66c7955cb38c/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getNewsByTopicId
Returns all the news that matches up by the Topic.
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/0f461825-68c4-4168-af0d-67abe8d97ed1/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestEntertainmentNews
Returns all the latest Entertainment news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/0f461825-68c4-4168-af0d-67abe8d97ed1/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestEntertainmentNews
Returns all the latest Entertainment news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/0f461825-68c4-4168-af0d-67abe8d97ed1/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestEntertainmentNews
Returns all the latest Entertainment news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/9611de8e-39be-4565-95e9-8c3c5c37b971/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestBusinessNews
Returns all the latest Business news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/9611de8e-39be-4565-95e9-8c3c5c37b971/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestBusinessNews
Returns all the latest Business news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/9611de8e-39be-4565-95e9-8c3c5c37b971/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestBusinessNews
Returns all the latest Business news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/018fd199-175b-41c8-afb8-8c3fe18241da/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestTechnologyNews
Returns all the latest Technology news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/018fd199-175b-41c8-afb8-8c3fe18241da/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestTechnologyNews
Returns all the latest Technology news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/018fd199-175b-41c8-afb8-8c3fe18241da/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestTechnologyNews
Returns all the latest Technology news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/141f221b-f056-4487-a02c-15305444c0c3/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestHealthNews
Returns all the latest Healthnews directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/141f221b-f056-4487-a02c-15305444c0c3/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestHealthNews
Returns all the latest Healthnews directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/141f221b-f056-4487-a02c-15305444c0c3/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestHealthNews
Returns all the latest Healthnews directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/1fd8cc1c-4430-4fa3-b495-b3d548f3778d/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestSportNews
Returns all the latest Sport news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/1fd8cc1c-4430-4fa3-b495-b3d548f3778d/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestSportNews
Returns all the latest Sport news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/1fd8cc1c-4430-4fa3-b495-b3d548f3778d/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestSportNews
Returns all the latest Sport news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/2e803029-76f9-45ec-81a7-58d095b9367b/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestNews
Returns all the latest news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/2e803029-76f9-45ec-81a7-58d095b9367b/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestNews
Returns all the latest news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/2e803029-76f9-45ec-81a7-58d095b9367b/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestNews
Returns all the latest news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/d276d6a2-2543-4858-9362-5574f3b4dee4/0/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestScienceNews
Returns all the latest Science news directly!
200
Example_1
{"status": 200, "message": "OK", "data": [{"title": "Climate tech start up aims to reduce banana waste through alternative leather", "link": "https://www.nbcnews.com/now/video/climate-tech-start-up-aims-to-reduce-banana-waste-through-alternative-leather-193302085969", "time": "2023-09-19T19:14:55Z", "image": "https://l...
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "time": {"type": "string"}, "image": {"type": "string"}}}}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/d276d6a2-2543-4858-9362-5574f3b4dee4/1/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestScienceNews
Returns all the latest Science news directly!
400
Example_1
{"status": 400, "message": "Bad request"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
7ca9cafe-4bc3-4e35-a853-4aeb83d86ee0/d276d6a2-2543-4858-9362-5574f3b4dee4/2/0
Google News
Unlock timely news insights with our Google News API. Get the latest news on any news at any time, and more. Effortless and powerful. 📰🔍 #NewsData
8.7
getLatestScienceNews
Returns all the latest Science news directly!
404
Example_1
{"status": 404, "message": "Not found"}
{"type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}}}
673511bd-b0ac-4045-a35e-0481f3aae4f5/bad9c446-1b62-4672-932e-d95e84b057a8/0/0
World Climate Change Live
API for world climate change around the world
null
Get Individual News Source npr
Return endpoint individual news from npr.
200
New Example
[{"title": "China doubles down on coalChoices being made about energy in the country right now will have profound implications for the climate crisis.By Somini Sengupta", "url": "https://www.nytimes.com/2022/04/19/climate/china-greenhouse-emissions-climate.html", "source": "nytimes"}, {"title": "Brazil\u2019s climate p...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
673511bd-b0ac-4045-a35e-0481f3aae4f5/9f5b078f-cfc1-4d5e-a0bb-273b5ef9c8d0/0/0
World Climate Change Live
API for world climate change around the world
null
Get Individual News Source bbc
Return endpoint new source from bbc.
200
New Example
[{"title": "China doubles down on coalChoices being made about energy in the country right now will have profound implications for the climate crisis.By Somini Sengupta", "url": "https://www.nytimes.com/2022/04/19/climate/china-greenhouse-emissions-climate.html", "source": "nytimes"}, {"title": "Brazil\u2019s climate p...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
673511bd-b0ac-4045-a35e-0481f3aae4f5/81ffe67e-4d16-432a-ac3d-9eb26e36577a/0/0
World Climate Change Live
API for world climate change around the world
null
Get Individual News Source cnn
Return cnn climate change news.
200
New Example
[{"title": "China doubles down on coalChoices being made about energy in the country right now will have profound implications for the climate crisis.By Somini Sengupta", "url": "https://www.nytimes.com/2022/04/19/climate/china-greenhouse-emissions-climate.html", "source": "nytimes"}, {"title": "Brazil\u2019s climate p...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
673511bd-b0ac-4045-a35e-0481f3aae4f5/7ba2af4a-6548-457b-a32c-2b99422d5968/0/0
World Climate Change Live
API for world climate change around the world
null
Get Individual News Source guardian
Return individual news source of climate change related.
200
New Example
[{"title": "Colorado River is America's most endangered; ranchers work to combat climate change", "url": "https://abcnews.go.com/US/colorado-river-americas-endangered-ranchers-work-combat-climate/story?id=84031705", "source": "abcnews"}, {"title": "Video game industry taking steps to fight climate change", "url": "http...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
673511bd-b0ac-4045-a35e-0481f3aae4f5/608f3d54-cb51-4ff5-97df-5c8b2720da47/0/0
World Climate Change Live
API for world climate change around the world
null
Get individual news source nytimes
Get new yorks times climate change related.
200
New Example
[{"title": "China doubles down on coalChoices being made about energy in the country right now will have profound implications for the climate crisis.By Somini Sengupta", "url": "https://www.nytimes.com/2022/04/19/climate/china-greenhouse-emissions-climate.html", "source": "nytimes"}, {"title": "Brazil\u2019s climate p...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
b6facc1e-ab1e-4a01-99f8-5a6fedc26eac/88344719-520a-468e-85cc-a9b278e52eb4/0/0
Heath news
Get the latest health news and stories including recent medical studies, celebrity health updates, trending health stories, and more.
0.2
Get latest health news
News reports on emerging research, new treatments, diet, exercise, and trending topics in health and wellness. All articles are written by our network of editors and contributors.
200
New Example
[{"title": "Why Your Sleep Is Impacted by Electric Lights", "description": "A new study says the light humans experience in daily life heavily influences body rhythms, with around-the-clock access to electric light combined\u2026", "date": "March 17, 2022", "image": {"src": "http://i0.wp.com/post.healthline.com/wp-cont...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "description": {"type": "string"}, "date": {"type": "string"}, "image": {"type": "object", "properties": {"src": {"type": "string"}}}}}}
3cd60a4b-6c27-44f2-b358-414f563e5828/26ac8ba6-107b-4811-b487-7b2ae618c392/0/0
Programming Posts
This a simple programming-related posts api.
5.9
Searching through posts
You can specify a keyword to search - search=keyword returns posts that are talking about keyword or they just contain the keyword it self. - keyword accepts both capital letters and small letters.
200
Response
[{"blog": "David Walsh Blog", "title": "Array.prototype.at", "description": "Working with arrays is an essential skill in any programming language, especially JavaScript, as we continue to rely on external data APIs. JavaScript has added methods like find and `findIndex recently, but one syntax I love from languages li...
{"type": "array", "items": {"type": "object", "properties": {"blog": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
3cd60a4b-6c27-44f2-b358-414f563e5828/9b91cf62-072e-4725-a028-c463b93e880b/0/0
Programming Posts
This a simple programming-related posts api.
5.9
Get posts by the amount you need
You can specify amount you want by: - amount=limit returns 1000 posts. - amount=123 returns 123 posts. parameter accepts only numbers and "limit" word, if number passed the limit which is 1000 response will be 1000 posts.
200
Response
[{"blog": "React go", "title": "How to get first character of a string in R", "description": "In this tutorial, we are going to learn about how to get the first\u2026", "url": "https://reactgo.com/r-get-first-character-string/", "source": "https://reactgo.com/"}, {"blog": "React go", "title": "How to set a document tit...
{"type": "array", "items": {"type": "object", "properties": {"blog": {"type": "string"}, "title": {"type": "string"}, "description": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
1cd27a41-1bca-454f-aa10-cb99ef8789fe/ab5ba2b9-953d-4524-b4da-80a726a98c53/0/0
Climate Change News
An API showing all the lastes news about the climate change
null
Get Individual news source
Gets news about climate change form a specific news resource
200
New Example
[{"title": "Australia will bid for 2026 climate summit but will face pressure to do more this year at Cop27", "url": "https://www.theguardian.com/environment/2022/nov/05/australia-will-bid-for-2026-climate-summit-but-still-has-work-to-do-on-emissions-credentials-at-cop27", "source": "guardian"}, {"title": " How UN secr...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
7945b2d0-7727-4bc3-bde4-83ebbd4da174/39d80700-f1ca-40c7-b8e2-e76edf68cb1d/0/0
News Article Extraction
Extract fulltext, author, date etc. from an url containing a news article
8.4
Extract News Article
Extract structured content from a news article
200
Response
{"metadata": {"content_type": "json", "duration": 0.480118823}, "result": {"author": ["Rishi Iyengar", "Cnn Business"], "content": "While the big-name dropouts have dented Facebook's stock price and prompted leadership to address some of the concerns , it'll take a lot more to stop the company's digital advertising jug...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"metadata": {"type": "object", "properties": {"content_type": {"type": "string"}, "duration": {"type": "number"}}, "required": ["content_type", "duration"]}, "result": {"type": "object", "properties": {"author": {"type": "array", "items": {"...
b1c1513a-3c12-40f7-b161-e783be0376da/ea728077-03ca-419f-80e6-1fa69a3863d9/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Technology - Latest
Read full articles, watch videos, browse thousands of titles and more on theTechnology topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/628122ca-d863-46f8-bed5-9cf9fddd598f/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf Top Stories
Comprehensive, up-to-date news coverage, aggregated from sources all over the world by NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/831caeef-903b-4a4a-96c3-229f922d3c60/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Autos - Latest
Read full articles, watch videos, browse thousands of titles and more on the Autos topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/9beb42ee-ba88-4a3a-a023-a487ecf81967/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Health - Latest
Read full articles, watch videos, browse thousands of titles and more on the Health topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/912ca5d0-f1ce-4b6c-be31-ed533fe24218/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Science - Latest
Read full articles, watch videos, browse thousands of titles and more on the Science topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/61126a64-63a2-4df0-a041-fa1166a51079/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Sports - Latest
Read full articles, watch videos, browse thousands of titles and more on the Sports topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/692e7603-04c4-4608-bf76-498ef8be38a3/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf -Entertainment - Latest
Read full articles, watch videos, browse thousands of titles and more on the Entertainment topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/483a36cb-344b-4db7-8d0a-316b3818944d/0/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Business- Latest
Read full articles, watch videos, browse thousands of titles and more on the Business topic with NewsCaf
200
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
b1c1513a-3c12-40f7-b161-e783be0376da/483a36cb-344b-4db7-8d0a-316b3818944d/1/0
NewscafAPI
NewsCaf API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published by most trusted news sources http://www.newscaf.com.
7.6
NewsCaf - Business- Latest
Read full articles, watch videos, browse thousands of titles and more on the Business topic with NewsCaf
100
Example_1
[{"category": "Science", "content": " The Human Genome Projects completion in 2003 brought hope that geneticists would soon uncover the genes behind scourges such as heart disease and Alzheimers. But soon came a reality check: Most common diseases have been tied not to a few genes, but scores or even hundreds, each rai...
{"items": {"properties": {"category": {"type": "string"}, "content": {"type": "string"}, "date": {"type": "string"}, "img": {"type": "string"}, "keywords": {"type": "string"}, "source_name": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}}, "type": "object"}, "type": "array"}
1fd56048-2eae-4d47-b848-fb9acc0f20bd/fad13465-bfef-47b8-8d8c-d466be0444d0/0/0
World News
News articles from around the world in near real-time.
null
findNews
Returns news articles according to query parameters
200
Example_1
[{"status": {"status": "", "code": "", "message": ""}, "totalResults": 0, "articles": [{"source": {"id": "", "name": ""}, "author": "", "title": "", "articleDescription": "", "urlToArticle": "", "urlToImage": "", "publishedAt": "", "articleContent": ""}]}]
{"type": "array", "items": {"type": "object", "properties": {"status": {"type": "object", "description": "If the request was successful. If error, code and message properties will be populated", "properties": {"status": {"type": "string"}, "code": {"type": "string"}, "message": {"type": "string"}}}, "totalResults": {"t...
1fd56048-2eae-4d47-b848-fb9acc0f20bd/a01cbf1e-b397-450e-9735-8c2b95c3a7d6/0/0
World News
News articles from around the world in near real-time.
null
getCategories
Returns the news categories we support
200
null
[{"status": {"status": "", "code": "", "message": ""}, "totalResults": 0, "categories": [{"categoryID": "", "categoryName": "", "categorySlug": ""}]}]
{"type": "array", "items": {"type": "object", "properties": {"status": {"type": "object", "description": "If the request was successful. If error, code and message properties will be populated", "properties": {"status": {"type": "string"}, "code": {"type": "string"}, "message": {"type": "string"}}}, "totalResults": {"t...
e14a2505-3723-48b5-b646-7603c87da08a/77644760-3f8f-4af5-9ecc-3ff137f338f8/0/0
Climate Change Around The World
An API showing all the latest Climate Change News around the globe.
null
Get Individual News Source News
Gets News about Climate Change from a specific news resource.
200
New Example
[{"title": " World faces disastrous 2.7C temperature rise on current climate plans, UN warns ", "url": "https://www.theguardian.com/environment/2021/oct/26/world-wasted-chance-build-back-better-covid-un", "source": "guardian"}, {"title": "World faces disastrous 2.7C temperature rise on current climate plans, UN warns"...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
e14a2505-3723-48b5-b646-7603c87da08a/4d5eb061-64fe-4b32-b8bf-aa71ffc00b37/0/0
Climate Change Around The World
An API showing all the latest Climate Change News around the globe.
null
Get All Climate Change News
This endpoint will return back all news about Climate Change from all over the world.
200
New Example
[{"title": " World faces disastrous 2.7C temperature rise on current climate plans, UN warns ", "url": "https://www.theguardian.com/environment/2021/oct/26/world-wasted-chance-build-back-better-covid-un", "source": "guardian"}, {"title": "World faces disastrous 2.7C temperature rise on current climate plans, UN warns"...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
18617f6c-a0cc-4b8c-97ff-588cb2bd0f20/059a63a2-e6aa-46bd-be07-69d88b480d53/0/0
Analisis Judul Berita Objektifikasi Perempuan
Memprediksi judul berita berbahasa Indonesia yang memuat objektifikasi perempuan dengan inputan URL berita. Skor prediksi menentukan hasil prediksi "objektifikasi" atau "bukan objektifikasi".
null
url
Masukkan URL berita dengan judul berita berbahsa Indonesia
200
Response
{"message": {"skorprediksiobjektifikasi": -0.7272727272727273, "prediksiobjektifikasi": "objektifikasi"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "object", "properties": {"skorprediksiobjektifikasi": {"type": "number"}, "prediksiobjektifikasi": {"type": "string"}}, "required": ["prediksiobjektifikasi", "skorprediksiobjektifikasi"]}}, "required": ["message"]}
3c3ca751-06cf-44c3-b926-b1f22ec9b3ab/95e11577-5786-48c7-9e50-57b188b03370/0/0
Climate change live
API that return news about climate change along the world!
null
Climate change news from specif source
Climate change news from specif source
200
Response
[{"title": " Young climate activists vow to keep fighting despite UN setback ", "url": "https://www.theguardian.com/environment/2021/oct/20/young-climate-activists-vow-to-keep-fighting-despite-un-setback", "source": "guardian"}, {"title": "Young climate activists vow to keep fighting despite UN setback", "url": "https...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
bdc6dbad-7438-4c34-93c8-ec44102af738/9df6a7b6-db28-409a-ab3e-e8b373448715/0/0
Climate Change News
An API collection showing news of climate change across the globe from top newspapers
null
Get Individual Source News from specific Newspaper
Get News about climate change from specific Newspaper
200
New Example
[{"title": "GB News GB News chairman has history of dismissing threat of climate crisis ", "url": "https://www.theguardian.com/media/2022/may/12/gb-news-chairman-alan-mccormick-has-history-of-dismissing-threat-of-climate-crisis", "source": "guardian"}, {"title": "GB News chairman has history of dismissing threat of cl...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}