CINXE.COM

News Index API

<!DOCTYPE html> <html lang="en"> <head> <title>News Index API</title> <meta name="description" content="News Index API is an API for news articles."> <meta name="keywords" content="news, articles, API"> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="icon" type="image/x-icon" href="https://www.newsmatics.com/news-index/img/favicon.png"> <link rel="icon" type="image/png" sizes="16x16" href="https://www.newsmatics.com/news-index/img/favicon_16x16.png"> <meta name='csrf-token' content='2qxLIIgQ544FJwBA2EoIFqw8k_T0cv3btvufwfrrO4LpLfk9SbclS0FXruyfgaCUGX-fQdSPDENgqvWW3ciGbw=='> <link href="https://www.newsmatics.com/news-index/css/styles.min.css?v4dd790652471476fc58c6abfb37f82b01dc5e9d0" rel="stylesheet" data-turbo-track="reload"> <script> window.baseUrl = 'https://www.newsmatics.com/news-index' </script> <script type="importmap"> { "imports": { "navigationModule": "https://www.newsmatics.com/news-index/js/controllers/navigation.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "articlesModule": "https://www.newsmatics.com/news-index/js/controllers/articles.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "publicationsModule": "https://www.newsmatics.com/news-index/js/controllers/publications.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "apiModule": "https://www.newsmatics.com/news-index/js/controllers/api.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "authenticationModule": "https://www.newsmatics.com/news-index/js/controllers/authentication.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "chartModule": "https://www.newsmatics.com/news-index/js/services/chart.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0", "discordModule": "https://www.newsmatics.com/news-index/js/controllers/discord.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0" } } </script> </head> <body> <header> <nav class="relative mx-auto flex gap-2 max-w-7xl items-center justify-between p-6 lg:px-8" aria-label="Navigation"> <div class="flex lg:flex-1"> <a href="https://www.newsmatics.com/" class="text-xl font-bold whitespace-nowrap" aria-label="Newsmatics website"><img class="max-sm:w-full max-sm:max-w-[150px]" width="326" height="80" src="https://www.newsmatics.com/news-index/img/logo.svg" alt="Newsmatics logo"/></a> </div> <div class="flex gap-4"> </div> <div class="flex flex-1 gap-3 sm:gap-6 items-center justify-end"> <div data-controller="navigation discord" class="relative flex items-center gap-8" data-navigation-overflow-y-hidden-class="overflow-y-hidden" data-navigation-nav-active-class="nav-active" data-discord-hidden-class="hidden"> <button data-action="click->navigation#toggle" class="flex font-bold gap-x-3" aria-label="Toggle menu"> <div class="hidden sm:block">Menu</div> <div class="nav-icon relative transform py-10 px-15 z-30"> <span class="left-0 absolute bg-black h-[2px] w-[20px] transform transition duration-500 ease-in-out -translate-y-1.5"></span> <span class="left-0 absolute bg-black h-[2px] w-[20px] transform transition duration-500 ease-in-out"></span> <span class="left-0 absolute bg-black h-[2px] w-[12px] transform transition duration-500 ease-in-out translate-y-1.5"></span> </div> </button> <div class="hidden shadow absolute z-20 -right-2 -top-4 bg-[#1d164c] px-6 py-8 flex-auto w-[240px]"> <ul class="nav-links"> <li><a class="nav-link" href="/about">About</a></li> <li><a class="nav-link" href="/meet-the-team">Meet the Team</a></li> <li><a class="nav-link" href="/press">Newsmatics News</a></li> <li><a class="nav-link" href="https://www.newsmatics.com/news-index/">News Index</a></li> <ul class="sub-nav list-none pl-0 mb-0"> <li><a href="https://www.newsmatics.com/news-index/articles">Article Search</a></li> <li><a href="https://www.newsmatics.com/news-index/publications">Publication Search</a></li> <li><a href="https://newsindexapi.docs.apiary.io/#" target="_blank">API Docs (Apiary)</a></li> <li><a href="https://app.swaggerhub.com/apis-docs/jan.zikan/news-index-api/1.0.0" target="_blank">API Docs (Swagger)</a></li> <li><a href="https://www.newsmatics.com/news-index/users/api">API Access</a></li> </ul> <li><a class="nav-link" href="/career">Career</a></li> <li><a class="nav-link" href="/#contact-form">Contact Us</a></li> </ul> <div class="flex mt-4 ml-1"> <span class="text-white font-bold">Follow Us: </span> <a href="https://www.linkedin.com/company/newsmatics/" target="_blank"><img class="mx-3 w-25 h-25 invert brightness-0 hover:opacity-80 transition-all" src="https://www.newsmatics.com/news-index/img/linkedin.svg" alt="Linkedin"></a> <a href="https://www.facebook.com/Newsmatics/" target="_blank"><img class="w-25 h-25 invert brightness-0 hover:opacity-80 transition-all" src="https://www.newsmatics.com/news-index/img/facebook.svg" alt="Facebook"></a> </div> </div> </div> <a href="https://www.newsmatics.com/news-index/auth/signup" class="hidden sm:block text-base font-semibold text-gray-900 whitespace-nowrap">Get Started</a> <a href="https://www.newsmatics.com/news-index/auth/login" class="btn-small flex items-center text-base max-sm:text-sm">Log In <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" class="size-4 ml-2 -mr-2"> <path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" /> </svg> </a> </div> </nav> </header> <div class="content mx-auto max-w-7xl text-center px-4 sm:px-6 lg:px-8 pb-16 pt-20 lg:pt-24"> <div> <div> <div class="mb-4"> <h1 class="sm:text-6xl mb-12"> Forgot your password? </h1> <p class="text-center text-lg"> Enter your email address. We'll send you a link to reset your password. </p> </div> <div> <form action="https://www.newsmatics.com/news-index/auth/reset-password" method="post" class="mb-4 md:mb-20 sm:w-1/2 mx-auto" data-turbo="false"> <input type='hidden' name='authenticity_token' value='K1la7eaTr22oPCiZkOVhnlW3LuvuIpnVrHVyy6C0LSIY2OjwJzRtqOxMhjXXLskc4PQiXs7faE16JBich5eQzw=='> <input type="hidden" name="_method" value="POST"> <div class="flex flex-col items-center justify-center"> <input id="email" class="font-sf py-px pr-12 pl-6 m-0 w-full h-[50px] text-base leading-6 bg-white border-2 border-solid appearance-none cursor-text border-zinc-800 focus-visible:border-blue-600 focus-visible:outline-none rounded-[30px] mb-2" name="email" placeholder="Your Email Address" type="email" required> <button id="send-reset-link-button" class="btn max-sm:w-full my-4" type="submit" > Send Reset Link </button> </div> </form> </div> </div> </div> </div> <footer class="border-t bg-gray-50 mt-12 text-center"> <div class="mx-auto max-w-7xl overflow-hidden px-6 py-12 sm:py-18 lg:px-8"> <p>Newsmatics Inc., 1025 Connecticut Avenue NW, Suite 1000, Washington, DC 20036 | Tel: +1 (202) 335-9494 </p> <span class="max-sm:block">Copyright 1995-2024 Newsmatics, Inc. All rights reserved. </span> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/user-agreement" target="_blank">User Agreement</a> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/privacy-policy" target="_blank">Privacy Policy</a> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/copyright-policy" target="_blank">Copyright Policy</a> <a class="underline inline-block mx-2 mt-2" href="https://www.newsmatics.com/career" target="_blank">Join the company's workforce!</a> </div> </footer> <script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.4/dist/chart.umd.min.js"></script> <script type="module" src="https://www.newsmatics.com/news-index/js/app.js?v4dd790652471476fc58c6abfb37f82b01dc5e9d0"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10