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
9458caac-dd42-4991-90b0-6542000ceed5/8bc620fa-4e6d-4b26-a8a9-b7464979abfc/0/0
Newscatcher
API to find news articles by any topic, country, language, website, or keyword
0.5
/v1/search_free
Up to 100 articles per 1 API call even with free Basic Plan. Free search. Only the language filter is allowed.
200
Response
{"articles": [{"_id": "51ef25074f9be9fb33ddc10c69de3dbc", "_score": 23.386755, "author": null, "clean_url": "kitv.com", "country": "NA", "language": "en", "link": "http://www.kitv.com/story/42196143/to-cap-off-his-amazing-week-elon-musk-just-made-770-million", "published_date": "2020-06-01 16:11:00", "rank": "10592", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_score": {"type": "number"}, "author": {"type": ["null", "string"]}, "clean_url": {"type": "string"}, "country": {"type": "string"}, "langua...
9458caac-dd42-4991-90b0-6542000ceed5/8218240c-8c08-420b-8cfe-36a56759f524/0/0
Newscatcher
API to find news articles by any topic, country, language, website, or keyword
0.5
/v1/search
Highly customizable search through our database. All filters and sorting options are allowed.
200
Response
{"articles": [{"_id": "51ef25074f9be9fb33ddc10c69de3dbc", "_score": 23.149832, "author": null, "clean_url": "kitv.com", "country": "NA", "language": "en", "link": "http://www.kitv.com/story/42196143/to-cap-off-his-amazing-week-elon-musk-just-made-770-million", "published_date": "2020-06-01 16:11:00", "rank": "10592", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_score": {"type": "number"}, "author": {"type": ["null", "string"]}, "clean_url": {"type": "string"}, "country": {"type": "string"}, "langua...
9458caac-dd42-4991-90b0-6542000ceed5/f3e06ad7-4f21-42b7-9a81-6ea9c49ae53e/0/0
Newscatcher
API to find news articles by any topic, country, language, website, or keyword
0.5
/v1/search_enterprise
Highly customizable search through our database. All filters and sorting options are allowed.
200
Response
{"articles": [{"_id": "51ef25074f9be9fb33ddc10c69de3dbc", "_score": 23.149832, "author": null, "clean_url": "kitv.com", "country": "NA", "language": "en", "link": "http://www.kitv.com/story/42196143/to-cap-off-his-amazing-week-elon-musk-just-made-770-million", "published_date": "2020-06-01 16:11:00", "rank": "10592", "...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "_score": {"type": "number"}, "author": {"type": ["null", "string"]}, "clean_url": {"type": "string"}, "country": {"type": "string"}, "langua...
9458caac-dd42-4991-90b0-6542000ceed5/0be6a556-768c-4e92-896c-1648622bb3a5/0/0
Newscatcher
API to find news articles by any topic, country, language, website, or keyword
0.5
/v1/sources
Returns a list of supported news websites for any topic, country, language, or any of those combined
200
Response
["businesswire.com", "techradar.com", "ycombinator.com", "reddit.com", "cnet.com", "androidcentral.com", "engadget.com", "prweb.com", "zdnet.com", "slashgear.com", "phonearena.com", "boingboing.net", "digg.com", "businesstoday.in", "indiatoday.in", "mybroadband.co.za", "dailydot.com", "themobileindian.com", "gsmarena.c...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}}
80f291c1-881c-4862-9391-5bd6ae2371d0/13f7611d-3c8d-4200-8258-f39c599fe0c3/0/0
ESPN article and news scraping
API which returns news and most important info from ESPN articles (with a valid ESPN Url)
null
espn home news
Get news from ESPN main web
200
New Example
{"top_headlines": [{"title": "Silas, 3-time NBA champ and coach, dies at 79", "href": "https://espn.com/nba/story/_/id/35232689/paul-silas-3-nba-champion-long-coach-dies-79"}, {"title": "Navy wins leader Niumatalolo out as head coach", "href": "https://espn.com/college-football/story/_/id/35232562/ken-niumatalolo-navy-...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"top_headlines": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "href": {"type": "string"}}, "required": ["href", "title"]}}, "editorials": {"type": "array", "items": {"type": "object", "properties"...
83eb3b60-74b5-47bf-afc7-abba7c283bb4/89a8dd40-24db-49ce-95f6-f57dd811f046/0/0
Climate Change Live
An API showing all the latest Climate Change News around the world
null
Get Individual News Source News
Get news about climate change from a specific news resource.
200
New Example
[{"title": "\u2018Lack of policies\u2019 jeopardising UK climate targets", "url": "https://www.cityam.com/lack-of-policies-jeopardising-uk-climate-targets/", "source": "cityam"}, {"title": "Oil and coal-rich countries lobbying to weaken UN climate report, leak shows", "url": "https://www.theguardian.com/environment/202...
{"$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"]}}
9984be94-4f8c-47a0-acb9-5df7e032d496/7a1917d7-7594-47df-a99c-8484b050298a/0/0
Google News Archive
Get your hands on the latest news from Google News with our Basic API plan on RapidAPI. With this plan, you can access up to 1000 request per free and a paid plan will give you 40k requests per month. Whether you're a junior engineer or running a smaller private website, this plan is the perfect way to add valuable and...
7.4
Latest Google News Articles
the latest google news data
200
Response
[{"id": "6f20512b-4692-48ae-889a-81ff866404e1", "added": 1676136297, "newsurl": "https://www.npr.org/2023/02/11/1156305956/earthquake-survivors-in-northern-syria-already-ravaged-by-war-are-unable-to-rece", "status": "Populated", "newstitle": "Northern Syria, already ravaged by war, is unable to receive aid after the ea...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "added": {"type": "integer"}, "newsurl": {"type": "string"}, "status": {"type": "string"}, "newstitle": {"type": "string"}, "newsimage": {"type": "string"}, "description": {"type": "string...
07546488-d147-4371-ae30-8bebafc6cabd/0069c565-a282-49bc-9b57-1f6ec7a01cff/0/0
Covid news
News about Covid 19 from different sources including WHO, guardian, CNN, etc
1.8
Get news from single source
Get news related to Covid 19 news from a single source which are WHO, CNN, the guardian, etc
200
Response
{"status": "success", "data": {"totalArticles": 20, "articles": [{"title": "covid-19", "url": "https://www.bmj.com/coronavirus", "source": "bmj"}, {"title": "Covid-19: Mexico City gave ivermectin kits to people with covid in \u201cunethical\u201d experiment", "url": "https://www.bmj.com/content/376/bmj.o453", "source":...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"totalArticles": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "s...
07546488-d147-4371-ae30-8bebafc6cabd/0ff67381-b4d1-4620-aa09-eb970523774f/0/0
Covid news
News about Covid 19 from different sources including WHO, guardian, CNN, etc
1.8
News from All sources
Get news related to covid 19 from All sources
200
Response
{"status": "success", "data": {"totalArticles": 143, "articles": [{"title": "covid-19", "url": "https://www.bmj.com/coronavirus", "source": "BMJ"}, {"title": "Covid-19: Mexico City gave ivermectin kits to people with covid in \u201cunethical\u201d experiment", "url": "https://www.bmj.com/content/376/bmj.o453", "source"...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"totalArticles": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "s...
41e8e299-263b-44a5-8ea7-aa2657a19ec3/326f7bac-ba37-4d3c-9651-35d96c395229/0/0
Dutch Twitter Live
Showing all Twitter news of Dutch news channels
0
Get Dutch Twitter News From A Specific News Channel
This will get all Twitter news of a specific news channel. Available news outlets: - NU.nl endpoint: nu.nl - RTL Nieuws endpoint: rtl-nieuws - Tweakers endpoint: tweakers - Crypto insiders endpoint: crypto-insiders
200
New Example
[{"title": " Twitter legt verkoop abonnementen tijdelijk stil ", "url": "https://www.nu.nl/tech/6235592/twitter-legt-verkoop-abonnementen-tijdelijk-stil.html", "source": "nu.nl"}, {"title": " Toezichthouder VS geeft Twitter waarschuwing na opstappende medewerkers ", "url": "https://www.nu.nl/tech/6235411/toezichthouder...
{"$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"]}}
182834d1-9cd4-4318-b465-d74e155d7b3e/add1a09e-4257-4669-9603-e562a23da08d/0/0
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 from all over the world.
200
New Example
[{"title": "Hot summers long ago are no evidence against climate change", "url": "https://www.thetimes.co.uk/article/hot-summers-long-ago-are-no-evidence-against-climate-change-cs7lfmxn8", "source": "thetimes"}, {"title": "As France Swelters, Private Jets Come Under AttackPoliticians are proposing regulating or banning...
{"$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"]}}
182834d1-9cd4-4318-b465-d74e155d7b3e/ceb06c8d-ce26-4d01-af5e-2a7d53145837/0/0
Climate Change Live
An API showing all the latest Climate Change News around the world
null
Get Individual News Source
Gets news about climate change from a specific resource.
200
New Example
[{"title": "Reserve Bank of Australia RBA urges business to act now on climate threats or face potential legal action ", "url": "https://www.theguardian.com/australia-news/2022/aug/24/rba-urges-business-to-act-now-on-climate-threats-or-face-potential-legal-action", "source": "guardian"}, {"title": "RBA urges business 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"]}}
2d686469-9d2b-4dc1-a718-e833ab17e513/67f39c38-0531-4d03-9a25-9813c8e7f400/0/0
Climate-Change-Live
API showing the latest news about climate change around the world.
null
Get news from the specific news provider
Get news from the specific news provider that is provided as /news/:newspaperId
200
New Example
[{"title": "US delays $100bn climate pledge to poor", "url": "https://www.thetimes.co.uk/article/cop26-us-has-doubts-over-climate-change-cash-pledge-xtk7bq08h", "source": "thetimes"}, {"title": "How much do you really know about climate change?", "url": "https://www.thetimes.co.uk/article/how-much-do-you-really-know-ab...
{"$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"]}}
2d686469-9d2b-4dc1-a718-e833ab17e513/bfce3b2b-2275-414c-9573-9cb0a98ad7d1/0/0
Climate-Change-Live
API showing the latest news about climate change around the world.
null
Get all new climate change news
Return all new news about climate change from all major news
200
New Example
[{"title": " Former PMs apologise to Pacific leaders for Australia\u2019s apathy on climate crisis ", "url": "https://www.theguardian.com/world/2021/oct/23/former-pms-apologise-to-pacific-leaders-for-australias-apathy-on-climate-crisis", "source": "guardian"}, {"title": "Former PMs apologise to Pacific leaders for Aust...
{"$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"]}}
be911b45-38ba-428b-b19e-bbbddd7c5d8a/992b9f39-b86f-4436-95f8-2c6fd02b34e2/0/0
finishSTUDIO
Finish the description of a studio using AI!
null
finishSTUDIO
Gets the AI to finish the inputted text.
200
New Example
{"return": "True", "output": "input well hello", "message": "Successful!"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"return": {"type": "string"}, "output": {"type": "string"}, "message": {"type": "string"}}, "required": ["message", "output", "return"]}
19f1cd83-16f1-41a5-b476-6578d5b26029/b8905b0f-8734-4489-bb84-3b8d8eb75f60/0/0
Climate Change Live CMC
An Api showing all the latest Climate Change News
null
Get Indiviual News Source News
Gets News 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"]}}
cccf1ccf-b755-41b1-acdf-956dd5a9fe83/8b50fa6f-a7a9-422c-9ae6-8cfef0efa9a7/0/0
NewsomaticAPI
Search worldwide news with code
9
All Worldwide News
Get worldwide news info returned in JSON format.
200
Response
{"articles": [{"title": "SOPR Falls Back to Crucial Level: Bitcoin (BTC) On-Chain Analysis", "content": "BeInCrypto takes a look at on-chain indicators, more specifically Spent Output Profit Ratio (SOPR) in order to determine if the current bull run will continue.\nThe post SOPR Falls Back to Crucial Level: Bitcoin (BT...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "content": {"type": "string"}, "url": {"type": "string"}, "description": {"type": "string"}, "category": {"type": "string"}, "language": {"...
82ec5016-8fc9-49fd-859c-f8c878414961/4a39add1-cd59-4ec5-814f-f8c96bdc3f26/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": "Climate crisis Supreme court case could restrict Biden\u2019s effort to tackle climate crisis ", "url": "https://www.theguardian.com/environment/2022/feb/24/supreme-court-case-biden-climate-crisis", "source": "guardian"}, {"title": "Supreme court case could restrict Biden\u2019s effort to tackle climate cr...
{"$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"]}}
d6480c81-bafd-46b0-9c89-96014c03f0d6/7b65cd6d-3e35-49e2-8d50-70fe0310aa57/0/0
climate-change-news-77
climate change news Around the world
null
Get Individual Climate Change news
Get Individual Climate Change news from a particular source
200
New Example
[{"title": "Science Trevor McDougall wins $250,000 science prize for researching \u2018thermal flywheel\u2019 of climate system ", "url": "https://www.theguardian.com/australia-news/2022/nov/22/trevor-mcdougall-wins-250000-science-prize-for-researching-thermal-flywheel-of-climate-system", "source": "guardian"}, {"titl...
{"$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"]}}
5045a44e-1606-4781-b634-8886dffde7e5/720bfd1d-fe27-4feb-b7cc-b868f62cc049/0/0
Climate Change
An API show latest climate changs news around the world
null
Get Individual news source
Get individual news from different newspapers
200
New Example
[{"title": "current eventsLesson of the Day: \u2018Meet Peat, the Unsung Hero of Carbon Capture\u2019In this lesson, students will read an illustrated article to learn how mossy wetlands could help slow climate change.By Natalie Proulx", "url": "/2022/03/04/learning/lesson-plans/lesson-of-the-day-meet-peat-unsung-hero-...
{"$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"]}}
b4fccd76-eaea-4bc1-bd27-e228331e2a92/0efcda9c-96f9-4e2f-9bfe-f738ca32fef2/0/0
EU Press Releases
Returns the European Union's latest press releases.
null
Get Press Releases
Returns a list of the lastest EU press releases
200
New Example
[{"title": "European Commission President visits Latin America and the Caribbean", "link": "https://commission.europa.eu/news/european-commission-president-visits-latin-america-and-caribbean-2023-06-13_en", "guid": "https://commission.europa.eu/news/european-commission-president-visits-latin-america-and-caribbean-2023-...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "guid": {"type": "string"}, "description": {"type": "string"}, "pubDate": {"type": "string"}, "category": {"type": "array", "items": {"type": "object", "prop...
b591886a-5112-4054-af72-0aa51b776696/a0ba9386-d295-4280-862d-bb12bd98a894/0/0
Today News
Today's news api provide the latest news about 54 countries around the world.
null
Today News
API to find today's news by any country in this request it is US.
200
Response
[{"_id": "63523fa6e6dbbf5a840de941", "source": "Associated Press", "title": "Russian, Ukrainian troops gird for major battle in Kherson - The Associated Press", "description": "KYIV, Ukraine (AP) \u2014 Russian and Ukrainian troops appeared Thursday to be girding for a major battle over the strategic southern industria...
{"type": "array", "items": {"type": "object"}}
eabfff3e-3bd3-458f-a444-a41bb755aec4/a80a07a9-fe66-4efb-97db-478e1ea9481c/0/0
Turkish News
An API that shows all latest news from Turkey.
0
Get All Breaking News
This endpoint will return all breaking news of Turkey
200
Response
[{"title": "Bir devir sona erdi! Paul Pogba Manchester United'a veda etti...", "url": "https://www.sozcu.com.trhttps://www.sozcu.com.tr/spor/futbol/bir-devir-sona-erdi-paul-pogba-manchester-uniteda-veda-etti-7168727/?utm_source=anasayfa_spor&utm_medium=free&utm_campaign=anasayfa_spor_zone_1", "source": "sozcu"}, {"titl...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
b3a93253-1f19-473f-91b1-b99fb7b37f56/478169ba-003c-4447-9059-300a7ef2bbc7/0/0
Climate Change Live
An API showing all the latest Climate Change News around the world
null
Get Individual News Source News
Get News about Climate Change from a specific news resource.
200
New Example
[{"title": "Comment: Boris' White House climate challenge", "url": "https://www.standard.co.uk/comment/boris-johnson-joe-biden-climate-change-united-nations-b956449.html", "source": "es"}, {"title": "Global citizens' assembly to be chosen for UN climate talks", "url": "https://www.theguardian.com/environment/2021/oct/0...
{"$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"]}}
f984d600-1e2b-4521-82eb-da3d5dcb1dd5/7af35cd8-26c2-4c63-bb29-11f17d894ded/0/0
Climate Change Articles
An API showing the latest showing the sources of climate change articles around the world.
null
Get All Climate Change News Articles From Specific Source
This API will return all the climate change articles from specific source.
200
New Example
[{"title": "Reserve Bank of Australia RBA urges business to act now on climate threats or face potential legal action ", "url": "https://www.theguardian.com/australia-news/2022/aug/24/rba-urges-business-to-act-now-on-climate-threats-or-face-potential-legal-action", "source": "guardian"}, {"title": "RBA urges business ...
{"$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"]}}
f984d600-1e2b-4521-82eb-da3d5dcb1dd5/88d12d05-4412-4219-90f2-f225342927b1/0/0
Climate Change Articles
An API showing the latest showing the sources of climate change articles around the world.
null
Get All Climate Change News Articles
This endpoint will return back all the articles related to the climate change news around the world.
200
New Example
[{"title": "'Lack of policies' jeopardising UK climate targets", "url": "https://cityam.go-vip.net/lack-of-policies-jeopardising-uk-climate-targets/", "source": "cityam"}, {"title": "FCA tables new climate disclosure rules to tackle fossil fuel investment chains", "url": "https://cityam.go-vip.net/fca-tables-new-climat...
{"$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"]}}
b49648e2-5d3f-4245-b136-f82b812aca2f/0b3cfdd2-c21e-43c9-accf-0aeaa7ca6474/0/0
Climate Change news
An API showing all the climate changing news from some of the top media from all around the world.
null
GET individual news source news
This will return news from specific news source about climate change
200
New Example
[{"source": "es", "title": "Prince Charles speaks of pride in William and Harry for climate work", "address": "https://www.standard.co.uk/news/uk/prince-charles-william-harry-climate-change-newsweek-b974764.html"}, {"source": "es", "title": "Cop26 deal was very vague, climate activist Greta Thunberg says", "address": "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "address": {"type": "string"}}, "required": ["address", "source", "title"]}}
58d404fe-db30-434b-ba6b-417bc89e1271/e5691f7b-85a9-412f-90f9-9cea05af2ee3/0/0
Climate Change Live and History
An API showing all latest/historical Climate Change News across the world.
null
Get All Climate Change News
This endpoint returns back all climate change news from across the world.
200
New Example
[{"title": "Greta Thunberg joins climate protest in London ahead of Cop26", "url": "https://www.theguardian.com/business/2021/oct/29/protesters-set-up-climate-justice-memorial-at-lloyds-of-london", "source": "guardian"}, {"title": " Pope Francis urges radical response to climate crisis at Cop26 \u2013 video ", "url":...
{"$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"]}}
58d404fe-db30-434b-ba6b-417bc89e1271/2cc43366-49d6-486f-ad27-0b62589d4b36/0/0
Climate Change Live and History
An API showing all latest/historical Climate Change News across the world.
null
Get News from Individual News Source
Get news about Climate Change from a specific news source.
200
New Example
[{"title": "Greta Thunberg joins climate protest in London ahead of Cop26", "url": "https://www.theguardian.com/business/2021/oct/29/protesters-set-up-climate-justice-memorial-at-lloyds-of-london", "source": "guardian"}, {"title": " Pope Francis urges radical response to climate crisis at Cop26 \u2013 video ", "url":...
{"$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"]}}
a77b3675-a6c2-4144-83dc-3eee1f856181/ba7d659c-d23a-4770-87a7-c97ab6f57308/0/0
Arabic Sport News API
200,000+ Arabic Sport News Articles & Videos from 50+ News Sources upadated every hour
null
Get one article details by id
Get the details of one news post by id this includes post body. post body lines are separated by the new line symbol.
200
Response
{"ok": true, "result": [{"id": "6400ff56062f1875bf0878a4", "mediatype": "IMAGE", "media": ["https://img.youm7.com/large/202208130749264926.jpg", "https://www.elbalad.news/UploadCache/libfiles/875/6/600x338o/293.jpg"], "tags": ["\u0645\u064a\u0643\u0627\u0644\u0649", "\u0627\u0644\u0645\u0646\u062a\u062e\u0628 \u0627\u0...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "mediatype": {"type": "string"}, "media": {"type": "array", "items": {"type": "string"}}, "tags": {"type": "array", "items": {"type": "string"}}, "createdOn": {"t...
a77b3675-a6c2-4144-83dc-3eee1f856181/42284c39-40ec-41c3-9b44-dc0b5eb7d11e/0/0
Arabic Sport News API
200,000+ Arabic Sport News Articles & Videos from 50+ News Sources upadated every hour
null
Get List of All Arabic Sport News Articles
Get a JSON response listing all Articles ordered by date in descending order. Articles are ordered from recent to older articles. each data page consists of 10 articles synopsis. use the other details end point to get the full text of the article
404
Response
{"ok": false, "result": null, "error": {"statusCode": 404, "message": "RESOURCE_NOT_FOUND"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "null"}, "error": {"type": "object", "properties": {"statusCode": {"type": "integer"}, "message": {"type": "string"}}, "required": ["message", "statusCode"]}}, "required": ["error", "ok", "result...
a77b3675-a6c2-4144-83dc-3eee1f856181/42284c39-40ec-41c3-9b44-dc0b5eb7d11e/1/0
Arabic Sport News API
200,000+ Arabic Sport News Articles & Videos from 50+ News Sources upadated every hour
null
Get List of All Arabic Sport News Articles
Get a JSON response listing all Articles ordered by date in descending order. Articles are ordered from recent to older articles. each data page consists of 10 articles synopsis. use the other details end point to get the full text of the article
200
Response
{"ok": true, "result": {"totalPages": 21165, "currentPage": 1, "pageSize": 10, "posts": [{"id": "64023737dd857edd4be280e2", "mediatype": "IMAGE", "tags": ["\u0645\u0646\u062a\u062e\u0628 \u0627\u0644\u0628\u0631\u0627\u0632\u064a\u0644", "\u0646\u064a\u0645\u0627\u0631", "\u0627\u0644\u0645\u063a\u0631\u0628", "\u0627\...
{"type": "object", "properties": {"ok": {"type": "boolean"}, "result": {"type": "object", "properties": {"totalPages": {"type": "integer"}, "currentPage": {"type": "integer"}, "pageSize": {"type": "integer"}, "posts": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "mediatype": {"...
a1226f5d-f761-4e53-82c5-010f11bbb711/4769d9a8-9677-4930-9cb0-dba11e5dcc7f/0/0
Climate Change News
climate change news from around the world
null
Get Climate News from a specific source
Get Climate News from a specific source
200
Response
[{"title": " \u2018Real reasons to hope\u2019 on climate action, says archbishop of Canterbury ", "url": "https://www.theguardian.com/uk-news/2022/jan/01/real-reasons-to-hope-on-climate-action-says-archbishop-of-canterbury", "source": "guardian"}, {"title": "\u2018Real reasons to hope\u2019 on climate action, says arc...
{"$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"]}}
61ee3225-e956-43c9-8d92-0a3d743f3a10/36a9c457-8186-4989-a716-5c210b68556b/0/0
Crypto News Live
This API will bring you the latest information about Cryptocurrencies from large amount of webpages.
null
Get All Crypto News
This endpoint will return back all news about cryptocurrencies from all over the world.
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"]}
b71c32b3-6087-4ce5-b8e2-fd168aea82e9/86938ecc-58ff-485a-b2b3-a3ee9639de60/0/0
Watchman
An API to gather and display all news released by Zambia's top online newspapers.
null
Get Article
This endpoint gets the article of a specific news id
200
Response
{"source": "Lusaka Times", "title": "Muchinga Province Minister assures people after doubt is cast over Government\u2019s ability to implement the 2022 budget", "link": "https://www.lusakatimes.com/2021/11/02/muchinga-province-minister-assures-people-after-doubt-is-cast-over-governments-ability-to-implement-the-2022-bu...
{"type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "link": {"type": "string"}, "id": {"type": "integer"}}}
b71c32b3-6087-4ce5-b8e2-fd168aea82e9/2e1d9185-16a7-496b-a58e-864e6e481eb6/0/0
Watchman
An API to gather and display all news released by Zambia's top online newspapers.
null
Get Specific Source
Get news from a specific sources by using any one of the following keywords. - lusakatimes - dailymail - zambianobserver - zambianwatchdog Results can be > 200
200
Response
[{"source": "Lusaka Times", "title": "Muchinga Province Minister assures people after doubt is cast over Government\u2019s ability to implement the 2022 budget", "link": "https://www.lusakatimes.com/2021/11/02/muchinga-province-minister-assures-people-after-doubt-is-cast-over-governments-ability-to-implement-the-2022-b...
{"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "link": {"type": "string"}, "id": {"type": "integer"}}}}
b71c32b3-6087-4ce5-b8e2-fd168aea82e9/9718e6f5-1d66-4f4b-9949-e9df0cd4bf07/0/0
Watchman
An API to gather and display all news released by Zambia's top online newspapers.
null
Get News
This endpoint displays all the news from the news sites.
200
Response
[{"source": "Lusaka Times", "title": "Muchinga Province Minister assures people after doubt is cast over Government\u2019s ability to implement the 2022 budget", "link": "https://www.lusakatimes.com/2021/11/02/muchinga-province-minister-assures-people-after-doubt-is-cast-over-governments-ability-to-implement-the-2022-b...
{"type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "link": {"type": "string"}, "id": {"type": "integer"}}}}
487687e7-8be3-446a-bfd9-69eb0dc17e0d/c21a5ab6-758c-4aba-8249-747b671d3d62/0/0
Environment News Live
An API that provides the latest news articles on Environment impact and climate change across the globe.
0.2
Get Climate news from Individual media sources
Get climate/environment news from a particular news channel. Endpoint -> /news/{newspaperID} Get newspaperID from a news publisher list by hitting the endpoint -> /newspaper
200
New Example
{"title": "How much do you really know about climate change?", "url": "https://www.thetimes.co.uk/article/how-much-do-you-really-know-about-the-climate-crisis-8jn7d03hd", "source": "thetimes"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}
487687e7-8be3-446a-bfd9-69eb0dc17e0d/8eeb7c1d-5f98-48ec-8675-29e35b14df11/0/0
Environment News Live
An API that provides the latest news articles on Environment impact and climate change across the globe.
0.2
Get All the news articles related to climate
This endpoint will return all the news related to Climate change across the globe. Endpoint -> /news
200
New Example
{"title": "How much do you really know about climate change?", "url": "https://www.thetimes.co.uk/article/how-much-do-you-really-know-about-the-climate-crisis-8jn7d03hd", "source": "thetimes"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}
487687e7-8be3-446a-bfd9-69eb0dc17e0d/cdeb7bec-5473-4d51-9b02-2e84221d915d/0/0
Environment News Live
An API that provides the latest news articles on Environment impact and climate change across the globe.
0.2
Get list of news publishers
This endpoint will return a list of all the newspapers from which data is being scraped. You can use this to fetch data from a particular newspaper or from all. Endpoint -> /newspapers
200
New Example
{"name": "thetimes", "address": "https://www.thetimes.co.uk/environment/"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}}, "required": ["address", "name"]}
1d87e8ec-64ca-4f36-9351-ea32d9a6a72f/ff31491d-c645-4af4-a014-d90c23fc9789/0/0
Live world futbol news
An API showing all the latest world football news.
0.3
Get Individual News Source
Get News about football news from a specific news resource.
200
Response
[{"title": "football transfer news", "url": "https://www.eurosport.com/football/transfers/", "source": "eurosport"}, {"title": "football videos", "url": "https://www.eurosport.com/watch/football/", "source": "eurosport"}]
{"$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"]}}
1d87e8ec-64ca-4f36-9351-ea32d9a6a72f/9084881e-f72d-4f33-a6d4-d118a2458799/0/0
Live world futbol news
An API showing all the latest world football news.
0.3
Get All World Footbol news live
This end point will return back all news about footbol.
200
Response
[{"title": "Walter Smith A Scottish football great too modest to shout about it ", "url": "https://www.theguardian.com/football/2021/oct/26/walter-smith-scottish-football-great-modest-rangers", "source": "theguardian"}, {"title": "A Scottish football great too modest to shout about it ", "url": "https://www.theguardi...
{"$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"]}}
f9133ee3-d8f3-4f4e-8124-1d6aa72bae29/2e98f701-24be-4809-bcc5-c53af30456af/0/0
Climate Newsfeed
An API that display new about climate change around the world.
null
Get Individual Newsfeed
This endpoint will return all newsfeed for a specific source or newspaperId
200
New Example
[{"title": " \u2018Super polluters\u2019: the top 10 publishers denying the climate crisis on Facebook ", "url": "https://www.theguardian.com/technology/2021/nov/02/super-polluters-the-top-10-publishers-denying-the-climate-crisis-on-facebook", "source": "guardian"}, {"title": "US rejoins coalition to achieve 1.5C goal ...
{"$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"]}}
f9133ee3-d8f3-4f4e-8124-1d6aa72bae29/e1933a25-206b-4a64-859f-4553b58cc0c5/0/0
Climate Newsfeed
An API that display new about climate change around the world.
null
Get all Climate Newsfeed
This will return all newsfeed about climate change
200
New Example
[{"title": "Should California make solar more expensive? Inside the climate justice battle", "url": "https://www.latimes.com/business/story/2021-11-02/should-california-make-solar-more-expensive-inside-the-climate-justice-battle", "source": "latimes"}, {"title": "Biden announces sharp cuts to methane emissions as Congr...
{"$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"]}}
7f74bcbb-055b-45cc-b66b-c4f735927678/45a032c5-13ce-46cf-a453-308f7c06860c/0/0
Tesla - news and rumours
API showing what newspapers from around the world say about Tesla.
null
Get all news about Tesla
This endpoint return all the newspapers articles about Tesla.
200
New Example
[{"title": "tesla raises model 3 and model y prices again, now up $8,000 this year", "url": "https://www.foxnews.com/auto/tesla-raises-model-3-model-y-prices", "source": "foxnews"}, {"title": "power out shoppers stuck in 3 hour queue after tesla runs out of battery on westfield ramp", "url": "https://www.thesun.co.uk/m...
{"$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"]}}
7f74bcbb-055b-45cc-b66b-c4f735927678/3f57815b-573d-4219-bcc6-226f27370280/0/0
Tesla - news and rumours
API showing what newspapers from around the world say about Tesla.
null
News about Tesla from selected newspaper
This endpoint pick all the news about Tesla from the selected newspaper.
200
New Example
{"title": "wall street turns on tesla amid doubts over huge car sales to hertz", "url": "https://thetimes.co.uk/article/wall-street-turns-on-tesla-amid-doubts-over-huge-car-sales-to-hertz-nnvkdc2dl", "source": "thetimes"}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}
d2d7af01-45b4-4d8f-8797-6511125e25af/131a8aa6-2171-49ff-a532-ba29e33c386a/0/0
Narco in Mexico
Narco in Mexico News
null
Get All Narco News
Get All Narco in Mexico News
200
New Example
[{"title": "Hidalgo, refugio de narcos de CDMX", "url": "/opinion/sandra-romandia/hidalgo-refugio-de-narcos-de-cdmx", "source": "El Universal"}, {"title": "En QRoo operan 10 grupos de narcomenudistas: fiscal", "url": "/estados/playas-quintana-roo-12-grupos-dedicados-venta-droga", "source": "Milenio"}, {"title": "\n ...
{"$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"]}}
9e0b14a1-5eb5-43d1-bbec-81c687ef4130/6403e8b5-69c3-4f7d-9993-331bf896d0d4/0/0
Climate Change Live
An API showing all the latest Climate Change New around the world
null
Get Individual News Source News
Gets News about Climate Change form a specific news resource.
200
New Example
[{"title": "'Lack of policies' jeopardising UK climate targets", "url": "https://cityam.go-vip.net/lack-of-policies-jeopardising-uk-climate-targets/", "source": "cityam"}, {"title": "FCA tables new climate disclosure rules to tackle fossil fuel investment chains", "url": "https://cityam.go-vip.net/fca-tables-new-climat...
{"$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"]}}
06d33a9c-3279-4eab-9e5a-9b7ff499f750/08b7d670-224d-4a39-b458-71a4a36c2eaf/0/0
Environmental Change Live
An API showing all the news related to the change in environment and climate all around the world
0
Get Individual News Source News
Gets News about Climate Change from a specific news resource
200
Response
[{"title": "Queensland politics New Coalition MP was founding member of club promoting climate science denial ", "url": "https://www.theguardian.com/australia-news/2022/may/26/new-coalition-mp-was-founding-member-of-club-promoting-climate-science-denial", "source": "guardian"}, {"title": "New Coalition MP was founding...
{"$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"]}}
3d56bb86-6851-4d65-8992-00181c7623f0/1b7a325f-54d2-4209-983f-945e26157b5e/0/0
Climate Change Live
An API showing all the latest Climate Change News all around the world.
null
Get Individual News Source News
Get News about Climate Change from a specific news source.
200
New Example
[{"title": "Climate crisis Rightwing populist parties blight climate policy, study finds ", "url": "https://www.theguardian.com/environment/2022/apr/14/rightwing-populist-parties-blight-climate-policy-study-finds", "source": "guardian"}, {"title": "Meet women leading the fight against climate change in London", "url":...
{"$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"]}}
2f0c4faf-e226-4b81-898a-e652ee559d4b/32a44c96-3fe8-4cf0-b905-6b47e0d988f1/0/0
Covid News Update
An API that brings you the latest coronavirus news from the best news sources around the world.
null
Get News From Particular Source
This endpoint will get coronavirus news from a specific news source.
200
New Example
[{"title": "Covid-19 Travel Insurance ", "link": "https://www.forbes.com/advisor/travel-insurance/best-pandemic-travel-insurance/", "source": "forbes"}, {"title": "People With HIV Less Likely To Be Vaccinated Against Covid-19, CDC Finds", "link": "https://www.forbes.com/sites/masonbissada/2022/02/03/people-with-hiv-les...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "source": {"type": "string"}}, "required": ["link", "source", "title"]}}
2f0c4faf-e226-4b81-898a-e652ee559d4b/e81e2310-70db-49e0-ab51-b1558fda9a2b/0/0
Covid News Update
An API that brings you the latest coronavirus news from the best news sources around the world.
null
Get All Covid-19 News
This endpoint will return coronavirus news from multiple sources all over the world.
200
New Example
[{"title": "Nearly 80% Of Kids Still Aren\u2019t Fully Vaccinated Against Covid-19, Data Shows As FDA Weighs Shots For Under-5s", "link": "https://www.forbes.com/sites/alisondurkee/2022/02/02/nearly-80-of-kids-still-arent-fully-vaccinated-against-covid-19-data-shows-as-fda-weighs-shots-for-under-5s/", "source": "forbes...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "source": {"type": "string"}}, "required": ["link", "source", "title"]}}
bc41fdfe-db0b-460d-b402-2d7ad1e4a832/fc81b505-f3ef-4195-92d2-4dbf3e61bcb4/0/0
Sri Lanka News Api
A simple API that allows you to obtain the most recent news from Sri Lankan media sites in Sinhala. 
6.9
Get news from one news source
Get news from one news source passing {source} paramter value and {page} value.Each news soure different number of news count in one page. **News Sources --Lankadeepa.lk --Deshaya.lk --Ada.lk --BBCSinhala.com --Mawbima.lk
200
Example_1
{"data": [{"title": "value", "url": "value", "timestamp": "value", "img": "value", "description": "value", "source": "value"}], "succes": "value"}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "timestamp": {"type": "string"}, "img": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}}}}, "succes": {"type": "string"}}}
bc41fdfe-db0b-460d-b402-2d7ad1e4a832/c86bcec7-d482-40db-bb67-342c1fdd04ab/0/0
Sri Lanka News Api
A simple API that allows you to obtain the most recent news from Sri Lankan media sites in Sinhala. 
6.9
Get all latest news
Get latest news from all the news sources.This route return all the latest news from each news source at once
200
Example_1
{"data": [{"title": "value", "url": "value", "timestamp": "value", "img": "value", "description": "value", "source": "value"}], "succes": "value"}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "timestamp": {"type": "string"}, "img": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}}}}, "succes": {"type": "string"}}}
383ad118-6fdc-43e3-aac6-f467ade9281c/c0f99302-8e2f-430d-9029-ed747cecb8cd/0/0
Climate News
News on Climate from around the world.
null
Climate change News Source
Latest Climate change News
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"]}
ab8bb486-8096-4a46-8f25-6926bae8cb7b/93b18bb9-fe06-4465-ae3b-9b7a209ca9ef/0/0
Climate News API
An API showing all the Climate change related news around the world.
0.1
Get All Climate Change Related News
This endpoint will return all news about Climate change from all around the world.
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....
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
fa897d8b-a7e2-48bd-ad27-99529b72bafe/56f81bf4-ef31-40ba-a8a2-afe0fee2845c/0/0
East China News
Api that filters through notable news networks for China, Japan, and Korea news
0.2
newspaper company filter for news
filters based on newspaper company
200
guardian example
[{"title": " China locks down Shanghai Disneyland and tests 34,000 visitors after single Covid case ", "url": "https://www.theguardian.com/world/2021/nov/02/china-locks-down-shanghai-disneyland-and-tests-34000-visitors-after-single-covid-case", "source": "guardian"}, {"title": "China locks down Shanghai Disneyland and...
{"$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"]}}
01467256-dbe3-4144-8ec3-fef6e50e887b/a003021f-6a82-4b1b-b4d1-5524d9a85b89/0/0
Latest News
An API that shows the latest news around the world but specifically, Pakistan.
0.2
Get A Single News
This endpoint returns the details of a specific news. You need to provide the id of the news.
200
New Example
{"id": "1654705", "title": "Facebook changes name to Meta as it refocuses on virtual reality\n", "time": "Published October 29, 2021 - Updated October 29, 2021 02:48pm", "coverImage": "https://i.dawn.com/primary/2021/10/617b586fa4484.jpg", "text": "Facebook Inc is now called Meta, the company said on Thursday, in a... ...
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "time": {"type": "string"}, "coverImage": {"type": "string"}, "text": {"type": "string"}, "html": {"type": "string"}}, "required": ["coverImage", "html", "id", "text", "time", "title"]}
01467256-dbe3-4144-8ec3-fef6e50e887b/ced4811b-dbfe-47a5-908b-f8ee8d0be903/0/0
Latest News
An API that shows the latest news around the world but specifically, Pakistan.
0.2
Get Business News
This endpoint returns all the latest news related to business.
200
New Example
[{"id": "1654816", "title": "Govt plans to curtail circular debt by Rs425bn in FY22\n", "coverImage": "https://i.dawn.com/medium/2021/10/617cab6a90f07.jpg", "excerpt": "Petroleum Division presents report on development of strategic petroleum reserves to cabinet committee. \n \n ", "time": "Updated 30 Oct, 2021 07:19...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "coverImage": {"type": "string"}, "excerpt": {"type": "string"}, "time": {"type": "string"}}, "required": ["coverImage", "excerpt", "id", "time", "title"]}}
01467256-dbe3-4144-8ec3-fef6e50e887b/c3cfd8bf-a37e-4da2-95ac-7d1ba7f7778a/0/0
Latest News
An API that shows the latest news around the world but specifically, Pakistan.
0.2
Get Technology News
This endpoint returns all the latest news related to technology.
200
New Example
[{"id": "1654705", "title": "Facebook changes name to Meta as it refocuses on virtual reality\n", "coverImage": "https://i.dawn.com/medium/2021/10/617b586fa4484.jpg", "excerpt": "The social media service will continue to be called Facebook; company says it will not change its corporate structure. \n \n ", "time": "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "coverImage": {"type": "string"}, "excerpt": {"type": "string"}, "time": {"type": "string"}}, "required": ["coverImage", "excerpt", "id", "time", "title"]}}
01467256-dbe3-4144-8ec3-fef6e50e887b/57adb92a-4436-4294-8017-f061077a5d5e/0/0
Latest News
An API that shows the latest news around the world but specifically, Pakistan.
0.2
Get Sport News
This endpoint returns all the latest news related to sports.
200
New Example
[{"id": "1654928", "title": "Pakistan vs Afghanistan: 5 takeaways from the Asif Ali show\n", "coverImage": "https://i.dawn.com/medium/2021/10/617cec7c3001f.jpg", "excerpt": "The man from Faisalabad put on his superman cape again and saved Pakistan fans from a nervy finish.\n \n ", "time": "Updated 30 Oct, 2021 12:28...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "coverImage": {"type": "string"}, "excerpt": {"type": "string"}, "time": {"type": "string"}}, "required": ["coverImage", "excerpt", "id", "time", "title"]}}
01467256-dbe3-4144-8ec3-fef6e50e887b/998d7fdd-65f2-430a-bf41-b0e9751ef9c3/0/0
Latest News
An API that shows the latest news around the world but specifically, Pakistan.
0.2
Get Coronavirus News
This endpoint returns all the latest news related to Covid-19.
200
New Example
[{"id": "1654133", "title": "CAA warns airline operators to comply with UAE Covid-19 regulations or face suspension of flight operations\n", "coverImage": "https://i.dawn.com/medium/2021/10/617793a845921.png", "excerpt": "Points out violations of rules, including fewer rows for suspected virus cases and lack of PPE.\n ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "coverImage": {"type": "string"}, "excerpt": {"type": "string"}, "time": {"type": "string"}}, "required": ["coverImage", "excerpt", "id", "time", "title"]}}
01467256-dbe3-4144-8ec3-fef6e50e887b/d3fc7d6a-8c52-4bb7-8f48-166c1325de4e/0/0
Latest News
An API that shows the latest news around the world but specifically, Pakistan.
0.2
Get All Latest News
This endpoint returns all the latest news around the world.
200
New Example
[{"id": "1654705", "title": "Facebook changes name to Meta as it refocuses on virtual reality\n", "coverImage": "https://i.dawn.com/medium/2021/10/617b586fa4484.jpg", "excerpt": "The social media service will continue to be called Facebook; company says it will not change its corporate structure. \n \n ", "time": "...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "coverImage": {"type": "string"}, "excerpt": {"type": "string"}, "time": {"type": "string"}}, "required": ["coverImage", "excerpt", "id", "time", "title"]}}
baed8e5a-4557-407d-bb45-f3bfb6b4849d/df14a936-1cad-425e-82fa-53a71fcbcb1e/0/0
ChatGPT Related News
An API extracting all the latest global news articles, insights and trends revolving ChatGPT.
null
Get all ChatGPT related news
This endpoint will provide you with all news, insights and trends about ChatGPT from around the world.
200
New Example
[{"title": "ChatGPT developer OpenAI to locate first non-US office in London", "url": "https://www.theguardian.com/technology/2023/jun/28/chatgpt-developer-openai-locate-first-non-us-office-london", "date": "", "source": "Guardian"}, {"title": " Two US lawyers fined for submitting fake court citations from ChatGPT ",...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "date": {"type": "string"}, "source": {"type": "string"}}, "required": ["date", "source", "title", "url"]}}
dca3ba8d-2e81-45c6-b839-1cfe39f26b87/a6f32995-4723-4be6-9299-825c69b99448/0/0
Today's news
Today's news api provide the latest news about 54 countries around the world.
null
today's news
API to find today's news by any country in this request it is us.
200
Response
[{"_id": "63523fa6e6dbbf5a840de941", "source": "Associated Press", "title": "Russian, Ukrainian troops gird for major battle in Kherson - The Associated Press", "description": "KYIV, Ukraine (AP) \u2014 Russian and Ukrainian troops appeared Thursday to be girding for a major battle over the strategic southern industria...
{"type": "array", "items": {"type": "object"}}
136d70b9-7d4f-4acb-a01b-67508e2ee2d5/a64b1887-41b0-48f3-9406-e3460bde8098/0/0
Test New
Test API - Learn
0
Individual Source
Get News Specific
200
New Example
[{"title": "US politics Biden considers declaring climate emergency as agenda stalls in Congress \u2013 live ", "url": "https://www.theguardian.com/us-news/live/2022/jul/19/biden-climate-emergency-congress-same-sex-marriage-bill-politics-latest", "source": "guardian"}, {"title": "Biden considers declaring climate emer...
{"$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"]}}
e6cb354c-3280-4b7f-a315-3ce8b225cdea/4fc5655b-14d4-49f9-9396-6c0d9f872e41/0/0
Brexit Live
An API to show the latest Brexit news around the world
null
Get Individual news Source news
Get Brexit news from a specific news resource
200
New Example
[{"title": " Brexit ", "url": "https://www.theguardian.comhttps://www.theguardian.com/politics/eu-referendum", "source": "guardian"}, {"title": "The Guardian's Brexit podcast", "url": "https://www.theguardian.com/politics/series/brexit-means", "source": "guardian"}, {"title": " Article 16 \u2018very much on the table\...
{"$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"]}}
621e243d-6f54-4110-a628-9303f58d59ff/33f866a8-069b-49e3-a217-cc3b8aa530ef/0/0
Medium
Unofficial API to search and find the latest stories written on medium.com
8.4
/stories/{topic}
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string"}}}
621e243d-6f54-4110-a628-9303f58d59ff/33f866a8-069b-49e3-a217-cc3b8aa530ef/1/0
Medium
Unofficial API to search and find the latest stories written on medium.com
8.4
/stories/{topic}
200
null
{"data": [{"id": "", "title": "", "url": "", "author": {"username": "", "name": "", "id": ""}, "clapCount": 0, "wordCount": 0, "createdAt": 0, "firstPublishedAt": 0, "readingTime": 0, "responsesCount": 0, "paragraphs": [{"text": "", "type": ""}], "topics": [{"slug": "", "name": "", "postCount": 0}]}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "object", "properties": {"username": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}}, "cl...
621e243d-6f54-4110-a628-9303f58d59ff/f4b22c00-90c3-4d93-8539-430caadd62ec/0/0
Medium
Unofficial API to search and find the latest stories written on medium.com
8.4
/search/stories
200
null
{"data": [{"id": "", "title": "", "url": "", "author": {"username": "", "name": "", "id": ""}, "clapCount": 0, "wordCount": 0, "createdAt": 0, "firstPublishedAt": 0, "readingTime": 0, "responsesCount": 0, "paragraphs": [{"text": "", "type": ""}], "topics": [{"slug": "", "name": "", "postCount": 0}]}]}
{"type": "object", "properties": {"data": {"type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, "author": {"type": "object", "properties": {"username": {"type": "string"}, "name": {"type": "string"}, "id": {"type": "string"}}}, "cl...
621e243d-6f54-4110-a628-9303f58d59ff/f4b22c00-90c3-4d93-8539-430caadd62ec/1/0
Medium
Unofficial API to search and find the latest stories written on medium.com
8.4
/search/stories
400
null
{"error": ""}
{"type": "object", "properties": {"error": {"type": "string"}}}
5abf8cdf-cf49-4240-aba4-5f9b3429d16e/462e7ac0-e7da-4f4b-a9c5-11fdc56f7e67/0/0
first climate app
This is my first testing
null
Individual climate news
This is individual climate news. You can use specific climate news
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"]}
5abf8cdf-cf49-4240-aba4-5f9b3429d16e/94022227-2482-47c7-aa3f-d8b2fc97832b/0/0
first climate app
This is my first testing
null
Get All climate News
This is 5 websites climate news all are up to date baby
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"]}}
642d7081-4bf6-4013-956d-40ab492ce50d/dfaed270-4155-408f-a116-d7f5cc30ec0f/0/0
Climate Change Latest
API showing climate change news all over the world.
null
Get All Climate Change News
This endpoint will retreive all latest news about climate change
200
New Example
[{"title": "Germany Germany appoints ex-Greenpeace chief as special climate envoy ", "url": "https://www.theguardian.com/world/2022/feb/09/germany-appoints-jennifer-morgan-ex-greenpeace-chief-climate-envoy", "source": "guardian"}, {"title": "Germany appoints ex-Greenpeace chief as special climate envoy", "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"]}}
11eb2b9f-ee16-4996-a0c6-eb3426ec8ac4/8889ded0-1571-477f-ba72-bf5ed0f2087b/0/0
Climat Change News
API that gather all climate change news around the world
null
Get climate changes specificly
Get the climate changes from a specific newspaper
200
New Example
[{"title": " Inside Insulate Britain: on the road with the disruptive climate protesters ", "url": "https://www.theguardian.com/environment/2021/oct/17/inside-insulate-britain-on-the-road-with-disruptive-climate-group", "source": "thegaurdian"}, {"title": "Inside Insulate Britain: on the road with the disruptive clima...
{"$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"]}}
11eb2b9f-ee16-4996-a0c6-eb3426ec8ac4/e751f2a1-38f5-4d4c-bb71-0109ab678b28/0/0
Climat Change News
API that gather all climate change news around the world
null
Get All Climate Chnage News
This will return back all news about climate changes in the world.
200
New Example
[{"title": " Inside Insulate Britain: on the road with the disruptive climate protesters ", "url": "https://www.theguardian.com/environment/2021/oct/17/inside-insulate-britain-on-the-road-with-disruptive-climate-group", "source": "thegaurdian"}, {"title": "\n\nWarm regards from Ironbridge Gorge ... \u2018the birthplac...
{"$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"]}}
573f8e67-978c-4bf6-be94-544f97328b1d/bbcd10cf-a649-4902-a946-4d781d3ee4b4/0/0
World Climate Changes
Rest API's for current World Climatic changes and updates latest.
0
Get Individual Live Updated Climate News
Get Live updated climate news from individual resources and media.
200
Response
[{"title": "Climate Change In New Syllabus For Maharashtra Schools", "url": "https://www.ndtv.com/india-news/climate-change-in-new-syllabus-for-maharashtra-schools-2650731", "source": "ndtv"}, {"title": "India Votes Against UN Draft Resolution On Climate Change. Here's Why", "url": "https://www.ndtv.com/world-news/indi...
{"$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"]}}
573f8e67-978c-4bf6-be94-544f97328b1d/6a6bb068-f27c-476f-9dec-cd09e1c5a82f/0/0
World Climate Changes
Rest API's for current World Climatic changes and updates latest.
0
Get Live Updated Climatic News
This Rest EndPoint will return back the current latest live updated climatic news around the world happening from top leading media and news.
200
Response
[{"title": "Climate and Environment", "url": "https://www.nytimes.comhttps://www.nytimes.com/international/section/climate", "source": "nyt"}, {"title": "Rising From the Antarctic, a Climate Alarm", "url": "https://www.nytimes.com/interactive/2021/12/13/climate/antarctic-climate-change.html", "source": "nyt"}, {"title"...
{"$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"]}}
aeae73a7-f64e-4532-b821-a71adb92eed5/6589ba51-0128-4a73-a2c3-3c89f02e85ba/0/0
BBC News Live
API to retrieve news articles from the BBC
null
Get Sepecific Article
Get Sepecific Article usine Article ID
200
Response
{"title": "Budget 2021: Millions will be worse off in 2022, says IFS", "data": "Budget 2021: Millions will be worse off in 2022, says IFSPublished3 hours agocommentsCommentsSharecloseShare pageCopy linkAbout sharingRelated TopicsBudget 2021<img alt=\"Family working from home\" srcSet=\"https://ichef.bbci.co.uk/news/240...
{"type": "object", "properties": {"title": {"type": "string"}, "data": {"type": "string"}, "url": {"type": "string"}, "article_id": {"type": "string"}}}
aeae73a7-f64e-4532-b821-a71adb92eed5/26b663bb-ab8e-4ee0-a8b9-56c7461d2759/0/0
BBC News Live
API to retrieve news articles from the BBC
null
Get Available Categories
Get the available categories you can query for
200
Response
["Technology", "Climate", "Coronavirus", "UK", "England", "Northern_Ireland", "Scotland", "World", "Business", "Politics", "Science", "Health", "Family_And_Education", "Entertainment_And_Arts"]
{"type": "array", "items": {"type": "string"}}
aeae73a7-f64e-4532-b821-a71adb92eed5/6f6c1a27-8526-497b-b3f2-7af60a0774ee/0/0
BBC News Live
API to retrieve news articles from the BBC
null
Get Specific News Categories
Get Specific News Categories
200
Response
[{"title": "Facebook changes its name to Meta in major rebrand", "url": "https://www.bbc.co.uk/news/technology-59083601", "source": "Technology", "article_id": "technology-59083601"}, {"title": "Facebook changes its name to Meta in major rebrand", "url": "https://www.bbc.co.uk/news/technology-59083601", "source": "Tech...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "article_id": {"type": "string"}}}}
7cd6a00b-66b0-4dbe-b693-e9411b9e3523/3e42a67b-e73c-4cba-953c-0c66c99dee47/0/0
Climate Change
An API showing all the latest climate change news.
null
Get climate change news for individual news source
This endpoint will fetch news related to climate change from specific news source.
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"}]
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
7cd6a00b-66b0-4dbe-b693-e9411b9e3523/f5913b3d-2122-4004-89f5-29bd170f79df/0/0
Climate Change
An API showing all the latest climate change news.
null
Get all climate change news
This endpoint will fetch all the news related to climate change.
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": "Green economy Master of all trades: retrofit firm tackles climate and cost ...
{"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}
c3fc9c33-16d7-49e9-9d84-356806701dc5/5800a7c9-0d1c-4897-8099-360cb923efee/0/0
Climate Change Live
An API showing all the latest Climate Change News around the world.
null
Get Individual News Source News
Get News about Climate Change from a specific news resource.
200
New Example
[{"title": "'Lack of policies' jeopardising UK climate targets", "url": "https://cityam.go-vip.net/lack-of-policies-jeopardising-uk-climate-targets/", "source": "cityam"}, {"title": "FCA tables new climate disclosure rules to tackle fossil fuel investment chains", "url": "https://cityam.go-vip.net/fca-tables-new-climat...
{"$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"]}}
f5ae7c00-095b-42a0-b226-286a77de1e8b/15358ac3-962c-40e7-ae87-b47aff870d5f/0/0
CLimate Change Live
An API showing all the latest Climate Change News around
null
Get individual New Source News
get news about climate change from specfic news resource
200
New Example
[{"title": " Prince Charles warns of 'dangerously narrow window' to act on climate crisis \u2013 video ", "url": "https://www.theguardian.com/uk-news/video/2021/oct/23/prince-charles-warns-of-dangerously-narrow-window-to-act-on-climate-crisis-video", "source": "guardian"}, {"title": "Prince Charles warns of 'dangerous...
{"$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"]}}
31aa7b0f-e0de-4ddf-9456-cf7ffd851056/4acc8f6c-7066-4f27-b30d-00d014ef8ddd/0/0
Organic Live Brazil
API showing some of the latest news about organic farming in Brazil.
0.1
Get all news
Get some of the latest news about organic farming in Brazil.
200
Response
[{"title": "Mercado de org\u00e2nicos cresce 12% em 2021", "url": "/noticias/mercado-de-organicos-cresce-12--em-2021_464104.html", "source": "agrolink"}, {"title": "Use org\u00e2nico: do marketplace para loja f\u00edsica e linha pr\u00f3pria", "url": "https://www.exame.com/pme/use-organico-do-marketplace-para-loja-fisi...
{"$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"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/5e756086-4894-4664-8e42-4573876f96d6/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Tripura Districts
This endpoint will return Tripura District's petrol price
200
New Example
[{"City": "Agartala", "Today's Price": "\u20b9 98.27", "Yesterday's Price": "\u20b9 98.44"}, {"City": "Dhalai", "Today's Price": "\u20b9 97.37", "Yesterday's Price": "\u20b9 97.37"}, {"City": "Gomati", "Today's Price": "\u20b9 98.73", "Yesterday's Price": "\u20b9 98.85"}, {"City": "Khowai", "Today's Price": "\u20b9 97....
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/5e386f14-2e59-4038-af1b-b333ddc10d3f/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get West Bengal Districts
This endpoint will return West Bengal District's petrol price
200
New Example
[{"City": "Alipurduar", "Today's Price": "\u20b9 105.50", "Yesterday's Price": "\u20b9 105.93"}, {"City": "Bankura", "Today's Price": "\u20b9 104.94", "Yesterday's Price": "\u20b9 105.62"}, {"City": "Barddhaman", "Today's Price": "\u20b9 78.20", "Yesterday's Price": "Not Available"}, {"City": "Birbhum", "Today's Price"...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/660a5f1a-ece4-4d23-8bd8-21fe2dd37443/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Uttarakhand Districts
This endpoint will return Uttarakhand District's petrol price
200
New Example
[{"City": "Almora", "Today's Price": "\u20b9 94.30", "Yesterday's Price": "\u20b9 94.30"}, {"City": "Bageshwar", "Today's Price": "\u20b9 94.67", "Yesterday's Price": "\u20b9 94.67"}, {"City": "Chamoli", "Today's Price": "\u20b9 95.93", "Yesterday's Price": "\u20b9 96.70"}, {"City": "Champawat", "Today's Price": "\u20b...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/eee4d932-9546-45dc-96e0-4bc4215fba2a/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Uttar Pradesh Districts
This endpoint will return Uttar Pradesh District's petrol price
200
New Example
[{"City": "Agra", "Today's Price": "\u20b9 95.05", "Yesterday's Price": "\u20b9 95.43"}, {"City": "Aligarh", "Today's Price": "\u20b9 95.58", "Yesterday's Price": "\u20b9 95.42"}, {"City": "Allahabad", "Today's Price": "\u20b9 95.76", "Yesterday's Price": "\u20b9 95.35"}, {"City": "Ambedkarnagar", "Today's Price": "\u2...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/294b17d3-3eb1-496f-9a50-3380d3f50018/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Telangana Districts
This endpoint will return Telangana District's petrol price
200
New Example
[{"City": "Adilabad", "Today's Price": "\u20b9 110.34", "Yesterday's Price": "\u20b9 110.58"}, {"City": "Bhadradri Kothagudem", "Today's Price": "\u20b9 109.42", "Yesterday's Price": "\u20b9 109.55"}, {"City": "Hyderabad", "Today's Price": "\u20b9 108.20", "Yesterday's Price": "\u20b9 108.20"}, {"City": "Jagitial", "To...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/d3eea434-ba0d-45b4-8a30-c968478aef68/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Sikkim Districts
This endpoint will return Sikkim District's petrol price
200
New Example
[{"City": "East District", "Today's Price": "\u20b9 98.50", "Yesterday's Price": "\u20b9 98.50"}, {"City": "Gangtok", "Today's Price": "\u20b9 98.50", "Yesterday's Price": "\u20b9 98.50"}, {"City": "North District", "Today's Price": "\u20b9 98.50", "Yesterday's Price": "\u20b9 98.50"}, {"City": "South District", "Today...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/c4d1169a-66cf-4dde-8586-bd0716a5a985/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Rajasthan Districts
This endpoint will return Rajasthan District's petrol price
200
New Example
[{"City": "Ajmer", "Today's Price": "\u20b9 106.94", "Yesterday's Price": "\u20b9 107.10"}, {"City": "Alwar", "Today's Price": "\u20b9 108.30", "Yesterday's Price": "\u20b9 107.88"}, {"City": "Banswara", "Today's Price": "\u20b9 108.81", "Yesterday's Price": "\u20b9 109.12"}, {"City": "Baran", "Today's Price": "\u20b9 ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/73268419-8eb7-4d99-a6aa-7a131dad0b63/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Punjab Districts
This endpoint will return Punjab District's Petrol price
200
New Example
[{"City": "Amritsar", "Today's Price": "\u20b9 95.63", "Yesterday's Price": "\u20b9 95.44"}, {"City": "Barnala", "Today's Price": "\u20b9 95.24", "Yesterday's Price": "\u20b9 95.20"}, {"City": "Bathinda", "Today's Price": "\u20b9 94.88", "Yesterday's Price": "\u20b9 95.16"}, {"City": "Faridkot", "Today's Price": "\u20b...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/074c56ad-0ee6-4269-8b47-0d750ab63692/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Pondicherry Districts
This endpoint will return Pondicherry District's petrol price
200
New Example
[{"City": "Karaikal", "Today's Price": "\u20b9 94.74", "Yesterday's Price": "\u20b9 94.65"}, {"City": "Mahe", "Today's Price": "\u20b9 92.52", "Yesterday's Price": "\u20b9 92.52"}, {"City": "Pondicherry", "Today's Price": "\u20b9 94.94", "Yesterday's Price": "\u20b9 94.94"}, {"City": "Yanam", "Today's Price": "\u20b9 9...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/d56dba67-97c1-4a0c-91ff-5412b6070d30/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Odisha Districts
This endpoint will return Odisha District's petrol price
200
New Example
[{"City": "Angul", "Today's Price": "\u20b9 103.57", "Yesterday's Price": "\u20b9 103.81"}, {"City": "Baleshwar", "Today's Price": "\u20b9 101.79", "Yesterday's Price": "\u20b9 101.86"}, {"City": "Bargarh", "Today's Price": "\u20b9 102.66", "Yesterday's Price": "\u20b9 102.94"}, {"City": "Bhadrak", "Today's Price": "\u...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/c7cd125f-f180-4677-838f-de22330e9287/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Nagaland Districts
This endpoint will return Nagaland District's petrol price
200
New Example
[{"City": "Dimapur", "Today's Price": "\u20b9 96.92", "Yesterday's Price": "\u20b9 96.81"}, {"City": "Kiphere", "Today's Price": "\u20b9 100.62", "Yesterday's Price": "\u20b9 100.62"}, {"City": "Kohima", "Today's Price": "\u20b9 98.05", "Yesterday's Price": "\u20b9 98.05"}, {"City": "Longleng", "Today's Price": "\u20b9...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/a05f9ad9-965e-446e-8ad2-07e21f20883a/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Mizoram Districts
This endpoint will return Mizoram District's petrol price
200
New Example
[{"City": "Aizawl", "Today's Price": "\u20b9 94.50", "Yesterday's Price": "\u20b9 94.50"}, {"City": "Champhai", "Today's Price": "\u20b9 96.35", "Yesterday's Price": "\u20b9 96.35"}, {"City": "Kolasib", "Today's Price": "\u20b9 92.88", "Yesterday's Price": "\u20b9 92.88"}, {"City": "Lawngtlai", "Today's Price": "\u20b9...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/68ba6548-fecb-4b76-a2ce-4d47561f27a4/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Meghalaya Districts
This endpoint will return Meghalaya District's petrol price
200
New Example
[{"City": "East Garo Hills", "Today's Price": "\u20b9 93.82", "Yesterday's Price": "\u20b9 93.82"}, {"City": "East Jaintia Hills", "Today's Price": "\u20b9 94.75", "Yesterday's Price": "\u20b9 94.66"}, {"City": "East Khasi Hills", "Today's Price": "\u20b9 93.91", "Yesterday's Price": "\u20b9 94.21"}, {"City": "Jaintia ...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}
6813c5a0-2bed-4080-ab17-da56bc1a1610/853eb174-f2b8-4c13-a574-e6cb95e02931/0/0
Daily Petrol Price in India
An API which helps to see the petrol price change among all states in India
null
Get Manipur Districts
This endpoint will return Manipur District's petrol price
200
New Example
[{"City": "Bishnupur", "Today's Price": "\u20b9 99.77", "Yesterday's Price": "\u20b9 99.77"}, {"City": "Chandel", "Today's Price": "\u20b9 100.30", "Yesterday's Price": "\u20b9 100.30"}, {"City": "Churachandpur", "Today's Price": "\u20b9 100.26", "Yesterday's Price": "\u20b9 101.13"}, {"City": "East Imphal", "Today's P...
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"City": {"type": "string"}, "Today's Price": {"type": "string"}, "Yesterday's Price": {"type": "string"}}, "required": ["City", "Today's Price", "Yesterday's Price"]}}