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 |
|---|---|---|---|---|---|---|---|---|---|
f84ba22c-df00-4aaa-929a-9b14a432a2fc/1e52a2b1-1d29-4dfd-89e4-ad0843421e8d/0/0 | Climate Change Data | An easy way to get the data from top news, research articles, and talks about climate change. | null | Get climate change news from a specific news publisher | Only provide the live news from an individual news publisher, eg: nyt | 200 | New Example | [{"title": "TrilobitesA Tool Kit to Help Scientists Find the Ultimate ChickpeaA major plant genome sequencing effort may offer a path to breeding more climate-resilient chickpeas, while also revealing clues to the legume\u2019s origins.By Veronique Greenwood", "url": "https://www.nytimes.com/2021/11/20/science/chickpea... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
f84ba22c-df00-4aaa-929a-9b14a432a2fc/359e5c82-0a53-4bbd-90f1-6df937a80601/0/0 | Climate Change Data | An easy way to get the data from top news, research articles, and talks about climate change. | null | Get Climate Change news data | Get top news on Climate Change | 200 | New Example | [{"title": "TrilobitesA Tool Kit to Help Scientists Find the Ultimate ChickpeaA major plant genome sequencing effort may offer a path to breeding more climate-resilient chickpeas, while also revealing clues to the legume\u2019s origins.By Veronique Greenwood", "url": "https://www.nytimes.com/2021/11/20/science/chickpea... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
7c95a106-2440-41af-9155-e3666d0693db/3b4a8b11-7411-4c34-aedc-21b3d40144d5/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 specific news resources. (examples fro: BBC, THE-TIME, NATIONAL-GEOGRAPHIC, THE-GUARDIAN) | 200 | New Example | [{"title": "How Covid conspiracists are shifting to climate denial", "url": "https://www.bbc.com/news/blogs-trending-59255165", "source": "bbc"}, {"title": "New global climate deal struck in Glasgow", "url": "https://www.bbc.com/news/world-59277788", "source": "bbc"}, {"title": "How Covid conspiracists are shifting to ... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
7c95a106-2440-41af-9155-e3666d0693db/ffda1e94-41f5-4d1c-bfec-8319e5fcea8c/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 News from all over the world. | 200 | New Example | [{"title": "\n\t\t\t\t\tBILL FOR CHANGE\n\t\t\t\t\n\t\t\n\t\t\tEverything to know about the trillion dollar spending bill\t\t\n\n\t\t\t\t\tTHE US House of Representatives approved the $2trillion bill on November 19 to combat climate change and expand social benefits.\n\t\t\t", "url": "https://www.thesun.co.uk/news/1678... | {"$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"]}} |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/88cd25a2-2be8-4021-a08e-01ecc6173013/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Fetch Parsed News Article by url_id | Just specify url_id (obtained by using our other endpoints) to fetch full_text, title, author etc. from the news article. | 200 | Response | {"author": ["Perry Stein", "Shayna Jacobs"], "content": "More on the Trump indictment\n\nThe latest: Former president Donald Trump on Tuesday pleaded not guilty to 34 counts stemming from 2016 hush-money payments, the first criminal charges for any former U.S. president. Trump said only 10 words during his arraignment.... | {"type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "content": {"type": "string"}, "meta_description": {"type": "string"}, "og_title": {"type": "string"}, "publishedAt": {"type": "string"}, "source_url": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}, ... |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/25508fec-8b41-4f8f-8a23-6e2e55aafc03/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Document Sentiments Score | Get a sentiments score for the entire document or text. This is in contrast to our another endpoint that will fetch aspect (or entity) level sentiments. | 200 | Response | {"documents": [{"sentiments_score": 0.5673076923076923, "id": "1"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"documents": {"type": "array", "items": {"type": "object", "properties": {"sentiments_score": {"type": "number"}, "id": {"type": "string"}}, "required": ["id", "sentiments_score"]}}}, "required": ["documents"]} |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/64d10036-109a-4372-8004-ff0c2daaff8f/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Aspect based sentiments analysis | Extract topics (also known as aspects or entities) from the input text and analyze the sentiment towards each of the topics. | 200 | New Example | {"Response": [{"Aspect": "Device", "Sentiment": "Positive"}, {"Aspect": "Weight", "Sentiment": "Negative"}, {"Aspect": "Dimensions", "Sentiment": "Positive"}, {"Aspect": "Screen Size", "Sentiment": "Positive"}]} | {"type": "object", "properties": {"Response": {"type": "array", "items": {"type": "object", "properties": {"Aspect": {"type": "string"}, "Sentiment": {"type": "string"}}}}}} |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/8d4b5ee6-5e9a-4272-be72-1379d91062bd/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Text Language Detection | Get the predicted language of the text. | 200 | Response | {"documents": [{"Detected_language": [{"ISO631-1_language_code": "en", "normalized_probability": 1}], "id": "1"}]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"documents": {"type": "array", "items": {"type": "object", "properties": {"Detected_language": {"type": "array", "items": {"type": "object", "properties": {"ISO631-1_language_code": {"type": "string"}, "normalized_probability": {"type": "int... |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/ae1f176e-423b-443e-95d2-55b9f3d6091b/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Get Latest News By City, State, Country | Get near real time news articles published in local newspapers by specifying a region (city, state) and country. | 200 | New Example | {"article_list": [{"source url": "https://www.wsbtv.com", "source name": "WSB Atlanta", "published_date": "Fri, 07 Apr 2023 00:49:00 GMT", "title": "Credit union members say their money being held hostage, can\u2019t access funds - WSB Atlanta", "url_id": "O8sAqcnybFac+cCXoC/TYt4Wwn5V+FmLjbXhqb98G0qrCZdRnAYHraHKEITnpaX... | {"type": "object", "properties": {"article_list": {"type": "array", "items": {"type": "object", "properties": {"source url": {"type": "string"}, "source name": {"type": "string"}, "published_date": {"type": "string"}, "title": {"type": "string"}, "url_id": {"type": "string"}}}}}} |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/3ac27199-a481-4dc8-8314-6d6683e00b7e/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Fetch Parsed News Article by URL | Just use an URL as an input and get back the full_text, title, author, main image etc. from the news article. | 200 | New Example | {"author": ["Rishi Iyengar"], "content": "San Francisco CNN Business \u2014\n\nEach day, more household names join the list of brands suspending advertising on Facebook to protest what they say are the social network\u2019s failures to stop the spread of hate. On Monday alone, Adidas (ADDDF), HP (HPQ), and Ford (F) add... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"author": {"type": "array", "items": {"type": "string"}}, "content": {"type": "string"}, "meta_description": {"type": "string"}, "og_title": {"type": "string"}, "publishedAt": {"type": "string"}, "source_url": {"type": "string"}, "title": {"... |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/85c6a7a1-eb0c-467d-b530-2fe2092f386b/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Get Latest News By Latitude, Longitude | Get latest news articles within 20 miles of the specified latitude and longitude. If the total count is too less, than the search radius is expanded automatically to upto 75 miles from the specified location. | 200 | New Example | {"article_list": [{"source url": "https://www.foxnews.com", "source name": "Fox News", "published_date": "Thu, 06 Apr 2023 20:22:00 GMT", "title": "NYC man pleads guilty to selling fatal dose of fentanyl-laced heroin to actor Michael K. Williams - Fox News", "url_id": "slCdc3TihL57gNfNqq0hoOVXZy6YoUKEpq2whk9bqGcZVkhol9... | {"type": "object", "properties": {"article_list": {"type": "array", "items": {"type": "object", "properties": {"source url": {"type": "string"}, "source name": {"type": "string"}, "published_date": {"type": "string"}, "title": {"type": "string"}, "url_id": {"type": "string"}}}}}} |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/207652da-91ca-4385-80a5-d91906eba2a2/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Extract Name and Spam Score For Each Email Address | Input the email address to find full name (if available) as well as whether it is spam or generic email box. | 200 | Response | {"Response": {"first_name": "Jay", "last_name": "Patel", "domain": "jaympatel.com", "spam_status": "Negative", "generic_email": "Negative"}, "email_address": "jay@jaympatel.com"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Response": {"type": "object", "properties": {"first_name": {"type": "string"}, "last_name": {"type": "string"}, "domain": {"type": "string"}, "spam_status": {"type": "string"}, "generic_email": {"type": "string"}}, "required": ["domain", "f... |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/4b471cdf-f1db-4364-94c6-9b08594214c1/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Extract Email Address By URL | Just input the URL and our email extractor will return all the email addresses on that webpage. | 200 | Response | ["amrith.ramkumar@wsj.com"] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "string"}} |
e0a3fb5d-006b-4ee1-971a-b647ddda1836/db4b388f-0041-482c-9a21-90a39f3ef65a/0/0 | Specrom News API | A comprehensive news API that contains near real time news from over 100,000 news sources across the world | 8.2 | Keyword or Keyphrase Extraction | Extract keywords & keyphrases from the input text. Currently it only analyzes English language text as default. | 200 | Response | [{"keyphrase": "digital advertising juggernaut", "weight": 0.01}, {"keyphrase": "dented Facebook stock", "weight": 0.01}, {"keyphrase": "Facebook stock price", "weight": 0.01}, {"keyphrase": "company digital advertising", "weight": 0.01}, {"keyphrase": "big-name dropouts", "weight": 0.03}, {"keyphrase": "dropouts have ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"keyphrase": {"type": "string"}, "weight": {"type": "number"}}, "required": ["keyphrase", "weight"]}} |
2d0cc306-48b1-462c-96e6-470ca78d6c8f/3b949e2c-c48d-4d6c-8206-92d5e724ae36/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 back about Climate Change from all over the world. | 200 | New Example | [{"title": "Australian election 2022 Top Australian writers call for climate action to be at the centre of election ", "url": "https://www.theguardian.com/australia-news/2022/may/12/top-australian-writers-call-for-climate-action-to-be-at-the-centre-of-election", "source": "guardian"}, {"title": "Top Australian writers... | {"$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"]}} |
86fef832-58c6-4580-8eca-7594fcfadd8f/0be8b645-d7f6-4369-ba9a-54e142130790/0/0 | Famous Quotes | Famous Quotes, 6 different categories | null | Get Random Quotes | This Endpoint will return back random Quotes with Authors. | 200 | New Example | [{"quote": "\u201cBe yourself; everyone else is already taken.\u201d ", "author": "Oscar Wilde"}, {"quote": "\u201cI'm selfish, impatient and a little insecure. I make mistakes, I am out of control and at times hard to handle. But if you can't handle me at my worst, then you sure as hell don't deserve me at my best.\u2... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"quote": {"type": "string"}, "author": {"type": "string"}}, "required": ["author", "quote"]}} |
fc948065-47a1-4b85-80c8-79e696eea9d8/b797f807-6329-4fda-96b7-c904305baf56/0/0 | Monitor Climatico Mundial - Mundial Climate Change | An API showing all the latest Climate Change News around the world | null | Get Individual New Source News | Gets News about Climate Change from a specific new resource | 200 | New Example | [{"title": "The Amazon is still burning. Can U.N. summit in Glasgow address such climate failures?", "url": "https://www.latimes.com/world-nation/story/2021-10-28/brazil-cop26", "source": "latimes"}, {"title": "It\u2019s Biden\u2019s biggest climate policy. What happens if Joe Manchin kills it?", "url": "https://www.la... | {"$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"]}} |
b35a7dd8-75e6-4b51-9bc8-a6680e823648/3b4c4caf-7023-452a-bde5-6c35c0d25da4/0/0 | Climate Change Articles From Newspapers | An API showing all the latest news about Climate Change around the world | null | Get Individual Source News | Get news about climate change from specific news source | 200 | Response | {"length": 6, "specificArticles": [{"title": "\u2018Carbon extraction\u2019 only way to stop climate crisis", "url": "https://www.thetimes.co.uk/article/carbon-extraction-only-way-to-stop-climate-crisis-j5nfxntsv", "source": "thetimes"}, {"title": "Changing climate will make Scottish midge season longer", "url": "https... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"length": {"type": "integer"}, "specificArticles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}},... |
8e610358-6a77-433c-afc5-09865ad6d8d2/71e4caf8-f6d3-4df3-89ac-ce3a7538766b/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": " World urged to slash gas use by a third to avoid climate disaster ", "url": "https://www.theguardian.com/environment/2021/nov/04/gas-new-coal-fossil-fuels-climate-disaster", "source": "guardian"}, {"title": "World urged to slash gas use by a third to avoid climate disaster", "url": "https://www.theguardia... | {"$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"]}} |
0c744a19-94a7-485a-84d0-eca5eb99c866/f51a2b91-52b7-4f58-8860-5d629fd358b2/0/0 | infact | Press Article agregating service | null | retrieveJournal | API endpoint that allows journals to be viewed or edited. | 200 | null | {"name": ""} | {"type": "object", "properties": {"name": {"type": "string", "maxLength": 255}}, "required": ["name"]} |
0c744a19-94a7-485a-84d0-eca5eb99c866/ef78721c-4a23-43a6-aad4-26d3e89d3c94/0/0 | infact | Press Article agregating service | null | retrieveArticle | API endpoint that allows articles to be viewed or edited. | 200 | null | {"author": "", "title": "", "date": "", "body": {}, "link": "", "image_link": "", "journal": "", "categories": []} | {"type": "object", "properties": {"author": {"type": "string", "maxLength": 255}, "title": {"type": "string", "maxLength": 255}, "date": {"type": "string", "format": "date-time"}, "body": {"type": "object"}, "link": {"type": "string", "maxLength": 255}, "image_link": {"type": "string", "maxLength": 255}, "journal": {"t... |
0c744a19-94a7-485a-84d0-eca5eb99c866/00619cbe-4363-4fba-8d14-f387740759e1/0/0 | infact | Press Article agregating service | null | listJournals | API endpoint that allows journals to be viewed or edited. | 200 | Example_1 | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"name": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "maxLength": 255}}, "required": ["name"]}}}... |
0c744a19-94a7-485a-84d0-eca5eb99c866/c65bef6d-efcd-42f2-bc3e-5ef797b22585/0/0 | infact | Press Article agregating service | null | retrieveCategory | API endpoint that allows categories to be viewed or edited. | 200 | null | {"name": ""} | {"type": "object", "properties": {"name": {"type": "string", "maxLength": 255}}, "required": ["name"]} |
0c744a19-94a7-485a-84d0-eca5eb99c866/c6819273-0772-4a19-9f43-1cce6b54c913/0/0 | infact | Press Article agregating service | null | retrieveInformationHub | API endpoint that allows information hubs to be viewed or edited. | 200 | null | {"title": "", "original_source_link": "", "articles": []} | {"type": "object", "properties": {"title": {"type": "string", "maxLength": 255}, "original_source_link": {"type": "string", "maxLength": 255}, "articles": {"type": "array", "items": {"type": "string"}}}, "required": ["title", "original_source_link", "articles"]} |
0c744a19-94a7-485a-84d0-eca5eb99c866/9c83dbc4-6094-4faf-a4e3-eb17e3882b36/0/0 | infact | Press Article agregating service | null | listInformationHubs | API endpoint that allows information hubs to be viewed or edited. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"title": "", "original_source_link": "", "articles": []}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string", "maxLength": 255}, "original_source_link":... |
0c744a19-94a7-485a-84d0-eca5eb99c866/931d0c81-4a7f-411f-a12a-16796b5b739a/0/0 | infact | Press Article agregating service | null | listArticles | API endpoint that allows articles to be viewed or edited. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"author": "", "title": "", "date": "", "body": {}, "link": "", "image_link": "", "journal": "", "categories": []}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"author": {"type": "string", "maxLength": 255}, "title": {"type": "str... |
0c744a19-94a7-485a-84d0-eca5eb99c866/739a7a19-7b1b-4ebc-907f-c32d00cb1553/0/0 | infact | Press Article agregating service | null | listCategorys | API endpoint that allows categories to be viewed or edited. | 200 | null | {"count": 123, "next": "http://api.example.org/accounts/?page=4", "previous": "http://api.example.org/accounts/?page=2", "results": [{"name": ""}]} | {"type": "object", "properties": {"count": {"type": "integer"}, "next": {"type": ["string", "null"], "format": "uri"}, "previous": {"type": ["string", "null"], "format": "uri"}, "results": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string", "maxLength": 255}}, "required": ["name"]}}}... |
e77cb4ae-afad-4af9-9c98-1accef4614fc/0c84533b-206e-4407-9304-a3aaac1b0193/0/0 | Climate Change Update | An API, bringing you the latest news on climate change from around the world | null | Get Individual Climate Change news from a particular source | Getting Climate Change news from a particular source | 300 | New Example | [{"title": "How Covid conspiracists are shifting to climate denial", "url": "https://www.bbc.co.uk/news/blogs-trending-59255165", "source": "bbc"}, {"title": " Wentworth campaign: Allegra Spender says Dave Sharma needs to \u2018get out of the way\u2019 after climate failures ", "url": "https://www.theguardian.com/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"]}} |
e77cb4ae-afad-4af9-9c98-1accef4614fc/0c84533b-206e-4407-9304-a3aaac1b0193/1/0 | Climate Change Update | An API, bringing you the latest news on climate change from around the world | null | Get Individual Climate Change news from a particular source | Getting Climate Change news from a particular source | 200 | New Example | {"title": "A powerful and underappreciated ally in the climate crisis? Fungi", "url": "https://www.theguardian.com/commentisfree/2021/nov/30/fungi-climate-crisis-ally", "source": "guardian"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
28281991-6042-4aa9-a81e-f3086da55cfc/091fc198-872e-491a-a4c9-a4591ce22041/0/0 | Tech News | An API showcasing the latest Tech News | 0.2 | Get Individual News Articles | Get News about latest Tech from a specific article | 200 | New Example | [{"title": "Bank of America just lost a key tech executive who oversaw the bank's vendors and tech operations across all business lines. Here's how the bank's tech leadership team of eight is organized.", "url": "https://www.businessinsider.com/bank-of-america-tech-leadership-cathy-bessant-coo-budget-bios-2021-7", "sou... | {"$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"]}} |
28281991-6042-4aa9-a81e-f3086da55cfc/ca521bc9-f7bb-4ef6-af9f-053d5259e7d0/0/0 | Tech News | An API showcasing the latest Tech News | 0.2 | Get All Tech News | This endpoint returns all latest news showcasing tech | 200 | New Example | [{"title": "Backed by Amazon and newly public, Aurora accelerates self-driving tech, starting with trucks", "url": "https://www.geekwire.com/2022/backed-by-amazon-and-newly-public-aurora-accelerates-self-driving-tech-starting-with-trucks/", "source": "geekwire"}, {"title": "SoftBank Vision Fund posts record $27 billion... | {"$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"]}} |
b7620578-0a4f-40b0-8266-f8fda81bb9af/cccd71dc-fc19-4685-89db-d60aeffb5888/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": "\u2018Lack of policies\u2019 jeopardising UK climate targets", "url": "https://www.cityam.comhttps://www.cityam.com/lack-of-policies-jeopardising-uk-climate-targets/", "source": "cityam"}, {"title": "Farming SOS: How saving our soil could reverse climate change ", "url": "https://www.standard.co.uk/optimist... | {"$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"]}} |
c49355c9-f084-4bcb-b98c-efddf6aea13f/38b1217b-3fc1-45d4-b623-c2d07649a144/0/0 | Climate Change News | An API to show news about climate change | null | Get Individual News | Get climate change news from specific sources | 200 | New Example | [{"title": "\n\t\t\t\t\tIT\u2019S DO\u00a0OR DIE\n\t\t\t\t\n\t\t\n\t\t\tPM warns of 'absolute catastrophe' if leaders fail to tackle climate change\t\t\n\n\t\t\t", "url": "https://www.thesun.co.uk/news/16585376/boris-johnson-climate-change-catastrophe-g20/", "source": "thesun"}, {"title": " Cop26: Biden urges action o... | {"$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"]}} |
cac5b4f4-c110-4a97-a353-f0542557d473/effface4-d0ed-40ed-acbe-8a3daec10472/0/0 | Climate Change Live | An API showing all the latest Climate Change News around the world | null | Get Individual Source News | Get News bout Climate Change 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"]} |
cac5b4f4-c110-4a97-a353-f0542557d473/95fcc08a-2980-41a7-81c7-fa8a3718d87b/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 new about Climate Change 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"]} |
13ab42c7-1d1d-4de2-a0c1-3b7143b8b402/fb2b0c89-a424-4db4-ac1d-259d4d5d4a62/0/0 | Climate Change News | API showing all the last Climate Change News around the world | null | Get Individual News Source News | Get News about Climate Change from a specific news ressource. | 200 | Response | [{"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"}}}} |
13ab42c7-1d1d-4de2-a0c1-3b7143b8b402/5951d2ba-1071-4530-b0a4-2a529e37b67b/0/0 | Climate Change News | API showing all the last Climate Change News around the world | null | Get All Climate Change News | Return back all news about Climate from all over the world. | 200 | Response | [{"title": "US hit by 20 separate billion-dollar climate disasters in 2021, NOAA report says", "url": "https://www.theguardian.com/environment/2022/jan/11/us-hit-by-20-separate-billion-dollar-climate-disasters-in-2021-noaa-report-says", "source": "theguardian"}, {"title": "US hit by 20 separate billion-dollar climate d... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
056d683a-0766-46f1-8cd4-7e39405380ef/c5c4e2e0-3835-48df-bd26-31045b2632bb/0/0 | Climate News Now | An API that fetches news articles about climate from a variety of sources from around the world. | null | Get Individual News Source Newspaper | Get news about the climate from specific news outlets
ie, nytimes, abcnews, telegraph | 201 | New Example | {"title": "At Least 6 Killed in Alabama as Severe Weather Sweeps the SouthMeteorologists issued tornado watches from North Carolina to the Florida Panhandle as storms lashed Alabama, Georgia and Mississippi.5 min read", "url": "https://www.nytimes.com/2023/01/12/us/tornadoes-severe-storms-weather-south.html", "source":... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
056d683a-0766-46f1-8cd4-7e39405380ef/6c4eebbc-c06c-4723-85be-d67dab2b2e55/0/0 | Climate News Now | An API that fetches news articles about climate from a variety of sources from around the world. | null | Get All Climate News | This endpoint will return all news about climate from all over the world. | 200 | New Example | [{"title": "California storms updates: Woman found dead in submerged in car", "url": "https://abcnews.go.com/US/live-updates/california-storms/?id=96331964", "source": "abcnews"}, {"title": "At least 6 dead after multiple tornadoes, severe storms tear through state", "url": "https://abcnews.go.com/US/tornado-brings-sig... | {"$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"]}} |
59d71fa2-f904-4065-8dfb-a6192177178f/c263b20a-1a4e-4d08-a24a-c914b8304a2b/0/0 | Title Case Converter | Capitalize titles and headlines according to the title capitalization rules of various style guides. | 9.1 | Title Case | Converts a title to title case. See the About page for a detailed explanation of the parameters. | 200 | Example | {"result": "Thanks for Opting In to Stay in Touch"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "string"}}, "required": ["result"]} |
59d71fa2-f904-4065-8dfb-a6192177178f/bd2b594a-84d4-4074-966e-5ccdb2d721c6/0/0 | Title Case Converter | Capitalize titles and headlines according to the title capitalization rules of various style guides. | 9.1 | Bulk Title Case | Converts up to 1000 titles to title case. See the About page for more information. | 200 | Example | {"results": ["A Fistful of Dollars", "For a Few Dollars More", "The Good, the Bad and the Ugly"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"results": {"type": "array", "items": {"type": "string"}}}, "required": ["results"]} |
487e17f7-751b-4e9a-b679-0e46dfaf76ac/45089c07-722e-4a84-ad98-00451f717156/0/0 | Climate Change Live | An API that scrapes climate change data all over the world | null | Get individual climate news source | This endpoint returns all individual climate news from its source | 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"]} |
487e17f7-751b-4e9a-b679-0e46dfaf76ac/b57ad72a-42e5-4729-932d-4abf36c32906/0/0 | Climate Change Live | An API that scrapes climate change data all over the world | null | Get All Climate Change News Live | This endpoint will return all climate change news live from all over the world. | 222 | New Example | [{"title": " \u00a3262bn investor says it will target bosses who fail on climate or human rights ", "url": "https://www.theguardian.com/business/2022/jan/24/investor-bosses-climate-human-rights-aviva-investors", "source": "Guardian"}, {"title": "\u00a3262bn investor says it will target bosses who fail on climate or hu... | {"$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"]}} |
fe6ee7ed-7b8a-42a3-954e-9db92588c222/aa780bec-86c3-46fb-84cb-6bc524463d45/0/0 | metube.one | Get link download videos and subtitles | Get links to downloadable of video and subtitles from youtube.com | null | Get YouTube subtitles | Get a link to download subtitle of video | 200 | New Example | {"status": "OK", "url": "https://www.youtube.com/api/timedtext?v=4HSxX-EKJjw&caps=asr&xoaf=5&hl=en&ip=0.0.0.0&ipbits=0&expire=1661422336&sparams=ip,ipbits,expire,v,caps,xoaf&signature=11109C331257BC60C8F7949A7123A414A2657597.BC63B3EDE41F16DF179E1A30C5FC67A60E9C352B&key=yt8&lang=en&fmt="} | {"type": "object", "properties": {"status": {"type": "string"}, "url": {"type": "string"}}} |
fe6ee7ed-7b8a-42a3-954e-9db92588c222/38c242a3-1b9c-4b41-b95b-c78f832eb324/0/0 | metube.one | Get link download videos and subtitles | Get links to downloadable of video and subtitles from youtube.com | null | Get video info | Get video info and link downloadable. | 200 | New Example | {"status": "OK", "result": {"formats": [{"quality": "360p", "width": 640, "height": 360, "fps": 30, "hasVideo": true, "hasAudio": true, "url": "https://rr2---sn-npoe7ns6.googlevideo.com/videoplayback?expire=1661418596&ei=BOgGY9m8C8C9z7sPw8mX0AE&ip=13.251.44.45&id=o-AKr0eKpc3KL6_yvs8bk8zuOQSiYfB_cfQ8xVhPaBS7Oh&itag=18&s... | {"type": "object", "properties": {"status": {"type": "string"}, "result": {"type": "object", "properties": {"formats": {"type": "array", "items": {"type": "object"}}, "videoDetails": {"type": "object", "properties": {"videoId": {"type": "string"}, "title": {"type": "string"}, "videoUrl": {"type": "string"}, "thumbnails... |
9a693ffe-339a-4f79-b037-085408343ffb/b721755c-881f-47db-b530-f82cd918bc04/0/0 | Climate News Update Live | An API showing every recent Climate Change news happening 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 | News Sample | [{"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"}, {"title": "Fire, famine and rising seas: the effects of climate change explained", "url": "https://www.thetimes.co.uk/article... | {"$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"]}} |
9a693ffe-339a-4f79-b037-085408343ffb/8a954b4a-8538-4ef6-a799-253b06dbb1fc/0/0 | Climate News Update Live | An API showing every recent Climate Change news happening around the world. | null | Get specific News Source News | This endpoint will provide news about climate change from a specific news source. | 200 | News Sample | [{"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"}, {"title": "Fire, famine and rising seas: the effects of climate change explained", "url": "https://www.thetimes.co.uk/article... | {"$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"]}} |
79038ff4-c616-4a6d-b3fd-bd8f4ffe03c0/263bf3cf-d13a-42f5-87a1-859f04013677/0/0 | Technology News | Technology News from around the world. | null | guardian | Returns the list of Technology Articles from the Guardian newspaper | 200 | Response | [{"title": " \n \n \n As a new year dawns, expect a fresh assault on big tech ", "url": "https://www.theguardian.com/commentisfree/2022/jan/01/as-a-new-year-dawns-expect-a-fresh-assault-on-big-tech", "source": "guardian"}, {"title": " Stock markets in 2021: from big ... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
79038ff4-c616-4a6d-b3fd-bd8f4ffe03c0/1abd6a0b-e623-493e-bbea-0d5e17c8b80b/0/0 | Technology News | Technology News from around the world. | null | news | Returns the entire list of Technology Articles from around the Earth | 200 | Response | [{"title": "Fintech", "url": "https://www.cityam.com/fintech/", "source": "cityam"}, {"title": "\n\t\t\t\t\t\t2021: Best year ever for UK tech sector with \u00a326bn in VC, 116 unicorns, record London listings and more jobs\n\t\t\t\t\t", "url": "https://www.cityam.com/2021-best-year-ever-for-26bn-uk-tech-sector-with-la... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
a7082020-79fe-44bf-940f-09e83454e1c4/3b35a110-c691-43ae-afdf-2d7e62836c58/0/0 | Crypto Live News API | This API provides users from live crypto news articles from various news resources around the world. | null | Get Individual News Source Live Crypto News | This endpoint will return all live crypto news articles from one specific news source. | 200 | New Example | [{"title": "Aussie asset manager to offer crypto ETF using unique license variation", "url": "https://cointelegraph.com//news/aussie-asset-manager-to-offer-crypto-etf-using-unique-license-variation", "source": "cointelegraph"}, {"title": "3 cryptocurrencies that stand to outperform ETH price thanks to Ethereum\u2019s 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"]}} |
a7082020-79fe-44bf-940f-09e83454e1c4/dae1b571-17e7-48a7-bbff-673496c0f4f9/0/0 | Crypto Live News API | This API provides users from live crypto news articles from various news resources around the world. | null | Get All Live Crypto News Articles | This endpoint will return all live crypto news articles from resources all over the world. | 200 | New Example | [{"title": "People Flock to South Korean Crypto Event Despite Market Turmoil", "url": "https://www.nytimes.com/2022/08/08/business/south-korea-crypto.html", "source": "newyorktimes"}, {"title": "The Humbling of Coinbase", "url": "https://www.nytimes.com/2022/08/05/business/coinbase-crypto.html", "source": "newyorktimes... | {"$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"]}} |
60c7890d-e749-48df-b4a0-6cf5d9dd744d/1769ca23-5993-4c97-b3b7-ee54829731ee/0/0 | Climate Data | This API shows latest climate data around the world | null | Get All Climate News | This endpoint will return all climate news from all over the world | 200 | New Example | {"title": "\n\n\n\nTana River goes for innovative village concept to beat climate disasters\n\n\n\n\n\n\nSponsored by County Government of Tana River\n\n\n\n\n\n\n\n\n\n\n", "url": "https://nation.africa/kenya/brand-book/tana-river-eco-village-project-3603054", "source": "nationafrica"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
7a97544b-d174-4a29-9f7b-722918f99427/b98c55e9-e589-47b0-8584-04f85e487696/0/0 | Games News API | Api showing all latest Video Games news and all this nerd stuff :) | 0.2 | Get a Specific News | Entering the name of the video game, the relative news will return | 200 | Response | [{"title": "Microsoft\u2019s Cloud Gaming Dreams Are Falling Apart", "url": "https://www.wired.com/story/microsoft-activision-blizzard-deal-blocked/", "address": "https://www.wired.com/tag/video-games/", "source": "wired"}, {"title": "Psychedelic Therapy Is Here. Just Don\u2019t Call It Therapy", "url": "https://www.wi... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "address": {"type": "string"}, "source": {"type": "string"}}}} |
7a97544b-d174-4a29-9f7b-722918f99427/672a87b7-a7ee-41ff-a888-ef156e6b3c5c/0/0 | Games News API | Api showing all latest Video Games news and all this nerd stuff :) | 0.2 | Get a News From a specific Website | This Endpoint will return all latest news about gaming from your specific website
Available Websites:
wired
gamerant
gamespot
everyeye
nbcnews
| 200 | New Example | [{"title": "Elden Ring Reveals Update 1.10 Patch Notes", "url": "https://www.gamerant.com/elden-ring-update-110-patch-notes/", "address": "https://gamerant.com/gaming/", "source": "gamerant"}, {"title": "Nintendo Hasn't Yet Dealt With Bootleg Pokemon Vending Machines", "url": "https://www.gamerant.com/nintendo-bootleg-... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "address": {"type": "string"}, "source": {"type": "string"}}}} |
fb51fd0f-e840-4345-b134-813c02b12a4c/517cb044-22ec-4413-b915-6b8580366afc/0/0 | Turkey News Live | An API showing all the latest Turkey News around the world | null | Get All News About Turkey | This endpoint will return back all news about Turkey from all over the world | 200 | New Example | [{"title": "Erdogan and Putin: Complicated Relations With Mutual BenefitsTurkey needs Russian cash, gas and business as Erdogan looks to a dicey election and a new incursion in Syria, while Moscow needs friends to try to evade Western sanctions.By Steven Erlanger", "url": "/2022/08/11/world/europe/erdogan-putin-turkey-... | {"$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"]}} |
fb51fd0f-e840-4345-b134-813c02b12a4c/4ef5b4a7-28b6-4484-a610-f9bce6bd5c94/0/0 | Turkey News Live | An API showing all the latest Turkey News around the world | null | Get Individual News From Specific Sources | Get News about Turkey from a specific news resource. | 200 | New Example | [{"title": "Erdogan and Putin: Complicated Relations With Mutual BenefitsTurkey needs Russian cash, gas and business as Erdogan looks to a dicey election and a new incursion in Syria, while Moscow needs friends to try to evade Western sanctions.By Steven Erlanger", "url": "/2022/08/11/world/europe/erdogan-putin-turkey-... | {"$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"]}} |
0ee31abe-47f5-4dae-8c3b-f25e4adfcd53/3c4a9cd9-99bd-4efd-9d1c-57f747b659e4/0/0 | Climate Change News | An API for the articles about the latest climate change news around the world from the top newspapers of the world | null | Get all climate change news by individual newspapers | This endpoint fetches all the climate change news newspaper wise | 200 | New Example | [{"title": "Prince Charles warns of 'dangerously narrow window' to act on climate crisis \u2013 video", "id": "guardian", "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": "The Guardian"}, {"title": "Prince Charles ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["id", "source", "title", "url"]}} |
0ee31abe-47f5-4dae-8c3b-f25e4adfcd53/e3c56f72-c2d6-4872-a2f6-23df5cf1d2ad/0/0 | Climate Change News | An API for the articles about the latest climate change news around the world from the top newspapers of the world | null | Get all climate change news | This endpoint fetches all the news titles and URLs from trusted sources all over the world | 200 | New Example | [{"title": "Prince Charles warns of 'dangerously narrow window' to act on climate crisis \u2013 video", "id": "guardian", "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": "The Guardian"}, {"title": "Leak exposes lo... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "id": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
ffd9a133-6b10-442c-a62d-f53c60206de8/c61b92f0-42ea-460a-a21b-ff1ead0a0a8a/0/0 | Ufo Aficionado API | This API is used to retrieve UFO sightings. 88,000 reports were used to create this API | 7.1 | Get By Date | Reports by Date | 200 | New Example | [{"_id": "64d005f478aba2ec5a3b4137", "summary": "I think that I may caught a UFO on the NBC Nightly News that aired March 21st or 22nd.", "city": "rockyhill", "shape": "circle", "date": "2019-03-29T00:00:00", "story": "I think that I may caught a UFO on the NBC Nightly News that aired March 21st or 22nd. In this short ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "summary": {"type": "string"}, "city": {"type": "string"}, "shape": {"type": "string"}, "date": {"type": "string"}, "story": {"type": "string"}, "link": {"type": "string"}, "state": {"typ... |
ffd9a133-6b10-442c-a62d-f53c60206de8/0daa3449-ca14-4462-b8ea-1274f1424032/0/0 | Ufo Aficionado API | This API is used to retrieve UFO sightings. 88,000 reports were used to create this API | 7.1 | Get By Shape | Reports by UFO shape | 200 | New Example | [{"_id": "64d005f478aba2ec5a3b4150", "summary": "Spotted it behind my property next to Rt 476 North just out side of the turnpike tunnel,at 12:30 AM,then at 1:28AM it hovered over my m", "city": "westbowmanstown", "shape": "triangle", "date": "2019-08-23T00:00:00", "story": "Spotted it behind my property next to Rt 476... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "summary": {"type": "string"}, "city": {"type": "string"}, "shape": {"type": "string"}, "date": {"type": "string"}, "story": {"type": "string"}, "link": {"type": "string"}, "state": {"typ... |
ffd9a133-6b10-442c-a62d-f53c60206de8/7f874d58-8d46-48f7-809f-09713472885f/0/0 | Ufo Aficionado API | This API is used to retrieve UFO sightings. 88,000 reports were used to create this API | 7.1 | Get By State | Reports by state | 200 | New Example | [{"_id": "64d005f478aba2ec5a3b413a", "summary": "In Peoria Arizona, I saw a cigar shaped craft floating above the neighborhood 500 feet up silent, emitted brilliant colors,", "city": "peoria", "shape": "cigar", "date": "2019-04-18T00:00:00", "story": "In Peoria, Arizona, I saw a cigar shaped craft floating above the ne... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "summary": {"type": "string"}, "city": {"type": "string"}, "shape": {"type": "string"}, "date": {"type": "string"}, "story": {"type": "string"}, "link": {"type": "string"}, "state": {"typ... |
ffd9a133-6b10-442c-a62d-f53c60206de8/13583e38-1fb6-47ab-b29d-84d591a5dd70/0/0 | Ufo Aficionado API | This API is used to retrieve UFO sightings. 88,000 reports were used to create this API | 7.1 | Get By City | Reports by city | 200 | New Example | [{"_id": "64d005f478aba2ec5a3b41da", "summary": "Huge stationary disk", "city": "losangeles", "shape": "circle", "date": "2006-05-15T00:00:00", "story": "Huge stationary disk I was sailing with a friend and I had forgotten my sunglasses, so I purchased some granny glasses. The kind that fit over your regular glasses. S... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "summary": {"type": "string"}, "city": {"type": "string"}, "shape": {"type": "string"}, "date": {"type": "string"}, "story": {"type": "string"}, "link": {"type": "string"}, "state": {"typ... |
ffd9a133-6b10-442c-a62d-f53c60206de8/2d090642-d6cf-407f-90e5-5da707779af5/0/0 | Ufo Aficionado API | This API is used to retrieve UFO sightings. 88,000 reports were used to create this API | 7.1 | Get Random Ufo Reports | Gets 20 random reports. | 200 | New Example | [{"_id": "64d005f478aba2ec5a3c88d0", "summary": "Beam of light gone in seconds.", "city": "columbia", "shape": "light", "date": "2018-06-15T00:00:00", "story": "Beam of light gone in seconds. My mother and I were traveling highway 20 towards Columbia from Florence, SC. Ahead of us it looked like car lights side by sid... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "summary": {"type": "string"}, "city": {"type": "string"}, "shape": {"type": "string"}, "date": {"type": "string"}, "story": {"type": "string"}, "link": {"type": "string"}, "state": {"typ... |
3f472dad-3541-448b-bb00-c9f663942d0b/8eb9b42b-d499-4c66-87f6-3475c7f8740c/0/0 | Climate Change Live | An API showing all the latest Climate Changes News around the world. | null | Get Individual NewsPaper Climate News | Get News about Climate from a specific news resource | 200 | New Example | [{"title": "Buttigieg warns Manchin of resistance to Biden\u2019s climate plan: \u2018It will cost lives\u2019", "url": "https://www.theguardian.com/us-news/2021/oct/17/pete-buttigieg-biden-climate-plan-manchin", "source": "guardian"}, {"title": "Buttigieg warns Manchin of resistance to Biden\u2019s climate plan: \u201... | {"$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"]}} |
a01b768b-ec0b-4254-b580-cc116775c176/352fc91b-b86d-46c5-8dda-6bfe993fb6a3/0/0 | Cryptocurrency News Live | An API showing all the latest Cryptocurrency News along with NFT and Decentralized Finance (DeFi) News around the world | null | Get All NFT And Decentralized Finance News | This endpoint will return back all news about NFT and Decentralized Finance (DeFi) from various news resources like Cryptonews, CoinTelegraph, NewsBTC from all over the world. | 200 | New Example | [{"name": "Cryptonews", "title": "Business Giant Hankook Readies Crypto, NFT Move", "url": "https://cryptonews.com/news/business-giant-hankook-readies-crypto-nft-move.htm"}, {"name": "CoinTelegraph", "title": "DeFi\u2019s quest to reimagine finance must come from a community-based design", "url": "https://cointelegraph... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "title", "url"]}} |
a01b768b-ec0b-4254-b580-cc116775c176/e15c7535-f2ab-4c89-841d-f2c0425ca2a8/0/0 | Cryptocurrency News Live | An API showing all the latest Cryptocurrency News along with NFT and Decentralized Finance (DeFi) News around the world | null | Get Cryptocurrency News From Individual Source | Get Cryptocurrency News articles from a specific news resource | 200 | New Example | [{"name": "Cryptonews", "title": "Crypto Market Sentiment Unchanged; Cardano Takes the Throne", "url": "https://cryptonews.com/news/crypto-market-sentiment-unchanged-cardano-takes-the-throne.htm"}, {"name": "Cryptonews", "title": "CREAM Price Tumbles Following Rising Supply News", "url": "https://cryptonews.com/news/cr... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "title", "url"]}} |
a01b768b-ec0b-4254-b580-cc116775c176/b9cd5574-db59-4362-8ad6-f940d7c90f66/0/0 | Cryptocurrency News Live | An API showing all the latest Cryptocurrency News along with NFT and Decentralized Finance (DeFi) News around the world | null | Get All Cryptocurrency News | This endpoint will return back all news articles about Cryptocurrency from various news sources like CoinDesk, CoinTelegraph, Cryptonews, NewsBTC, TheEconomicTimes from all over the world | 200 | New Example | [{"name": "CoinDesk", "title": "Bitcoin\u2019s Bull Flag Breakout Suggests More Upside; Support at $57K ", "url": "https://www.coindesk.com/markets/2021/11/15/bitcoins-bull-flag-breakout-suggests-more-upside-support-at-57k/"}, {"name": "TheEconomicTimes", "title": "Will welcome regulations on cryptocurrency to harness ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["name", "title", "url"]}} |
a828086a-e92d-4377-8505-b3202197756b/8ab9df30-5214-4fa6-a6aa-1f7d6e85dad5/0/0 | Climate Change News | An API showing all the latest climate change news globally | null | Get Individual News Source | Get News about Climate Change from a specific news resource | 200 | New Example | [{"title": "Joanna Lumley wants \u2018wartime\u2019 rationing to help ease climate crisis", "url": "https://www.standard.co.uk/news/uk/joanna-lumley-wartime-rationing-climate-crisis-reduce-consumption-b962562.html", "source": "es"}, {"title": "Buried treasures threatened by climate change", "url": "https://www.bbc.co.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"]}} |
d23e3c3d-16fa-4b2b-bae3-33c41e71c845/4143500a-ba7d-47c6-92ed-bdd5e9519d91/0/0 | IGN News | An API that fetches all the news from IGN. | null | Query Parameter Cheatsheet | A cheatsheet that shows all the possible query parameters | 200 | Example | {"keyword_type": ["game", "movie", "tv", "tech"], "order_by": ["publish_data (oldest first)", "-publish_data (newest first)", "title", "keyword__score (article score)"], "platform": ["xbox-one", "ps4", "nintendo-switch", "vita", "pc", "mobile"]} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"keyword_type": {"type": "array", "items": {"type": "string"}}, "order_by": {"type": "array", "items": {"type": "string"}}, "platform": {"type": "array", "items": {"type": "string"}}}, "required": ["keyword_type", "order_by", "platform"]} |
d23e3c3d-16fa-4b2b-bae3-33c41e71c845/72db183d-2e3d-4d11-90b8-12f3ede2a1af/0/0 | IGN News | An API that fetches all the news from IGN. | null | Get IGN news | Fetches news from IGN. Adding specific query parameters lets you filter and sort the news that gets returned. | 200 | Example | [{"description": "We didn't forget either.", "discussion_thread": "https://nordic.ign.com/marvels-hawkeye/51214/news/marvels-hawkeye-show-doesnt-forget-he-killed-all-those-people-as-ronin#disqus_thread", "link": "https://nordic.ign.com/marvels-hawkeye/51214/news/marvels-hawkeye-show-doesnt-forget-he-killed-all-those-pe... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"description": {"type": "string"}, "discussion_thread": {"type": "string"}, "link": {"type": "string"}, "published": {"type": "string"}, "thumbnail": {"type": "string"}, "title": {"type": "string"}}, "required": ["... |
df779dba-32a7-4f9b-b381-e642f70b81c7/9183dae2-3536-44ac-a1f6-6b742a97e99b/0/0 | Climate Change Live | An API showing about the latest climate change news from around the world. | null | Get Individual News Source | Gets news about the climate change from single news source. | 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"]} |
5b714829-1de9-42ae-b355-24de65479d2e/5a77ae2c-8d6f-445a-a101-9e3f7c92b789/0/0 | climachangeapi | is a climate change news api, you can read news from all over the world about this subject. | null | Get individual News Source | Get news about climate change 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"]} |
5b714829-1de9-42ae-b355-24de65479d2e/393db6d0-188e-4d56-873f-fb23c6a75dab/0/0 | climachangeapi | is a climate change news api, you can read news from all over the world about this subject. | null | Get all climate change news | This endpoint will return back all news about Climate Change 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"]} |
f9660d2f-c964-4a21-9d66-763965c2b5f1/2735a879-39d0-4d28-a7b2-458580499629/0/0 | Jamaican-Newspaper-Articles | An API showing a collection of Jamaican news article from Loop, Jamaica Observer, Jamaica Gleaner and the Jamaica Star. | null | GET All Articles | Get all articles from four Jamaican popular outlets. | 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"]} |
70dfcd45-94b6-47a3-9f52-7e4070b54245/d539d4c3-a030-4cf3-9ea4-a2e2e5975e1d/0/0 | World Climate Live | An API for climate change from around the world | 0.2 | Get Single Source Live News | Deploy single source news live about climate | 200 | New Example | [{"title": "\n\nJoanna Lumley and the Human Swan, review: a courageous climate change message tainted by tragedy\n\n", "url": "https://www.telegraph.co.uk/tv/0/joanna-lumley-human-swan-review-courageous-climate-change-message/", "source": "telegraph"}] | {"$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"]}} |
3336a6d1-4c13-47e7-9411-0d0bd3e70a19/9d5b75cd-fa15-4e86-aeff-78eca1f7f728/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 Climage 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": "The PM\u2019s \u2018can-do\u2019 climate capitalism won\u2019t work without a price on carbon", "url": "/environment/climate-change/the-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"]}} |
75db40f0-2c8c-412f-a1af-0590bae5f922/4ed9ec52-7abe-40e7-89a0-249b2d188294/0/0 | Bonai News API | Bonai News API, an alternative to Bing News API and Google News, is a content delivery platform that provides access to millions of news articles from over 100,000 news sources and blogs around the world.
It offers a REST API that allows developers to easily integrate news content into your applications. | 8.1 | Trending Topic | This endpoint allows you to access the most popular article for a specific country, language, and topic category.
Since subtopics are only accessible to Ultra and Mega users, Basic and Pro users can only access the following topics:
- General
- World
- Business
- Technology
- Entertainment
- Sports
- Science
- Lifesty... | 200 | New Example | {"status": "ok", "meta": {"page": 1, "count": 50, "totalItems": 3067, "totalPages": 62}, "data": [{"title": "Hontiveros pushes for tougher laws protecting women, children", "url": "https://newsinfo.inquirer.net/1866219/hontiveros-pushes-for-tougher-laws-protecting-women-children", "excerpt": "MANILA, Philippines \u2014... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "meta": {"type": "object", "properties": {"page": {"type": "integer"}, "count": {"type": "integer"}, "totalItems": {"type": "integer"}, "totalPages": {"type": "integer"}}, "required": ["count", "page", "totalIte... |
75db40f0-2c8c-412f-a1af-0590bae5f922/6982cab5-087b-4604-946c-9464cc3ae6c7/0/0 | Bonai News API | Bonai News API, an alternative to Bing News API and Google News, is a content delivery platform that provides access to millions of news articles from over 100,000 news sources and blogs around the world.
It offers a REST API that allows developers to easily integrate news content into your applications. | 8.1 | Topics | This endpoint provides access to a list of topics and subtopics.
Since subtopics are only accessible to Ultra and Mega users, Basic and Pro users can only access the following topics:
- General
- World
- Business
- Technology
- Entertainment
- Sports
- Science
- Lifestyle
- Politics | 200 | New Example | {"status": "ok", "data": [{"name": "General", "subtopics": []}, {"name": "World", "subtopics": []}, {"name": "Business", "subtopics": ["Cryptocurrency", "Economy", "Markets", "Finance", "Forex", "Property", "Startup"]}, {"name": "Technology", "subtopics": ["AI", "CyberSec", "Computing", "Gadgets", "Mobile", "Robot", "I... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "subtopics": {"type": "array", "items": {"type": "string"}}}, "required": ["name", "subtopics"]}}}, "required": ["... |
75db40f0-2c8c-412f-a1af-0590bae5f922/bf858e5a-de8c-4cee-8807-67bd5e083521/0/0 | Bonai News API | Bonai News API, an alternative to Bing News API and Google News, is a content delivery platform that provides access to millions of news articles from over 100,000 news sources and blogs around the world.
It offers a REST API that allows developers to easily integrate news content into your applications. | 8.1 | Random Article | This endpoint provides you a straightforward to discover new and engaging content by randomly selecting an article, with the added flexibility to filter the results based on country or language. | 200 | New Example | {"status": "ok", "data": {"title": "Programmable DNA Machines Offer General-Purpose Computing", "url": "https://spectrum.ieee.org/dna-computing", "excerpt": "New liquid computer can run more than 100 billion distinct circuits", "thumbnail": "https://spectrum.ieee.org/media-library/numbers-and-letters-in-the-shape-of-dn... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "excerpt": {"type": "string"}, "thumbnail": {"type": "string"}, "authors": {"type": "array", "items": {"type": "s... |
75db40f0-2c8c-412f-a1af-0590bae5f922/9270cfc0-a814-4e33-bcf0-b77f2b52a7e7/0/0 | Bonai News API | Bonai News API, an alternative to Bing News API and Google News, is a content delivery platform that provides access to millions of news articles from over 100,000 news sources and blogs around the world.
It offers a REST API that allows developers to easily integrate news content into your applications. | 8.1 | Article Content | This endpoint allows you to retrieve the complete metadata and content of the article. | 200 | New Example | {"status": "ok", "data": {"title": "\u2018The charge state tapers off\u2019: Elon Musk told Joe Rogan how Tesla\u2019s batteries work, comparing them to \u2018cars in a parking lot.\u2019 Here\u2019s why you shouldn\u2019t charge your EV to 100%", "url": "https://finance.yahoo.com/news/charge-state-tapers-off-elon-1430... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "data": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "excerpt": {"type": "string"}, "thumbnail": {"type": "string"}, "authors": {"type": "array", "items": {"type": "s... |
75db40f0-2c8c-412f-a1af-0590bae5f922/647970b8-9902-4c91-9fb4-d41832d5c2d7/0/0 | Bonai News API | Bonai News API, an alternative to Bing News API and Google News, is a content delivery platform that provides access to millions of news articles from over 100,000 news sources and blogs around the world.
It offers a REST API that allows developers to easily integrate news content into your applications. | 8.1 | Search Publishers | This endpoint provides a list of news publishers, giving you ability to access detailed information about each publisher, including their description, logo, language, category, and social media links. | 200 | New Example | {"status": "ok", "totalItems": 50, "data": [{"title": "Yahoo | Mail, Weather, Search, Politics, News, Finance, Sports & Videos", "name": "Yahoo", "url": "https://www.yahoo.com", "description": "Latest news coverage, email, free stock quotes, live scores and video are just the beginning. Discover more every day at Yahoo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalItems": {"type": "integer"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "name": {"type": ["null", "string"]}, "url": {"type": "string"}, "description"... |
ba0125e0-1b2e-4fce-8a27-1e9d5a97a777/e0f22b10-aa9b-4961-8ae2-f49b84e3ce26/0/0 | climate-change-api | This api helps you to retrieve the latest climate change news around the globe | null | Climate Change News From Individual News Source | This endpoint supports to retrieve latest climate change news from your preferred news source. | 200 | Response | [{"title": "Eco-anxiety over climate crisis suffered by all ages and classes", "url": "https://www.theguardian.com/environment/2021/oct/31/eco-anxiety-over-climate-crisis-suffered-by-all-ages-and-classes", "source": "guardian"}, {"title": "Eco-anxiety over climate crisis suffered by all ages and classes", "url": "https... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
ba0125e0-1b2e-4fce-8a27-1e9d5a97a777/bbb75932-a3da-4ba6-9bc9-2ef8781ffe20/0/0 | climate-change-api | This api helps you to retrieve the latest climate change news around the globe | null | Retrieve All The Climate Change News Around The Globe | This endpoint will provide you all the climate changes around the globe | 200 | Response | [{"title": "Flood risk is growing for US homeowners due to climate change. Current insurance rates greatly underestimate the threat, a new report finds", "url": "https://www.cnn.com/2021/02/22/business/flood-insurance-climate-change-risk-first-street-foundation/index.html", "source": "cnn"}, {"title": "Follow @CNNclima... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
56d5b09a-c95b-4c3c-a553-27cfedfef4a7/35ac5b79-2f96-4f59-b3e6-4cf0f190f308/0/0 | Climate Change Live | An API showing all the latest Climate Change News around the world | 6 | Get All Climate change news | All news about climate change | 200 | New Example | {"title": "From land to sea, climate change is stressing our planet to the limit", "url": "https://www.standard.co.uk/comment/from-land-to-sea-humaninduced-climate-change-is-stressing-our-planet-beyond-safe-limits-b1098712.html", "source": "es"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
0bfc72ef-91fa-4cee-89be-763357df3fec/91faf72b-4418-4b9d-bf4e-92146d974dd6/0/0 | CLimate Change Live | An API showing all the lastest 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": "\u2018Black box\u2019 to tell future civilisations about climate disaster", "url": "https://www.thetimes.co.uk/article/earth-black-box-to-tell-future-civilisations-about-climate-change-disaster-qwbh8bp9s", "source": "thetimes"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
81b6f608-9847-41c7-806d-105aea6a71c1/04c2eed5-4e4e-4608-8d5b-f44914ae068c/0/0 | BBC World News API | An API that collects news from various regions around the world from the BBC news website. It provides access to the latest news articles, summaries, URLs, images, timestamps, and sources for news items covering a wide range of topics such as climate, wars, coronavirus, business, technology, science, health, and more. ... | 5.8 | Get News by Sport | This endpoint allows you to retrieve news articles for a specific sport. It returns a list of news articles related to the specified sport. | 200 | New Example | {"key1": "", "key2": ""} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
81b6f608-9847-41c7-806d-105aea6a71c1/a260c3fe-6d2b-4aa3-9914-09d6b640f2e0/0/0 | BBC World News API | An API that collects news from various regions around the world from the BBC news website. It provides access to the latest news articles, summaries, URLs, images, timestamps, and sources for news items covering a wide range of topics such as climate, wars, coronavirus, business, technology, science, health, and more. ... | 5.8 | Get Sports News | This endpoint allows you to retrieve news articles related to sports. It returns a list of news articles covering various sports and sporting events. | 200 | New Example | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
81b6f608-9847-41c7-806d-105aea6a71c1/6572720e-c02c-47ec-9bdd-b0cc587d29d9/0/0 | BBC World News API | An API that collects news from various regions around the world from the BBC news website. It provides access to the latest news articles, summaries, URLs, images, timestamps, and sources for news items covering a wide range of topics such as climate, wars, coronavirus, business, technology, science, health, and more. ... | 5.8 | Get All News | This endpoint allows you to retrieve news articles from various topics. It returns a list of news articles covering a wide range of subjects such as climate, world events, technology, health, and more. | 200 | New Example | {"key1": "value", "key2": "value"} | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
81b6f608-9847-41c7-806d-105aea6a71c1/f785ce6f-48fb-47e8-b174-537d6244b999/0/0 | BBC World News API | An API that collects news from various regions around the world from the BBC news website. It provides access to the latest news articles, summaries, URLs, images, timestamps, and sources for news items covering a wide range of topics such as climate, wars, coronavirus, business, technology, science, health, and more. ... | 5.8 | Get news on specific topic | This endpoint retrieves news based on a specific news ID. Users can provide a news ID corresponding to a category or region of interest, and the API will return news items related to that ID. For example, /news/climate will fetch news articles specifically related to climate. | 200 | New Example | [{"title": "War crimes evidence erased by social media firms", "summary": "Footage of potential human rights abuses may be lost after platforms delete it, the BBC has found.", "url": "https://www.bbc.com/news/technology-65755517", "imageUrl": "https://ichef.bbci.co.uk/news/490/cpsprodpb/E501/production/_129952685_war-i... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "summary": {"type": "string"}, "url": {"type": "string"}, "imageUrl": {"type": "string"}, "id": {"type": "string"}, "timeStamp": {"type": "string"}, "from": {"type": "string"}}, "requir... |
81b6f608-9847-41c7-806d-105aea6a71c1/e31e88a1-dfee-49cf-b772-bb13d5b95257/0/0 | BBC World News API | An API that collects news from various regions around the world from the BBC news website. It provides access to the latest news articles, summaries, URLs, images, timestamps, and sources for news items covering a wide range of topics such as climate, wars, coronavirus, business, technology, science, health, and more. ... | 5.8 | Get All news from world wide | This endpoint fetches news articles from all categories and regions worldwide. It returns a comprehensive collection of news items, including titles, summaries, URLs, images, timestamps, and sources. | 200 | New Example | [{"title": "Top Australian soldier loses war crimes defamation caseTop Australian soldier loses war crimes defamation case", "summary": "Ben Roberts-Smith had sued newspapers over allegations he killed unarmed prisoners in Afghanistan.Ben Roberts-Smith had sued newspapers over allegations he killed unarmed prisoners in... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "summary": {"type": "string"}, "url": {"type": "string"}, "imageUrl": {"type": "string"}, "id": {"type": "string"}, "timeStamp": {"type": "string"}, "from": {"type": "string"}}, "requir... |
ea12b23d-7dc9-46ca-a81f-cbb87ae2eca5/a10d1125-ea48-47d5-9f2d-f860920c3c47/0/0 | Climate and Environment | An API showcasing all the Climate and Environment related news around the top world newspaper. | 0 | Get All News Specific to a Newspaper | This Endpoint will provide all the news specific to a newspaper like thetimes, guardian, NYT, telegraph, and much more. | 200 | New Example | {"title": "Guardian and Observer charity appeal 2021: support the fight for climate justice ", "url": "https://www.theguardian.com/society/2021/dec/10/guardian-and-observer-charity-christmas-appeal-2021-the-fight-for-climate-justice", "source": "guardian"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
9c6ef7a8-7c64-467f-a98a-6f7b93783ea3/75f14ba2-4fed-4a96-ab6e-856a7cd9ab3b/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 source. | 200 | New Example | [{"title": "Train or plane? The climate crisis is forcing us to rethink all long-distance travel", "url": "https://www.theguardian.com/commentisfree/2021/oct/11/train-plane-climate-crisis-travel-transport", "source": "guardian"}, {"title": "Train or plane? The climate crisis is forcing us to rethink all long-distance 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"]}} |
082fb2e5-8a55-4a8e-80d7-4e5a04d1045e/e62fda35-3f20-411e-b505-f0798ea251a2/0/0 | Climate Change Live Nodo | An API showing the latest news around the Globe | null | Get News from a specific news Paper | This endpoint Get News from a specific news Paper | 200 | New Example | [{"title": " China\u2019s new climate plan falls short of Cop26 global heating goal, experts say ", "url": "https://www.theguardian.com/environment/2021/oct/28/disappointing-but-not-unexpected-china-climate-goal-leaves-experts-unsatisfied", "source": "guardian"}, {"title": "China\u2019s new climate plan falls short of... | {"type": "object", "properties": {"title": {"type": "string"}, "URL": {"type": "string"}, "source": {"type": "string"}}} |
7db1c370-6761-428f-95cb-4fc7b064554d/d699bfc3-bfa1-439e-8d9c-67f628359de4/0/0 | Climate Change Realtime | This API will provide real-time news about climate change in the world. | null | Get single / specific news details | Get single/specific news details | 200 | New Example | [{"title": "Opening Cambo oilfield \u2018will defy our climate strategy\u2019", "url": "https://www.thetimes.co.uk/article/opening-cambo-oil-field-will-defy-our-climate-strategy-say-snp-green-government-h7sgk826x", "source": "thetimes"}, {"title": "See our climate change page", "url": "https://www.thetimes.co.uk/enviro... | {"$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"]}} |
7db1c370-6761-428f-95cb-4fc7b064554d/7614ae24-18c6-4cce-b026-7fbd5dd41505/0/0 | Climate Change Realtime | This API will provide real-time news about climate change in the world. | null | Get all real-time climate changed news | Get all real-time climate changed news from worldwide. | 200 | New Example | [{"title": "School climate strikes Russian and Ukrainian activists call for European embargo on Russian fossil fuels ", "url": "https://www.theguardian.com/environment/2022/mar/24/russian-and-ukrainian-activists-call-for-european-embargo-on-russian-fossil-fuels", "source": "gurdinan"}, {"title": "Weatherwatch How wil... | {"$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"]}} |
a928f77b-e86e-453c-a91f-195b5da374a3/dfae350a-7a72-4d24-80dc-a4acba42f4fd/0/0 | Climate News LIVE 24/7 | An API shows real world Live Climate Change news around the world | null | Get all Climate Change NEWS | This endpoint will return all news Related to Climate Change from all over the WORLD. | 200 | New Example | {"Success": "All Information", "Sample Success Code": "200"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"Success": {"type": "string"}, "Sample Success Code": {"type": "string"}}, "required": ["Sample Success Code", "Success"]} |
99b42148-3621-4436-9d57-c64c7d232bb5/4a0c3d32-9bcc-4679-a370-92ac369cb12b/0/0 | Climate Live changes and crisis | an API showing all the latest news all over the world | null | Get all Climate change news | this endpoint will return back all about Climate change
from all over the world.!!!!!! | 200 | New Example | [{"title": " First Thing: every sector failing to move fast enough on climate ", "url": "https://www.theguardian.com/us-news/2021/oct/28/first-thing-every-sector-failing-to-move-fast-enough-on-climate", "source": "guardian"}, {"title": "First Thing: every sector failing to move fast enough on climate", "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"]}} |
78e6740d-d81c-49cf-9288-4c04c5e5ff53/0b6a7ec5-80f1-4a2e-af34-03f25a38e198/0/0 | climate_change_api | An API showing all the latest world climate change news | null | Get Individual News Sources News | Get news about climate change from 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"]}} |
78e6740d-d81c-49cf-9288-4c04c5e5ff53/78effabf-dccf-493f-8587-927464b161ee/0/0 | climate_change_api | An API showing all the latest world climate change news | 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": "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"]}} |
4c5a961a-3249-4ccc-b420-2a1eb4997cd3/7955a6dd-2a4c-441d-b9ff-ac38bfcc7738/0/0 | Mutuas Accidente News | Spanish Mutuas de Accidente news collection | 0 | Get all Mutuas news | This Endpoint return a resume of the most important news | 200 | New Example | [{"title": "La guerra sucia por Activa Mutua desata una trifulca sin precedentes en el sector", "url": "https://www.lainformacion.comhttps://www.lainformacion.com/economia-negocios-y-finanzas/guerra-sucia-activa-mutua-desata-trifulca-sin-precedentes-sector/2851431/", "source": "lainformacion"}, {"title": "Activa Mutua ... | {"$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"]}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.