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 |
|---|---|---|---|---|---|---|---|---|---|
1831d768-b764-4653-a8bc-07b843404443/ab0c8891-cd47-4df7-a8e7-27d8484418c7/0/0 | Latest Manga API | Fetch latest manga with hd chapter images. | 7.5 | All New Manga | Get all new manga list. | 200 | New Example | [{"mangaId": "nichiasa-suki-no-otaku-ga-akuyaku-seito-ni-tenseishita-kekka-hametsu-flag-ga-houkaishiteiku-ken-ni-tsuite", "mangaTitle": "Nichiasa Suki no Otaku ga Akuyaku Seito ni Tenseishita Kekka, Hametsu Flag ga Houkaishiteiku Ken ni Tsuite", "mangaImg": "https://readmanga.app/uploads/chapter_files/cover/tbn/1700598... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"mangaId": {"type": "string"}, "mangaTitle": {"type": "string"}, "mangaImg": {"type": "string"}, "description": {"type": "string"}}, "required": ["description", "mangaId", "mangaImg", "mangaTitle"]}} |
1831d768-b764-4653-a8bc-07b843404443/44bc8a78-da11-4f7e-b78e-11fc1843a13d/0/0 | Latest Manga API | Fetch latest manga with hd chapter images. | 7.5 | Chapter Detail | Chapter detail. | 200 | New Example | {"images": ["https://readm.org/uploads/chapter_files/19435/8/1.jpg", "https://readm.org/uploads/chapter_files/19435/8/2.jpg", "https://readm.org/uploads/chapter_files/19435/8/3.jpg", "https://readm.org/uploads/chapter_files/19435/8/4.jpg", "https://readm.org/uploads/chapter_files/19435/8/5.jpg", "https://readm.org/uplo... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"images": {"type": "array", "items": {"type": "string"}}}, "required": ["images"]} |
1831d768-b764-4653-a8bc-07b843404443/8e83e3b7-eeab-42f9-bdbb-116bb3d7e4b6/0/0 | Latest Manga API | Fetch latest manga with hd chapter images. | 7.5 | Manga Detail Page | Get manga details. | 200 | New Example | {"mangaImg": "https://readmanga.app/uploads/chapter_files/cover/tbn/1617191222_198x0.jpg", "alternativeTitle": "", "authors": [{"authorId": "haruba-negi", "authorName": "HARUBA Negi"}], "status": "Ongoing", "genres": [{"genreId": "action", "genreTitle": "Action"}, {"genreId": "adventure", "genreTitle": "Adventure"}, {"... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"mangaImg": {"type": "string"}, "alternativeTitle": {"type": "string"}, "authors": {"type": "array", "items": {"type": "object", "properties": {"authorId": {"type": "string"}, "authorName": {"type": "string"}}, "required": ["authorId", "auth... |
1831d768-b764-4653-a8bc-07b843404443/7de4a9e4-56a5-4b56-904e-2cfbe81afaeb/0/0 | Latest Manga API | Fetch latest manga with hd chapter images. | 7.5 | Latest Manga Chapters | Get latest manga chapters by pages. | 200 | New Example | [{"mangaId": "20725", "mangaTitle": "Legend of Star General", "mangaImg": "https://readmanga.app/uploads/chapter_files/cover/tbn/1639350277_198x0.jpg", "chapterId": "chapter-155", "chapterTitle": " Ch. 155", "createdDate": "8 Hours, 3 Minutes ago"}, {"mangaId": "20580", "mangaTitle": "Final Boss", "mangaImg": "https://... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"mangaId": {"type": "string"}, "mangaTitle": {"type": "string"}, "mangaImg": {"type": "string"}, "chapterId": {"type": "string"}, "chapterTitle": {"type": "string"}, "createdDate": {"type": "string"}}, "required": ... |
ee0df20b-b004-4137-9dda-b66df2419481/f489c425-0152-48d9-9f78-1a4f4494f728/0/0 | Cimate 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 resource | 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"]}} |
4af6fb05-109b-4baf-b155-a5d70cfab4c1/ef581aa2-168a-4bcb-af7d-44f3b8d08801/0/0 | covid-19-news | An api showing all the latest news on covid-19 | null | Get Individual News Source News | Gets news about from a individual news source | 200 | Response | [{"title": "CDC releases 2021 holiday guidance to prevent spread of COVID-19", "url": "https://abcnews.go.com/Politics/cdc-releases-2021-holiday-guidance-prevent-spread-covid/story?id=80603300", "source": "abcnews"}, {"title": "UK: 1000s may have got false negative COVID tests", "url": "https://abcnews.go.com/Health/wi... | {"$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"]}} |
4af6fb05-109b-4baf-b155-a5d70cfab4c1/736f8bb4-4e81-452e-beac-d5c532ac1d59/0/0 | covid-19-news | An api showing all the latest news on covid-19 | null | Get All Covid-19 News | This endpoint will return all news about covid-19 | 200 | New Example | [{"title": "Covid \u2018vaxathon' Over 2.5% of New Zealanders get jabbed in one day", "url": "https://www.theguardian.com/world/2021/oct/16/covid-vaxathon-new-zealanders-jabbed-in-one-day", "source": "guardian"}, {"title": "UK\u2019s Covid vaccine creator: Let\u2019s take on more diseases", "url": "/news/health-5889808... | {"$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"]}} |
5c419c01-d66d-4160-9069-0ab6824d7065/f049bc0e-a28f-49e6-8678-f141fa378554/0/0 | News on Ukraine - Russia Conflict | API that provides the latest news about the conflict between Ukraine and Russia. | 0 | Get Individual News Sources | Gets news about Ukraine Russia conflict from a specific news resource. The search parameters are: guardian, telegraph, times, bbc, reuters, usatoday, nytimes | 200 | New Example | [{"title": "Ukraine rules out any ceasefire deal that involves ceding territory to Russia", "url": "https://www.theguardian.com/world/2022/may/22/ukraine-russia-ceasefire-deal-territory-donbas", "source": "guardian"}, {"title": "Russia-Ukraine war at a glance Russia-Ukraine war: what we know on day 88 of the invasion ... | {"$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"]}} |
37a2618b-a7d3-457d-b4d2-45c58c3c3abf/64f63f11-f239-466e-8193-94b6a2fa8831/0/0 | Ukraine War Update | Latest from Ukraine War | null | Get All War Updates | This will return all news about the Ukraine War | 200 | New Example | [{"title": "Ukraine minister: GDP contraction of 39% expected in 2022 vs earlier forecast of 35%, article with image", "url": "https://www.reuters.com/markets/europe/ukraine-minister-gdp-contraction-39-expected-2022-vs-earlier-forecast-35-2022-11-09/", "src": "reuters"}, {"title": "Ukraine presidential adviser: too soo... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "src": {"type": "string"}}, "required": ["src", "title", "url"]}} |
37a2618b-a7d3-457d-b4d2-45c58c3c3abf/ba25c941-bcc8-49b9-a60d-53d182d03e80/0/0 | Ukraine War Update | Latest from Ukraine War | null | Get specific News Source | Gets a specific News Source:
- bbc
- reuters
- ap
- foreignaffairs
- defenceblog
- voanews
-nytimes
-aljazeera
-dw
-france24
-kyivindependent
-theguardian | 200 | New Example | [{"title": "Live Russia-Ukraine war live: Russia orders troops to leave key Ukrainian city of Kherson", "url": "https://www.theguardian.com/world/live/2022/nov/09/russia-ukraine-war-live-reports-of-fierce-fighting-in-mykolaiv-region-zelenskiy-says-russians-face-extraordinary-losses-in-donetsk", "src": "theguardian"}, {... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "src": {"type": "string"}}, "required": ["src", "title", "url"]}} |
375bb508-d0d3-4e9d-b836-be7361d57634/547daa81-d16a-47b4-beba-921ff8726c9f/0/0 | Nigerian Politics News | An API showing all the news on politics in Nigeria. | 0 | Get all news on politics in Nigeria from a particular news station | This endpoint returns all the news on politics from a specific new source | 200 | New Example | {"status": 200, "message": "success", "data": [{"title": "Publicity Secretary Of Opposition Party, PDP In Ebonyi Spends One Month In Police Detention", "link": "https://saharareporters.com/2022/02/18/publicity-secretary-opposition-party-pdp-ebonyi-spends-one-month-police-detention", "source": "saharareporters"}, {"titl... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "source": {"type": "string"}}, "required": ["link", "... |
375bb508-d0d3-4e9d-b836-be7361d57634/a719e04e-d333-477d-8331-f264f8e6ce50/0/0 | Nigerian Politics News | An API showing all the news on politics in Nigeria. | 0 | Get all news on politics in Nigeria | This endpoint returns all news on politics in Nigeria | 200 | New Example | {"status": 200, "message": "success", "data": [{"title": "Harassment: Ortom, Benue People Can Never Succumb to Intimidation \u2013 PDP ", "link": "https://www.channelstv.com/2022/02/16/harassment-ortom-benue-people-can-never-succumb-to-intimidation-pdp/", "source": "channelstv"}, {"title": "Buhari Unwilling To Sign\u00... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "link": {"type": "string"}, "source": {"type": "string"}}, "required": ["link", "... |
95fb5b6d-7d7a-4b36-8acc-6f9c05f50b75/ff5ed76f-5184-423d-ae05-f1cd709bbad8/0/0 | my-first-climate-api | it is test api for rapid | null | Get Individual News Source News | Gets News about Climate Change from a specific news resource. | 200 | New Example | [{"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "thetimes"}, {"title": "20 things you can do right now to stop climate change", "url": "https://www.... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
95fb5b6d-7d7a-4b36-8acc-6f9c05f50b75/6c7f81c0-ea03-4797-b454-22f301905004/0/0 | my-first-climate-api | it is test api for rapid | 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": "Climate crisis Coalition climate target consistent with more than 3C global heating, research says ", "url": "https://www.theguardian.com/environment/2022/may/06/coalition-climate-target-consistent-with-more-than-3c-global-heating-research-says", "source": "guardian"}, {"title": "Our small changes can be a... | {"$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"]}} |
e8a51c29-996d-4e6f-abe1-14f218e93eaa/ddae32d7-c0f3-4328-976e-7416f3d7fc2f/0/0 | Climate Change News | An Api showing all latest information and news about climate change all around the world | null | News on climate change | Get all news and information about climate change all over the world | 200 | New Example | [{"title": "Huge toll of disasters linked to climate change", "url": "https://www.bbc.com/news/science-environment-59761839", "source": "bbc"}, {"title": "A band of volunteers is keeping climate denial off the net", "url": "https://www.bbc.com/news/blogs-trending-59452614", "source": "bbc"}, {"title": "Huge toll of dis... | {"$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"]}} |
a8ea231e-7131-4e24-ad46-0d5af992701f/0d105b4c-c9d9-4610-bb64-d0de82167093/0/0 | Climate Change Live | An APi showing all the lasted Climate change | null | Get Individual News Source News | Gets News about cliamte Change from a specific New resource. | 200 | New Example | [{"title": "PM: It\u2019s last chance on climate", "url": "https://www.thetimes.co.uk/article/cop26-pay-more-or-climate-plans-will-crumble-boris-johnson-tells-rich-nations-vzb0nnvhh", "source": "thetimes"}, {"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.... | {"$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"]}} |
27eafe9b-7c36-416c-b085-1cc7a7c43888/eea9acd1-afd6-409a-b8ec-1eb6ada545ba/0/0 | Climate Change Live | An API showing all te 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 | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
b7a1b09c-3710-4e16-97bf-47737b7f4b7d/caa3ce82-8b4c-4a4b-873a-e02166d571ef/0/0 | Climat change API | Display the most latest news in the world about climat crisis | null | getSpecifics media id | display the news by media ID | 200 | New Example | [{"title": "Australia news Greens in \u2018powerful position\u2019 on climate as Labor faces scrutiny over Coalition\u2019s \u2018gas-fired recovery\u2019 projects ", "url": "https://www.theguardian.com/australia-news/2022/aug/03/greens-in-powerful-position-on-climate-as-labor-faces-scrutiny-over-coalitions-gas-fired-... | {"$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"]}} |
3017e09d-8535-47c5-8556-8de753c9617f/aede4015-d95b-42d6-9684-f68d498f67af/0/0 | Climate Change Live | Collecting the latest climate change related news from different sources such as BBC, Guardian and Telegraph. | null | Get Individual Climate Change News | Users can access specific climate change news by entering different URI. | 200 | New Example | [{"title": "Meet the people fighting climate doomism", "url": "https://www.bbc.co.uk/news/blogs-trending-61495035", "source": "bbc"}, {"title": "HSBC suspends banker over 'nut job' climate speech", "url": "https://www.bbc.co.uk/news/business-61519111", "source": "bbc"}, {"title": "Airlines miss all but one climate targ... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
3017e09d-8535-47c5-8556-8de753c9617f/70e16a6f-f843-4823-be34-b7369fbaf65f/0/0 | Climate Change Live | Collecting the latest climate change related news from different sources such as BBC, Guardian and Telegraph. | null | Get All Climate Change News | Users can access all climate change news including title, url and news source. | 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... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
cb721188-3318-40e6-b258-f92674131b52/3d71cc99-e2d6-44fc-a9f0-6c72d3d6f6b3/0/0 | Crypto news | Provides the latest news about the world of cryptocurrencies taken from the most famous English-language magazines in the world. | null | Get individual news | Get news about cryptocurrency from a especific news source. | 200 | New Example | [{"title": "Tech Tent: The Merge: A cryptocurrency revolution", "url": "https://www.bbc.co.uk/programmes/w3ct375m", "source": "bbc"}, {"title": "Ethereum Merge: A cryptocurrency 'going green'", "url": "https://www.bbc.co.uk/news/world-62899880", "source": "bbc"}, {"title": "Ethereum Merge: How one big cryptocurrency is... | {"$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"]}} |
cb721188-3318-40e6-b258-f92674131b52/55b2ce8a-6a59-490f-b98c-5358d52c51c4/0/0 | Crypto news | Provides the latest news about the world of cryptocurrencies taken from the most famous English-language magazines in the world. | null | Get all cryptocurrency news | This endpoint will return all the news about cryptocurrency. | 200 | New Example | [{"title": "How to buy cryptocurrency", "url": "https://www.standard.co.uk//esmoney/investing/cryptocurrency/how-to-buy-cryptocurrency-b990521.html", "source": "standard"}, {"title": "This time, the cryptocurrency meltdown will really hurt", "url": "https://www.thetimes.co.uk/article/bitcoin-this-time-the-cryptocurrenc... | {"$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"]}} |
2bf41974-f7db-4421-aa77-b80bc164d1d4/7e4d869a-7f3e-41c4-b003-afecbee3a625/0/0 | Climate Change News 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 | Response | [{"title": "Live Cop26 live: Boris Johnson gives press briefing before leaving climate conference ", "url": "https://www.theguardian.com/environment/live/2021/nov/02/cop26-live-news-joe-biden-global-methane-emissions-boris-johnson-glasgow-latest", "source": "guardian"}, {"title": "Cop26 live: Boris Johnson gives press... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
71085aec-13ae-4d1d-ae02-ce03f7fe041f/452ec4be-30f9-42bf-bf0f-b3190d6eb72a/0/0 | Zing News | show information zing news | 0 | get single page category | get specific page news
xuatban
thoisu
thegioi
kinhdoanhtaichinh
congnghe
suckhoe
thethao
giaitri
doisong
dulich | 200 | New Example | [{"source": "thegioi", "title": "Ngh\u1ecb s\u0129 Anh b\u1ecb \u0111\u00ecnh ch\u1ec9 v\u00ec xem phim ng\u01b0\u1eddi l\u1edbn t\u1ea1i Qu\u1ed1c h\u1ed9i", "summary": "Ngh\u1ecb s\u0129 Neil Parish b\u1ecb \u0111\u00ecnh ch\u1ec9 c\u00f4ng t\u00e1c \u0111\u1ec3 ti\u1ebfp nh\u1eadn \u0111i\u1ec1u tra v\u1edbi c\u00e1... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "summary": {"type": "string"}, "link": {"type": "string"}, "id": {"type": "integer"}}, "required": ["id", "link", "source", "summary", "title"]}} |
9da74950-c897-4e25-89a8-cde976dc9747/af55fa04-88e1-4adb-9681-f9e9b8e7bee8/0/0 | Climate change | Gathering climate change news from all over the world | null | News per newspaper | Getting the climate change news from a defined newspaper from the list of supported newspapers in the API. Below list of supported newspapers in the API. Feel free to suggest me any newspaper that is talking about the climate change to add it to our API.
cityam: cityam
thetimes: thetimes
theguardian: guardi... | 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"]} |
9da74950-c897-4e25-89a8-cde976dc9747/8e38bc72-51bc-48d9-b005-7abf60dbdcdc/0/0 | Climate change | Gathering climate change news from all over the world | null | Climate change news | Getting all of the news related to the climate change from all over there world | 200 | New Example | [{"title": "Scott Morrison refuses to release net zero 2050 modelling amid condemnation of climate policy", "url": "https://www.theguardian.com/australia-news/2021/oct/27/scott-morrison-refuses-to-release-net-zero-2050-modelling-amid-condemnation-of-climate-policy", "source": "guardian"}, {"title": "Scott Morrison refu... | {"$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"]}} |
22b3245f-66eb-4bfb-bf7c-ce848700dda1/f756c82b-7498-4171-9e5b-20947fc34604/0/0 | Climate Live | An API showing all | null | Get Individual News Scource 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"]}} |
53b7f55f-a104-42b0-9900-fa5bd91788c7/1117ea6c-b17f-48e7-ae6c-dade24540104/0/0 | Link Hay VietNam Data | Link Hay Data | 0.1 | get link hay data | get linkhay data | 200 | New Example | [{"tittle": "Vua N\u1ec7m: T\u1eeb c\u00e2u chuy\u1ec7n c\u1ee7a nh\u1eefng chi\u1ebfc n\u1ec7m \u0111\u1ebfn cu\u1ed9c c\u00e1ch m\u1ea1ng bi\u1ebfn ph\u00f2ng ng\u1ee7 th\u00e0nh \"thi\u00ean \u0111\u01b0\u1eddng\"", "url": "https://linkhay.com/link/item/click/id/4920025"}, {"tittle": "F1 \u1edf TPHCM \u0111i l\u00e0... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"tittle": {"type": "string"}, "url": {"type": "string"}}, "required": ["tittle", "url"]}} |
b54dd561-514a-4a75-bf28-9171e0ac318b/b8bd24d4-3255-46ce-980b-4d36ef8c857d/0/0 | Live Climate Change | This API shows the most recent Climate Change News from around the world-
NOTE: this API for education purpose | 0 | Get Individual News Source News | Get News about Climate Change from a specific news resource | 200 | New Example | [{"title": "The rural network Farmers\u2019 report warns climate crisis puts Australia\u2019s food supply at increasing risk ", "url": "https://www.theguardian.com/australia-news/2022/mar/09/farmers-report-warns-climate-crisis-puts-australias-food-supply-at-increasing-risk", "source": "guardian"}, {"title": "Farmers\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"]}} |
b54dd561-514a-4a75-bf28-9171e0ac318b/9b2bca82-1e33-4d4f-8ca4-a2183e753a18/0/0 | Live Climate Change | This API shows the most recent Climate Change News from around the world-
NOTE: this API for education purpose | 0 | Gat All Climate Change News | This endpoint will return back all news about Climate Change from all over the world | 200 | New Example | [{"title": "Our climate window is closing, this is what needs to happen", "url": "https://www.smh.com.au/environment/climate-change/our-climate-window-is-closing-this-is-what-needs-to-happen-20220301-p5a0sm.html", "source": "smh"}, {"title": "The rural network Farmers\u2019 report warns climate crisis puts Australia\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"]}} |
570d99df-38fc-4f58-9eff-2b58426352d5/7661497d-3628-4d9a-80a4-4eafd49289c0/0/0 | Live Climate Change | 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": " Pope Francis urges radical response to climate crisis at Cop26 \u2013\u00a0video ", "url": "https://www.theguardian.com/world/video/2021/oct/29/pope-francis-urges-radical-response-to-climate-crisis-at-cop26-video", "source": "guardian"}, {"title": "Pope Francis urges radical response to climate crisis at... | {"$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"]}} |
570d99df-38fc-4f58-9eff-2b58426352d5/77ddf8e8-e492-4d09-aada-b29970942a7a/0/0 | Live Climate Change | An API showing all the latest Climate change news around the world. | null | Get All Climate Change News | This endpoint will return all the news about climate change from all over the world. | 200 | New Example | [{"title": "With world leaders set to gather for the COP26 climate summit, Francis calls for \u2018radical\u2019 action.Only urgent action can \u201coffer concrete hope to future generations,\u201d the pope said in a reflection broadcast on BBC radio.By Elisabetta Povoledo", "url": "/2021/10/29/world/europe/cop26-pope-... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "sources": {"type": "string"}}, "required": ["sources", "title", "url"]}} |
23d425fb-2ede-4486-a4d5-4032a6285272/01841e5f-331a-4fb3-b80f-54f39af0c72c/0/0 | Climate Change News | Climate Change News from around the world by Amit | null | Climate Change Specific News | Climate Change News from Specific Newspaper | 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"]} |
23d425fb-2ede-4486-a4d5-4032a6285272/b93d1484-5357-4fa0-b64f-1e19bbde8f80/0/0 | Climate Change News | Climate Change News from around the world by Amit | null | Climate Change News | 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"]} |
2828d2ca-a278-4d17-b092-3970c0a2dc04/2018defc-9141-41ff-9dc6-bd63e298300f/0/0 | Kenyan News Api | null | 7.1 | Get all the news in english | This endpoint will return back all news about climate change from all over the world | 200 | New Example | [{"title": "Chebukati and team exhibited exceptional bravery, says DP Gachagua", "url": "https://www.kbc.co.ke/news/top-story/article/34726/chebukati-and-team-exhibited-exceptional-bravery-says-dp-gachagua", "imgUrl": "https://www.kbc.co.ke/cms/article_thumbnails/1673980066.jpeg", "author": "KBC", "authorLink": "https:... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "imgUrl": {"type": "string"}, "author": {"type": "string"}, "authorLink": {"type": "string"}, "publisedAt": {"type": "string"}}, "required": ["author", "autho... |
4a2d5a6a-f2a8-4133-ac8a-f56f7a440807/a1f3dd8e-64f0-4eb6-98de-76a6f53e5194/0/0 | US Presidential Election | API for US Presidential Election results, by state (from 1976-) and county (eventually, from 2000-) | 7.4 | osay | Returns JSON block of results for One State, All Years (OSAY), for the specified US Presidential Election year (i.e., Illinois). | 200 | Response | {"state_name": "Illinois", "state_abbr": "IL", "state_code": 17, "year_results": [{"year": 1976, "total votes": 4721282, "candidate_results": [{"candidate": "", "party": "", "cand_votes": 4417}, {"candidate": "Camejo, Peter", "party": "Socialist Workers", "cand_votes": 3615}, {"candidate": "Carter, Jimmy", "party": "De... | {"type": "object", "properties": {"state_name": {"type": "string"}, "state_abbr": {"type": "string"}, "state_code": {"type": "integer"}, "year_results": {"type": "array", "items": {"type": "object", "properties": {"year": {"type": "integer"}, "total votes": {"type": "integer"}, "candidate_results": {"type": "array", "i... |
4a2d5a6a-f2a8-4133-ac8a-f56f7a440807/60377d7b-5fe7-4bd8-90d2-480b3537b697/0/0 | US Presidential Election | API for US Presidential Election results, by state (from 1976-) and county (eventually, from 2000-) | 7.4 | osoy | Returns JSON block of results for One State, One Year (OSOY), for the specified US Presidential Election year (i.e., Illinois/2008). | 200 | Response | {"year": 2020, "state_results": [{"state": {"state_name": "New York", "state_abbr": "NY", "state_code": 36, "total_votes": 8661735, "candidate_results": [{"candidate": "Bellar, Barbara", "party": "", "cand_votes": 2}, {"candidate": "Biden, Joseph R. Jr", "party": "Democrat", "cand_votes": 5230985}, {"candidate": "Blank... | {"type": "object", "properties": {"year": {"type": "integer"}, "state_results": {"type": "array", "items": {"type": "object", "properties": {"state": {"type": "object", "properties": {"state_name": {"type": "string"}, "state_abbr": {"type": "string"}, "state_code": {"type": "integer"}, "total_votes": {"type": "integer"... |
4a2d5a6a-f2a8-4133-ac8a-f56f7a440807/386b136b-cf08-4199-a3a8-dad5fb3f4d88/0/0 | US Presidential Election | API for US Presidential Election results, by state (from 1976-) and county (eventually, from 2000-) | 7.4 | asoy | Returns JSON block of results for All States, One Year (ASOY), for the specified US Presidential Election year (i.e., 2008). | 200 | Response | {"year": 2000, "state_results": [{"state": {"state_name": "Alabama", "state_abbr": "AL", "state_code": 1, "total_votes": 1666272, "candidate_results": [{"candidate": "", "party": "", "cand_votes": 699}, {"candidate": "", "party": "Independent", "cand_votes": 25896}, {"candidate": "Browne, Harry", "party": "Libertarian"... | {"type": "object", "properties": {"year": {"type": "integer"}, "state_results": {"type": "array", "items": {"type": "object", "properties": {"state": {"type": "object", "properties": {"state_name": {"type": "string"}, "state_abbr": {"type": "string"}, "state_code": {"type": "integer"}, "total_votes": {"type": "integer"... |
ffe92621-bfd7-48f9-941a-f7b2a7c7efb0/02a66a9c-594b-4203-88fc-eea55b2c621b/0/0 | Climate Change Live | An API showing the latest Climate Change News from multiple sources over the world | null | Get News From An Individual Source | Gets News about Climate Change from the specified news resource. | 200 | New Example | [{"title": " Scott Morrison refuses to release net zero 2050 modelling amid condemnation of climate policy ", "url": "https://www.theguardian.com/australia-news/2021/oct/27/scott-morrison-refuses-to-release-net-zero-2050-modelling-amid-condemnation-of-climate-policy", "source": "guardian"}, {"title": "Scott Morrison r... | {"$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"]}} |
3156a961-e6d0-4aba-a0e1-7e73cbde00b3/f07ae2c1-729f-4787-8c7d-f4d20dced0af/0/0 | Targeted Keyword trend | Google Trends and Search count.
Wonder what the world is searching from past to now ( (present time )? Try our simple API Friends.... | 8.7 | Keyword | Returns “Monthly Data” and “Search count” for a given keyword | 200 | Response | [{"Your Targeted Keyword is ": "digital marketing"}, "Month_Date_Year Wise Data :", {"Month_Date_Year": "Jan 1, 2004", "Search_Count": 4}, {"Month_Date_Year": "Feb 1, 2004", "Search_Count": 3}, {"Month_Date_Year": "Mar 1, 2004", "Search_Count": 3}, {"Month_Date_Year": "Apr 1, 2004", "Search_Count": 2}, {"Month_Date_Yea... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"anyOf": [{"type": "string"}, {"type": "object", "properties": {"Your Targeted Keyword is ": {"type": "string"}, "Month_Date_Year": {"type": "string"}, "Search_Count": {"type": "integer"}}}]}} |
9e6acfdc-46a6-42d7-a664-1678bd00bbb5/3c61d0b8-ebc2-4582-987a-7a8453b7e827/0/0 | Climate Change API | An API showing all the latest climate change news around the world. | 1.5 | Get Individual News Sources | Get climate change news from individual news sources. | 200 | Response | [{"title": "Australia news Australia\u2019s banks likely to reduce lending to regions and sectors at risk of climate change impacts, regulator says ", "url": "https://www.theguardian.com/australia-news/2022/nov/30/australias-banks-likely-to-reduce-lending-to-regions-and-sectors-at-risk-of-climate-change-impacts-regula... | {"$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"]}} |
9e6acfdc-46a6-42d7-a664-1678bd00bbb5/87d5eac9-da8f-4d69-8c22-cd93dc16c548/0/0 | Climate Change API | An API showing all the latest climate change news around the world. | 1.5 | Get All Climate Change News | This endpoint will return all news about climate change from top news sites. | 200 | Response | [{"title": "Australia news Australia\u2019s banks likely to reduce lending to regions and sectors at risk of climate change impacts, regulator says ", "url": "https://www.theguardian.com/australia-news/2022/nov/30/australias-banks-likely-to-reduce-lending-to-regions-and-sectors-at-risk-of-climate-change-impacts-regula... | {"$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"]}} |
8f69ff02-d568-427f-a931-082752de47bb/6ecc0142-729e-4fe8-9e25-7251ac579977/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 return back all news about Climate Changes from all over the word | 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"]} |
8db7e621-c1df-45e4-a973-58f0da73fc55/a2791953-1f6d-43e8-bc15-7f819a797dbf/0/0 | Climate Change Live News | API showing latest Climate Change News globally | null | Get Individual Climate Change Live News | Endpoint will return back individual news about climate change globally, from specific news outlet | 200 | New Example | [{"title": "More moths munching away at Royal Palace treasures because of climate change", "url": "https://www.telegraph.co.uk/news/2021/12/30/moths-munching-away-royal-palace-treasures-climate-change/", "source": "telegraph"}, {"title": "Vegans use bogus arguments about climate change, says ex-minister leading fight a... | {"$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"]}} |
8db7e621-c1df-45e4-a973-58f0da73fc55/aaea7416-00ab-4ecc-94cf-5dd8b092aa05/0/0 | Climate Change Live News | API showing latest Climate Change News globally | null | Get All Climate Change Live News | Endpoint will return back all news about climate change globally | 200 | New Example | [{"title": "@nytclimatetwitter page for @nytclimate", "url": "https://www.nytimes.comhttps://twitter.com/nytclimate", "source": "nyt"}, {"title": "\u2018Extraordinary is no longer extraordinary\u2019: US scientists on a year of climate disasters", "url": "https://www.theguardian.com/us-news/2021/dec/30/climate-crisis-e... | {"$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"]}} |
ad7570b2-8b32-46f7-83be-d50b3cc043e9/2d377a99-2b02-47f6-b141-5910a9a70703/0/0 | Ecuador Noticias - News | API de noticias más recientes de Ecuador con los 7 Diarios mas reconocidos del país | 0 | Get News By Search Query | Este endpoint devolverá todas las últimas noticias de Ecuador de 7 diarios que contengan el parámetro de búsqueda.
This endpoint will return all the latest news from Ecuador from 7 newspapers containing the search parameter. | 200 | Response | [{"title": "En la selecci\u00f3n de Ecuador se ilusionan a pocos d\u00edas del Sudamericano Sub 20", "media": "https://www.elcomercio.com/wp-content/uploads/2023/01/1tri-300x168.jpg", "description": "En la selecci\u00f3n de Ecuador quieren aprovechar la potencia y velocidad del equipo en el Campeonato Sudamericano Sub ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "media": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "journal": {"type": "string"}}, "required": ["description", "journal", "media", "source", "... |
ad7570b2-8b32-46f7-83be-d50b3cc043e9/3d2581c7-2555-4419-8760-9d0e3c1b8d7d/0/0 | Ecuador Noticias - News | API de noticias más recientes de Ecuador con los 7 Diarios mas reconocidos del país | 0 | Get All News Ecuador | Este endpoint devolverá todas las noticias más recientes del Ecuador de 7 diarios.
This endpoint will return all the latest news from Ecuador from 7 newspapers. | 200 | Response | [{"title": "Tres requisitos para postular a reclutamiento de oficiales en la Polic\u00eda", "media": "https://www.elcomercio.com/wp-content/uploads/2022/05/nuevos-policias-300x197.jpg", "description": "La Polic\u00eda Nacional public\u00f3 los requisitos para los j\u00f3venes que buscan formar parte del proceso de recl... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "media": {"type": "string"}, "description": {"type": "string"}, "source": {"type": "string"}, "journal": {"type": "string"}}, "required": ["description", "journal", "media", "source", "... |
80d09eae-e7a6-454a-9956-8ee05e1a56d6/49bc4c81-3742-4134-b472-991853c8804d/0/0 | Vijesti o klimatskim promjenama | API pokazuje sve vijesti o klimatskim promjenama | 0 | Preuzmi vijesti o klimatskim promijenama s određenog izvora | Ovaj endpint vraća vijesti o klimatskim promijenama s točno određenog unesenog izvora | 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"]} |
5fa6b2d3-bdf2-499d-93a0-7fab8af57d43/3f1da3e6-1db1-47cf-986a-0625db54e4e9/0/0 | Climate Change on 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": "'Cop26 is a failure': Greta Thunberg rallies climate activists in Glasgow \u2013 video", "url": "https://www.theguardian.com/environment/video/2021/nov/05/cop26-is-a-failure-greta-thunberg-rallies-climate-activists-in-glasgow-video", "source": "guardian"}, {"title": "\n\nBear Grylls: I used to be a climate ... | {"$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"]}} |
1dd600f4-689a-4036-bbc2-da28e42ca939/d3ea9a64-559e-48e8-906f-14166744f6f2/0/0 | Space News | An API that shows all the latest Space News around the world | 0.2 | Get News from Specific Source | Gets News about Space from a specific news resource | 200 | New Example | [{"title": "Airbus Ventures invests in Tokyo-based ispace", "url": "https://spacenews.com/airbus-ventures-ispace-investment/", "source": "spacenews"}, {"title": "IAC conference seeks to build interest in space among elected officials", "url": "https://spacenews.com/conference-seeks-to-build-interest-in-space-among-elec... | {"type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}} |
214c09ce-bea1-44c2-b45b-37744e38b662/c862ca6c-908b-4c2f-a4c1-323972f11c3b/0/0 | Tea News | This API returns latest Tea News around the world. | 0.1 | Get Individual Tea News | Get News about Tea from specific news resources. | 200 | New Example | [{"title": "Tea Association of India asks govt to look into paucity of coal in tea estate", "url": "https://economictimes.indiatimes.com/topic/Tea-industry/news/india/tea-association-of-india-asks-govt-to-look-into-paucity-of-coal-in-tea-estate/articleshow/87230645.cms", "source": "EconomicTimes"}] | {"$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"]}} |
214c09ce-bea1-44c2-b45b-37744e38b662/56492cce-9e17-42d4-a10b-45618d321c20/0/0 | Tea News | This API returns latest Tea News around the world. | 0.1 | Get All Tea News | This endpoint will return back all news about tea from all over the world. | 200 | New Example | [{"title": "McLeod's return from brink of IBC signals a brief respite for tea industry", "url": "https://www.business-standard.com/topic/tea-industry/article/companies/mcleod-s-return-from-brink-of-ibc-signals-a-brief-respite-for-tea-industry-121092001459_1.html", "source": "BusinessStandard"}] | {"$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"]}} |
402005b1-45ef-42a9-ade0-b79aa5559401/ecde11d4-d9c0-472b-88f0-f1fb0af4c884/0/0 | German Police and Crime News Live | An API showing all the latest Police, Crime, Accident etc. News in Germany | 7.4 | Get Individual Source News | This endpoint will return back all news about police, crime, accidents and more like this from germany from a specific news source. | 200 | New Example | [{"name": "Polizeieinsatz im Erzgebirge: M\u00e4nner pr\u00fcgeln Trio ins Krankenhaus!", "url": "https://www.tag24.de/nachrichten/regionales/erzgebirge-nachrichten/erzgebirge-maenner-pruegeln-trio-ins-krankenhaus-2631696", "source": "tag24"}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["name", "source", "url"]}} |
402005b1-45ef-42a9-ade0-b79aa5559401/8d58cfd8-fb1c-4c4a-8bc6-c800775ca9df/0/0 | German Police and Crime News Live | An API showing all the latest Police, Crime, Accident etc. News in Germany | 7.4 | Get all Police News | This endpoint will return back all news about police, crime, accidents and more like this from germany. | 200 | New Example | [{"name": "Polizeieinsatz im Erzgebirge: M\u00e4nner pr\u00fcgeln Trio ins Krankenhaus!", "url": "https://www.tag24.de/nachrichten/regionales/erzgebirge-nachrichten/erzgebirge-maenner-pruegeln-trio-ins-krankenhaus-2631696", "source": "tag24"}, {"name": "Der gewaltsame Tod einer Frau in Schmelz hat am Sonntag die Polize... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["name", "source", "url"]}} |
8c8b2d1a-6b56-4451-831a-405d88102438/f08b1526-333e-4a02-a2dc-fb0d52607d0c/0/0 | Latest Startup News | The Latest Startup News API is a free, reliable resource for startup news and information. It provides up-to-date data on startups, funding, innovation, and more. This API is perfect for entrepreneurs, investors, and anyone else interested in the latest happenings in the startup world. | 0.2 | Get Startup News | This endpoint is good for people who are interested in the latest news about startups. | 200 | Response | [{"title": "Mexican fintech startup Stori reaches unicorn status with $50M equity raise", "url": "https://techcrunch.com/2022/07/15/mexican-fintech-startup-stori-reaches-unicorn-status-with-50m-equity-raise/", "source": "techcrunch"}, {"title": "The Week\u2019s 10 Biggest Funding Rounds: Monolith Closes Monolithic Roun... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
9e284356-f7fa-4747-8fec-aa529ce4fd82/a307969d-db75-47ba-87d4-5eaf120450e8/0/0 | Cryptocurrency News Live | This is an API that gathers the lastest crypto news from around the world | 0.2 | Get Crypto News From Specific Resource | Retrieves the latest crypto news from a specific newspaper or media organisation. | 200 | New Example | [{"title": " FCA to warn younger investors off cryptos and other high-risk products ", "url": "https://www.theguardian.com/technology/2021/oct/20/fca-to-warn-younger-investors-off-cryptos-and-other-high-risk-products", "source": "gaurdian", "country": "UK"}, {"title": "FCA to warn younger investors off cryptos and oth... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "country": {"type": "string"}}, "required": ["country", "source", "title", "url"]}} |
2fe84eb5-8f2b-4901-8bca-5d4459d918bc/f26dddb8-fcad-4888-a881-29c8a442fdcd/0/0 | Switzerland Coronavirus News | An API showing the latest Coronavirus News from Switzerland | null | Get Individual News Source News | Gets News about Coronavirus in Switzerland from a specific news resource. | 200 | New Example | [{"title": "Coronavirus weltweitWegen Zertifikat: Polizei r\u00e4umt Blockade in Triest | \u00d6ffnet Australien seine Grenzen?Aktualisiert7832", "url": "https://www.tagesanzeiger.ch/corona-ticker-international-340736159053", "source": "tagesanzeiger"}, {"title": "Lausanner ForschendeNeuer neutralisierender Antik\u00f6... | {"$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"]}} |
2fe84eb5-8f2b-4901-8bca-5d4459d918bc/730f0900-5a1e-43ed-be47-e378c1b41a5b/0/0 | Switzerland Coronavirus News | An API showing the latest Coronavirus News from Switzerland | null | Get All Coronavirus News | This endpoint will return back all news about Coronavirus change from Switzerland. | 200 | New Example | [{"title": "Coronavirus", "url": "https://www.tagesanzeiger.ch/coronavirus", "source": "tagesanzeiger"}, {"title": "Coronavirus", "url": "https://www.tagesanzeiger.ch/coronavirus", "source": "tagesanzeiger"}] | {"$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"]}} |
858c1f8d-1ca3-44ab-9cfa-996cabdba0e4/8bbed8a9-2d9d-4f2c-96b5-fabe783cc4ed/0/0 | climate change news | API for climate change news | null | GET individual newspaper feeds about climate change | This Endpoint will GET individual news paper feeds | 200 | New Example | [{"title": "\n\nInsulate Britain activist skips High Court hearing to attend climate protest\n\n", "url": "https://www.telegraph.co.uk/news/2021/12/14/insulate-britain-activist-skips-high-court-hearing-attend-climate/", "source": "telegraph"}, {"title": "\n\nTo fight climate change and hit net zero targets, we will nee... | {"$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"]}} |
858c1f8d-1ca3-44ab-9cfa-996cabdba0e4/7715d708-7b1a-4215-abf3-367c9eb6ab6c/0/0 | climate change news | API for climate change news | null | GET all climate change news | This endpoint returns all the global news from different newspapers | 200 | New Example | [{"title": " End trade barriers to help tackle climate crisis, says WTO chief ", "url": "https://www.theguardian.com/world/2021/dec/24/end-trade-barriers-help-tackle-climate-crisis-wto-ngozi-okonjo-iweala", "source": "guardian"}, {"title": "End trade barriers to help tackle climate crisis, says WTO chief", "url": "htt... | {"$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"]}} |
7f2687e8-b7a0-45f4-84ac-1a52d94e459f/1b05ef7c-030a-44f0-9784-4ac2cf29cb57/0/0 | Technology News Live | An API which shows latest updates and news in the field of technology. | null | Get updates from specific news source | Get news update about technology from a specific news source.
various news source available are : cityam , thetimes , Guardian , telegraph , newyorktimes , latimes , eveningstandard , thehindu . | 200 | New Example | [{"title": "News App: Apple IOS", "url": "https://apps.apple.com/us/app/la-times/id373238146", "source": "latimes"}, {"title": "News App: Apple IOS", "url": "https://apps.apple.com/us/app/la-times/id373238146", "source": "latimes"}] | {"$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"]}} |
7f2687e8-b7a0-45f4-84ac-1a52d94e459f/52f881b4-4ae5-4ded-86d6-231203315944/0/0 | Technology News Live | An API which shows latest updates and news in the field of technology. | null | Get All Technology Updates Live | This endpoint will show technological updates from all the sources. | 200 | New Example | [{"title": "\n\t\t\t\t\t\tUK competition watchdog opens EU copycat investigation into Amazon\n\t\t\t\t\t", "url": "https://www.cityam.com/uk-competition-watchdog-opens-investigation-into-amazons-market-position/", "source": "cityam"}, {"title": "What\u2019s Next in the Elon Musk-Twitter Saga? A Court Battle", "url": "h... | {"$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"]}} |
5d65b711-ed37-43d8-91df-68d06329d498/3b4f84cc-096b-4988-8ceb-e4781c5f7ed3/0/0 | Elon Musk News | Locate articles on Elon Musk from news sources and blogs across the web with our JSON API | null | Get all news source | The endpoint will return all news sources from where the articles are fetched. | 200 | Response | [{"source": "yahoo"}, {"source": "nbc-tech"}, {"source": "nbc-biz"}, {"source": "cbs"}, {"source": "cnn"}, {"source": "nyt"}, {"source": "fox"}, {"source": "bbc"}, {"source": "cnbc"}, {"source": "yahoo"}, {"source": "nbc-tech"}, {"source": "nbc-biz"}, {"source": "cbs"}, {"source": "cnn"}, {"source": "nyt"}, {"source": ... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"source": {"type": "string"}}, "required": ["source"]}} |
5d65b711-ed37-43d8-91df-68d06329d498/d5d8d485-96d3-49be-8c0b-c0743132b293/0/0 | Elon Musk News | Locate articles on Elon Musk from news sources and blogs across the web with our JSON API | null | Get Elon Musk News based on news source | The endpoint will return all articles based on news source | 200 | Response | [{"title": "\n\n \n \n \n \n \n Musk says he'll sell 10% of Tesla stock based on Twitter poll\n \n\n \n \n Elon Musk said he would abide by the results of the social media poll. Tesla shares slumped in early trading.\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"]}} |
5d65b711-ed37-43d8-91df-68d06329d498/676f3980-9695-4fbc-b025-62151405a825/0/0 | Elon Musk News | Locate articles on Elon Musk from news sources and blogs across the web with our JSON API | null | Get all Elon Musk News | The endpoint will return all news articles related to Elon Musk from select publications | 200 | Response | [{"title": "\n\n \n \n \n \n \n Musk says he'll sell 10% of Tesla stock based on Twitter poll\n \n\n \n \n Elon Musk said he would abide by the results of the social media poll. Tesla shares slumped in early trading.\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"]}} |
93bbfecd-8ff9-45c7-a9f8-2ffe48de5495/3cc05900-1074-47b9-afbf-0e24efd794ea/0/0 | Guitar Haven | Guitar News Aggregator - AcousticGuitar.com - GuitarPlayer.com - GuitarWorld.com - GuitarGirlMag.com | null | Get Source IDs | Returns a list of available source ids | 200 | Response | ["acousticGuitar", "guitarWorld", "guitarPlayer", "guitarGirlMag"] | {"type": "array", "items": {"type": "string"}} |
93bbfecd-8ff9-45c7-a9f8-2ffe48de5495/a0c84bae-f085-41d2-8496-4ea4565cd555/0/0 | Guitar Haven | Guitar News Aggregator - AcousticGuitar.com - GuitarPlayer.com - GuitarWorld.com - GuitarGirlMag.com | null | Get All News By One Provider | This endpoint retrieves all gather data by one news source | 200 | Response | [{"name": "guitarWorld", "address": "http://guitarworld.com", "articles": [{"title": "Solar Guitars unleashes five impressively spec'd Fishman-loaded axes for 2022ByMatt Owen published 17 January 22All but one of the new guitars feature Fishman Fluence Modern humbuckers, with other universal specs including super jumbo... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}}}}} |
93bbfecd-8ff9-45c7-a9f8-2ffe48de5495/0b2fbfc6-2a1b-4b66-81fd-43104addbf94/0/0 | Guitar Haven | Guitar News Aggregator - AcousticGuitar.com - GuitarPlayer.com - GuitarWorld.com - GuitarGirlMag.com | null | Get ALL Sources | Get limited meta data for each source | 200 | Response | [{"name": "Acoustic Guitar", "sourceID": "acousticGuitar", "address": "http://acousticguitar.com"}, {"name": "Guitar World", "sourceID": "guitarWorld", "address": "http://guitarworld.com"}, {"name": "Guitar Player", "sourceID": "guitarPlayer", "address": "http://guitarPlayer.com"}, {"name": "Guitar Girl Magazine", "sou... | {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "sourceID": {"type": "string"}, "address": {"type": "string"}}}} |
0f929880-0687-4b6d-9941-2f7e5cab57fe/4d7012c6-9dab-4f33-bd0e-c608dc931a2d/0/0 | Ukrainian News Live | An API showing all the latest Ukrainian News around the world. | null | Get Individual News Source News | Gets News about Ukraine from a specific news resource. | 200 | New Example | [{"title": "Erik Prince Planned to Create Private Army in Ukraine: Exclusive ...", "url": "https://time.com/6076035/erik-prince-ukraine-private-army/", "source": "time"}, {"title": "\n\t\t\t\t\t\t\t\t\t\t\t\t\tSky News correspondent shot by Russians while covering Ukraine invasion\t\t\t\t\t\t\t\t\t\t\t\t", "url": "http... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
f5c4e423-30b5-4f99-9a95-45436088ae2b/9db4248d-499b-4523-bd82-6248c5e2e1e2/0/0 | Climate Change News Media | An API showing latest news on Climate change | null | Get News from Specified Source | This endpoint will get the news from the specified newspaper name only. | 200 | New Example | [{"title": "Fire, famine and rising seas: the effects of climate change explained", "url": "https://www.thetimes.co.uk/article/the-effects-of-climate-change-explained-why-we-need-to-act-now-57hwpmw7h", "source": "thetimes"}, {"title": "How are countries tackling climate change before Cop26?", "url": "https://www.thetim... | {"$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"]}} |
1eb3d2ab-9985-47f3-a360-75433d3c0344/f2a82279-b21d-4d8b-b2f0-e57c24c8a8f5/0/0 | News Feeds | API to search latest news by city | null | Get news by city | Return TITLE, URL, of latest news from cities around the word | 200 | Response | [{"originalURLTitle": "A Paris, la police municipale se concr\u00e9tise", "originalURL": "https://www.lemonde.fr/politique/article/2021/10/15/a-paris-la-police-municipale-se-concretise_6098578_823448.html"}, {"originalURLTitle": "Paris : appel \u00e0 t\u00e9moins apr\u00e8s une agression \u00aben raison de l\u2019orien... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"originalURLTitle": {"type": "string"}, "originalURL": {"type": "string"}}, "required": ["originalURL", "originalURLTitle"]}} |
409f66af-545d-4b86-bf72-9141c86d1d6b/6c4a8e95-7868-400a-89bd-ffc5462d238d/0/0 | News API | Google News and Bing News Alternative. The Best API to Search News from the 2500+ Publishers Around The World. | 9.8 | Top Headlines | Endpoint to find top headlines news. | 200 | Mega Plan | {"status": "ok", "totalResults": 25, "articles": [{"title": "NTSB releases image of 'close call' between JetBlue flight, Learjet at Logan Airport - CBS Boston", "url": "https://www.cbsnews.com/boston/news/ntsb-report-jetblue-hop-a-jet-close-call-logan-airport/", "published_date": "2023-08-04T03:23:00+00:00", "publisher... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "published_date": {"type": "string"}, "publis... |
409f66af-545d-4b86-bf72-9141c86d1d6b/6c4a8e95-7868-400a-89bd-ffc5462d238d/0/1 | News API | Google News and Bing News Alternative. The Best API to Search News from the 2500+ Publishers Around The World. | 9.8 | Top Headlines | Endpoint to find top headlines news. | 200 | Ultra Plan | {"status": "ok", "totalResults": 25, "articles": [{"title": "NTSB releases image of 'close call' between JetBlue flight, Learjet at Logan Airport - CBS Boston", "url": "https://www.cbsnews.com/boston/news/ntsb-report-jetblue-hop-a-jet-close-call-logan-airport/", "published_date": "2023-08-04T03:23:00+00:00", "publisher... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "published_date": {"type": "string"}, "publis... |
409f66af-545d-4b86-bf72-9141c86d1d6b/6c4a8e95-7868-400a-89bd-ffc5462d238d/0/2 | News API | Google News and Bing News Alternative. The Best API to Search News from the 2500+ Publishers Around The World. | 9.8 | Top Headlines | Endpoint to find top headlines news. | 200 | Pro Plan | {"status": "ok", "totalResults": 25, "articles": [{"title": "NTSB releases image of 'close call' between JetBlue flight, Learjet at Logan Airport - CBS Boston", "url": "https://www.cbsnews.com/boston/news/ntsb-report-jetblue-hop-a-jet-close-call-logan-airport/", "published_date": "2023-08-04T03:23:00+00:00", "publisher... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "published_date": {"type": "string"}, "publis... |
409f66af-545d-4b86-bf72-9141c86d1d6b/dc0e500d-7358-440c-8870-aa1b9458ac4c/0/0 | News API | Google News and Bing News Alternative. The Best API to Search News from the 2500+ Publishers Around The World. | 9.8 | Search | Endpoint to search news by specific keywords. | 200 | Mega Plan | {"status": "ok", "totalResults": 25, "articles": [{"title": "Police seek driver after 2 pedestrians hurt in separate Miami Beach ... - WPLG Local 10", "url": "https://www.local10.com/news/local/2023/01/05/police-seek-driver-after-2-pedestrians-hurt-in-separate-miami-beach-hit-and-runs/", "published_date": "2023-01-05T0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "published_date": {"type": "string"}, "publis... |
409f66af-545d-4b86-bf72-9141c86d1d6b/dc0e500d-7358-440c-8870-aa1b9458ac4c/0/1 | News API | Google News and Bing News Alternative. The Best API to Search News from the 2500+ Publishers Around The World. | 9.8 | Search | Endpoint to search news by specific keywords. | 200 | Ultra Plan | {"status": "ok", "totalResults": 25, "articles": [{"title": "Police seek driver after 2 pedestrians hurt in separate Miami Beach ... - WPLG Local 10", "url": "https://www.local10.com/news/local/2023/01/05/police-seek-driver-after-2-pedestrians-hurt-in-separate-miami-beach-hit-and-runs/", "published_date": "2023-01-05T0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "published_date": {"type": "string"}, "publis... |
409f66af-545d-4b86-bf72-9141c86d1d6b/dc0e500d-7358-440c-8870-aa1b9458ac4c/0/2 | News API | Google News and Bing News Alternative. The Best API to Search News from the 2500+ Publishers Around The World. | 9.8 | Search | Endpoint to search news by specific keywords. | 200 | Pro Plan | {"status": "ok", "totalResults": 25, "articles": [{"title": "Police seek driver after 2 pedestrians hurt in separate Miami Beach ... - WPLG Local 10", "url": "https://www.local10.com/news/local/2023/01/05/police-seek-driver-after-2-pedestrians-hurt-in-separate-miami-beach-hit-and-runs/", "published_date": "2023-01-05T0... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "string"}, "totalResults": {"type": "integer"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "published_date": {"type": "string"}, "publis... |
26c775ea-807b-4e29-b37d-24c335696dd1/5529b62b-9766-40cb-bcc5-fdc54dad1319/0/0 | Climate Change Ania | An API showing latest climate change news around the UK | null | Get certain newspaper news | Geddem! | 200 | New Example | [{"name": "thetimes", "address": "https://www.thetimes.co.uk/environment/climate-change", "addressbase": ""}] | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "address": {"type": "string"}, "addressbase": {"type": "string"}}, "required": ["address", "addressbase", "name"]}} |
07f9c4fb-0f68-47b7-ad43-28d68f66f5f0/0994d6fb-f36c-4a7d-ba3c-ff9766babe5b/0/0 | Climate Change News | API that shows the latest Climate Change News around the world | null | Get individual News Source | Get news about Climate Change from a specific news resource | 200 | New Example | [{"title": "What is climate change? The evidence and solutions explained in charts", "url": "https://www.thetimes.co.uk/article/what-is-climate-change-the-evidence-and-solutions-explained-in-charts-jtrqp0v0j", "source": "The Times"}, {"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"]}} |
07f9c4fb-0f68-47b7-ad43-28d68f66f5f0/150e9805-8d28-4807-be22-e01680b7e556/0/0 | Climate Change News | API that shows 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": "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": "The Times"}, {"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"]}} |
ae18e863-834b-4593-b8cb-6aa58ef9ff59/74a1aacb-7a6e-4111-a9c3-57e19aaff4b1/0/0 | CryptoCurrency and NFT News | This API collect News related to Cryptocurrency like bitcoin, ethereum, solana, etc.. and NFT worldwide from the major nouns site. | null | Get All NFT & Crypto News | This endpoint will retrieve all NFT & Crypto News across different sources... | 200 | New Example | [{"title": "Invest and earn massive rewards with BNBPeach", "shortDescription": "Crypto is the opportunity of the decade. So far this year, crypto has crushed the performance of every other primary asset class, including stocks...", "imgArticle": "https://s2.coinmarketcap.com/static/cloud/img/news/placeholder1.jpg", "u... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "shortDescription": {"type": "string"}, "imgArticle": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "DateArticle": {"type": "string"}}, "required": ["Date... |
ae18e863-834b-4593-b8cb-6aa58ef9ff59/9ff4f385-c9a0-422c-8160-e093a3c28dfe/0/0 | CryptoCurrency and NFT News | This API collect News related to Cryptocurrency like bitcoin, ethereum, solana, etc.. and NFT worldwide from the major nouns site. | null | Get Individual Crypto/NFTNews Sources | This edpoint will return only data from a particular source... i.e: coindesk | 200 | New Example | [{"title": "Market Wrap: US Inflation at 39-Year High Fails to Buoy Bitcoin ", "shortDescription": "The consumer price index surged to 6.8% in November, but traders may hold off on investing in risky assets the rest of the year.", "imgArticle": "https://coindesk-coindesk-prod.cdn.arcpublishing.com/resizer/62FVhoQ73mxOy... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "shortDescription": {"type": "string"}, "imgArticle": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}, "DateArticle": {"type": "string"}}, "required": ["Date... |
1e0bbba8-2dce-47dd-a6dc-562fce38d524/47e017a1-91dd-420c-98fa-17257ea39040/0/0 | H Crypto News | Crypto News API gives you the latest news on cryptocurrency from several newspapers | 9 | Latest News on Crypto | Returns the latest news about crypto from several newspapers and websites | 200 | New Example | [{"title": "Bitcoin price takes a dive as crypto bank liquidates", "url": "https://www.independent.co.uk/tech/bitcoin-price-silvergate-crypto-bank-b2297142.html"}, {"title": "Latest bitcoin price collapse comes amid crypto bank fears", "url": "https://www.independent.co.uk/tech/bitcoin-price-latest-crypto-bank-silverga... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}}}} |
6cb8bbe1-7834-4f19-acb1-c7e9b64bfc0c/0d7b6b88-8cb9-4779-8b3f-e65de6167bb1/0/0 | Climate Change Live Information | An API showing latest updates in climate change around the world | null | Get Individual News Source_copy | Get news about climate change from a specific news resources. | 200 | New Example | [{"title": " Record number of Americans alarmed about climate crisis, report finds ", "url": "https://www.theguardian.com/environment/2022/jan/13/record-number-americans-alarmed-about-climate-crisis", "source": "guardian"}, {"title": "Record number of Americans alarmed about climate crisis, report finds", "url": "http... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
6cb8bbe1-7834-4f19-acb1-c7e9b64bfc0c/66e8c01e-c172-4420-8278-b2724583a066/0/0 | Climate Change Live Information | An API showing latest updates in climate change around the world | null | Get Individual News Source | Get news about climate change from a specific news resources. | 200 | New Example | [{"title": "Johnson\u2019s political weakness leaves climate agenda at risk, say campaigners", "url": "https://www.theguardian.com/environment/2022/jan/11/boris-johnson-climate-action-net-zero-conservative-party", "source": "guardian"}] | {"$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"]}} |
6cb8bbe1-7834-4f19-acb1-c7e9b64bfc0c/1e0031c2-f4bd-4534-a9c9-2eedd6b5b9d5/0/0 | Climate Change Live Information | An API showing latest updates in climate change around the world | null | Get All Climate Change around the world | This endpoint will return all news related to the climate change all over the world. | 200 | New Example | [{"title": " Record number of Americans alarmed about climate crisis, report finds ", "url": "https://www.theguardian.com/environment/2022/jan/13/record-number-americans-alarmed-about-climate-crisis", "source": "guardian"}, {"title": "Record number of Americans alarmed about climate crisis, report finds", "url": "http... | {"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}} |
d5ac4939-d8f3-4816-92a6-6796575c4af0/8015a688-0735-4677-b517-d70549e3eecf/0/0 | Climate Change News | An API showing all the latest climate change news articles from around the world | null | Get news from a specific news outlet | Return climate change articles from a specific news outlet | 200 | New Example | {"source": "guardian", "title": "Denmark offers \u2018loss and damage\u2019 funding to poorer countries for climate breakdown", "url": "https://www.theguardian.com/environment/2022/sep/21/denmark-offers-loss-and-damage-for-climate-breakdown-as-protests-gather-pace"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["source", "title", "url"]} |
d5ac4939-d8f3-4816-92a6-6796575c4af0/67529ce4-efe5-4bad-b65a-e066a9e41572/0/0 | Climate Change News | An API showing all the latest climate change news articles from around the world | null | Get all climate change news | This endpoint will return all news about climate change from all over the world | 200 | New Example | {"source": "guardian", "title": "Denmark offers \u2018loss and damage\u2019 funding to poorer countries for climate breakdown", "url": "https://www.theguardian.com/environment/2022/sep/21/denmark-offers-loss-and-damage-for-climate-breakdown-as-protests-gather-pace"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"source": {"type": "string"}, "title": {"type": "string"}, "url": {"type": "string"}}, "required": ["source", "title", "url"]} |
22807a80-5875-4983-bda9-048b017dac75/2a6687d1-d388-4ff5-95e0-a943631e3f22/0/0 | Climate change | API showing climate events around the world | 0.2 | Get news source feeds | Api showing news feedsa all over the planet | 200 | New Example | {"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"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]} |
56dba3ee-232c-4c70-8104-aef3805a8288/c376343e-dbde-430d-8422-4c0d2a2a8f0b/0/0 | Climate Change Updated | An API that shows all the latest climate changes news around the globe | null | Get Individual News Source News | Gets News about Climate Change from a specific news source. | 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 Aus... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
392389f7-bd69-4bed-a93c-d9d405022ccd/56839caa-e1db-4dae-aab7-6711803e450b/0/0 | Covid-19 News in Nigeria | An API showing Covid-19 related news in Nigeria by the Nigerian Dailies. | null | Get Single Covid-19 news from the dailies | Get Covid-19 news about Nigeria and the economy from single Nigeria Dailies | 200 | New Example | [{"title": " 13 states yet to administer COVID-19 booster shots amid Omicron cases ", "url": "https://punchng.com/13-states-yet-to-administer-covid-19-booster-shots-amid-omicron-cases/", "source": "punch"}, {"title": "coronavirus (COVID-19) pandemic", "url": "https://tribuneonlineng.com/tag/coronavirus-covid-19-pandemi... | {"$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"]}} |
d1a33128-5da2-453b-86f5-b7cf444adace/942d0ce9-bc72-4089-aaaa-5381d3b05eae/0/0 | Climate Change News | This API renders all the real time news about climate change from all over the world. | null | Get News From Newspaper Search | Enter a newspaper and search climatic change news articles. | 101 | New Example | [{"title": " Cities act on climate while nations delay, Sadiq Khan tells Cop26 ", "url": "https://www.theguardian.com/environment/2021/nov/11/sadiq-khan-cop26-cities-climate-electric-buses", "source": "guardian"}, {"title": "Cities act on climate while nations delay, Sadiq Khan tells Cop26", "url": "https://www.thegua... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
d1a33128-5da2-453b-86f5-b7cf444adace/471fea59-1f7b-44a1-8656-12584cc8a7b2/0/0 | Climate Change News | This API renders all the real time news about climate change from all over the world. | null | Get All Global Climate Change News | From this end point will return all global climate change news. | 100 | New Example | [{"title": " Bad news for climate change: Pandemic dip in emissions was temporary", "url": "https://www.usatoday.com/story/news/world/2021/11/03/emissions-fueling-climate-change-back-up-after-pandemic-dip-report/6271371001/", "source": "usatoday"}, {"title": "How Hull can save the climate", "url": "https://www.thetimes... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}}} |
6212cbed-e195-4408-865a-07a874cbacfa/b97df777-429f-4da7-be73-1895f5226121/0/0 | Climate Change Live | An API showing all the latest climate change news globally | null | Get Individual News Source | Endpoint returns all climate change news from one news source | 200 | New Example | [{"title": "Climate crisis Six key lifestyle changes can help avert the climate crisis, study finds ", "url": "https://www.theguardian.com/environment/2022/mar/07/six-key-lifestyle-changes-can-help-avert-the-climate-crisis-study-finds", "source": "guardian"}] | {"$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"]}} |
d2606ebb-2d46-46ce-ad7c-f1086c258a40/5aa35a63-5dd5-4c29-8bc0-2872d6c6a167/0/0 | AUS News | A collection of popular Australian News providers and their articles. | 0 | Article | Return an article body/content | 200 | New Example | [{"title": "Share this onSend this byAustralian marathon runner Jess Stenson shares her top tips to get a parkrun PBShare this onSend this byMake sure you turn up!Set yourself a realistic goalThe training processLean on friends and familyWhat should race day look like?Run to your strengthsMake sure you pick the right c... | {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "body": {"type": "string"}, "datetime": {"type": "string"}, "url": {"type": "string"}, "URI": {"type": "string"}, "source": {"type": "string"}}}} |
d2606ebb-2d46-46ce-ad7c-f1086c258a40/656a1185-6c56-4583-ac3d-a1c5484d3c82/0/0 | AUS News | A collection of popular Australian News providers and their articles. | 0 | Providers | Returns a list of valid news providers and their specific topic pages. | 200 | New Example | [{"providerID": 100, "name": "ABC Australia", "url": "https://www.abc.net.au/news/", "topics": [{"topicID": 101, "topic": "Just In", "urlSufix": "/justin/"}, {"topicID": 102, "topic": "COVID-19", "urlSufix": "/story-streams/coronavirus/"}, {"topicID": 103, "topic": "Politics", "urlSufix": "/politics/"}, {"topicID": 104... | {"type": "array", "items": {"type": "object", "properties": {"providerID": {"type": "integer"}, "name": {"type": "string"}, "url": {"type": "string"}, "topics": {"type": "array", "items": {"type": "object", "properties": {"topicID": {"type": "integer"}, "topic": {"type": "string"}, "urlSufix": {"type": "string"}}}}}}} |
994177b8-0279-43a0-bb48-51851e96ec8c/de0ac80e-b484-4cc1-b602-0b3a3290acf9/0/0 | global-news-api | An API to search a variety of online newspapers for the latest news | null | Specific Newspaper articles | Get all the newspaper articles from the specified newspaper containing the search string | 200 | New Example | {"total": 10, "searchString": "election", "articles": [{"title": "WATCH | Ballot Box: Winners, losers and kingmakers - News24 wraps a landscape-changing election", "url": "https://www.news24.com/news24/southafrica/news/watch-ballot-box-spotlight-on-the-western-cape-news24-and-dawie-scholtz-analyse-early-numbers-2021110... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "searchString": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["s... |
994177b8-0279-43a0-bb48-51851e96ec8c/b3f358bc-ffd9-4def-a32e-df99bcb9aced/0/0 | global-news-api | An API to search a variety of online newspapers for the latest news | null | All Newspaper articles | Get all the newspaper articles from all the available newspapers containing the search string | 200 | New Example | {"total": 73, "searchString": "africa", "articles": [{"title": "Temi Labor CA: \u2018I am proud to be the only African woman at the table because it allows me to showcase why I deserve to be here\u2019", "url": "https://www.cityam.com/temi-labor-ca-i-am-proud-to-be-the-only-african-woman-at-the-table-because-it-allows-... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"total": {"type": "integer"}, "searchString": {"type": "string"}, "articles": {"type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["s... |
235ec537-bd81-4a98-9598-6468617f9fbf/704cb606-7fba-4c1d-81b0-2f749eb5a033/0/0 | Climate Change News | An API to show all the latest climate change news around different English newspapers. | null | Get all climate change news | This endpoint will return all news about climate change from many different sources. | 200 | New Example | {"key1": "value", "key2": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"key1": {"type": "string"}, "key2": {"type": "string"}}, "required": ["key1", "key2"]} |
9458caac-dd42-4991-90b0-6542000ceed5/1fbf4fac-bae3-4b05-a221-8c7c4b78d5e5/0/0 | Newscatcher | API to find news articles by any topic, country, language, website, or keyword | 0.5 | /v1/aggregation | Searches as /v1/search but returns the articles count per hour or day instead of articles' data | 200 | Response | {"aggregation": [{"doc_count": 8, "key_as_string": "2020-06-01"}, {"doc_count": 1, "key_as_string": "2020-05-31"}, {"doc_count": 0, "key_as_string": "2020-05-30"}, {"doc_count": 6, "key_as_string": "2020-05-29"}, {"doc_count": 11, "key_as_string": "2020-05-28"}, {"doc_count": 7, "key_as_string": "2020-05-27"}, {"doc_co... | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"aggregation": {"type": "array", "items": {"type": "object", "properties": {"doc_count": {"type": "integer"}, "key_as_string": {"type": "string"}}, "required": ["doc_count", "key_as_string"]}}, "status": {"type": "string"}, "user_input": {"t... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.