The New York Times Real Time API provides detailed access to a wealth of news content across various fields, including U.S. politics, global events, business, and science. It offers structured data such as article headlines, publication dates, author information, content summaries, and multimedia assets like images and videos.
Designed for seamless integration, the API uses JSON as its standard format, ensuring compatibility with modern web applications. It includes specialized terminology for key topics, such as political developments (elections, Supreme Court decisions), economic metrics (market trends, fiscal policies), and global issues (conflicts, international agreements).
Developers are required to authenticate via API keys and must adhere to rate limits for managing request loads. The output is organized using well-defined JSON schemas that encapsulate metadata, article content, and categorization tags. This structure allows for efficient implementation, making it easier to incorporate and display comprehensive news content within digital platforms.
[{"articles":[{"title":"Police Track Steps Suspect in C.E.O.\u2019s Killing Took After Arriving in New York","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"Investigators released images of a man they believe killed Brian Thompson, the C.E.O. of one of the country\u2019s largest health insurers, outside a Midtown hotel."},{"title":"Torrent of Hate for Health Insurance Industry Follows C.E.O.\u2019s Killing","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"The death of a UnitedHealthcare executive has unleashed Americans\u2019 frustrations with an industry that often denies coverage and reimbursement for claims."},{"title":"House Blocks Release of Ethics Report on Gaetz as Republicans Close Ranks","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"In largely party-line votes, the House turned back measures that would have made public the results of the Ethics Committee\u2019s investigation into Matt Gaetz."},{"title":"Pete Hegseth and His \u2018Battle Cry\u2019 for a New Christian Crusade","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"The veteran has praised the brutal religious military campaigns of the past and has called for a Christian approach to governing."},{"title":"Biden Team Considers Blanket Pardons Before Trump\u2019s Promised \u2018Retribution\u2019","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"White House officials believe President-elect Trump\u2019s choices for top law enforcement jobs indicate that he will pursue revenge against his perceived enemies."},{"title":"In First Post-Election Speech, Obama Calls for \u2018Building Coalitions\u2019","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"\u201cPurity tests are not a recipe for long-term success,\u201d former President Obama said in the speech in Chicago."},{"title":"Rebels Storm Another Major City in Syria","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"In another startling setback for President Bashar al-Assad, government forces retreated from the city of Hama after rebels advanced on it."},{"title":"New York City Approves a Plan to Create 80,000 New Homes","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"The City Council passed a major housing plan known as 'City of Yes.' Experts and elected officials say it is only a first step to address the housing crisis."},{"title":"Jordan Neely\u2019s Father Sues Daniel Penny, Accusing Him of Assault","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"Andre Zachery claims that Mr. Penny, using a chokehold on a subway train last year, caused his son\u2019s death through 'negligence, carelessness and recklessness.'"},{"title":"Kindergartners Are \u2018Critical but Stable\u2019 a Day After a California School Shooting","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"Two boys, ages 5 and 6, were rushed to hospitals on Wednesday after they were shot by a gunman on their rural school campus in Northern California."},{"title":"Amnesty International Accuses Israel of Genocide in Gaza","publication_date":"Dec. 5, 2024","author":"Not specified","summary":"Israel rejected the charge \u2014 the first of its kind by a major human rights organization \u2014 saying it was 'based on lies.'"}]}]
curl --location --request POST 'https://zylalabs.com/api/5673/new+york+times+real+time+api/7393/news' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{}'
[{"articles":[{"title":"Biden Team Considers Blanket Pardons Before Trump\u2019s Promised \u2018Retribution\u2019","publication_date":"Dec. 5, 2024","author":"Not specified","abstract":"White House officials believe President-elect Trump\u2019s choices for top law enforcement jobs indicate that he will pursue revenge against his perceived enemies."},{"title":"Trump\u2019s Cabinet Will Be an Embarrassment of Wretches","publication_date":"Not specified","author":"Frank Bruni","abstract":"An opinion piece discussing the implications of Trump's cabinet selections."},{"title":"Pete Hegseth Fights to Keep His Nomination Alive","publication_date":"Not specified","author":"Not specified","abstract":"Also, the police chased leads in the New York manhunt for a C.E.O.\u2019s killer, rebels stormed a major city in Syria and more news."}]}]
curl --location --request POST 'https://zylalabs.com/api/5673/new+york+times+real+time+api/7394/search+articles' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"keyword":"Required"}'
| Header | Description |
|---|---|
Authorization
|
[Required] Should be Bearer access_key. See "Your API Access Key" above when you are subscribed. |
No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.
The New York Times Real Time API provides access to a wide array of news articles, analysis, and multimedia content covering various topics including U.S. politics, international affairs, business, and science.
The data from the New York Times Real Time API is structured in JSON format, which includes fields for article titles, publication dates, author names, content summaries, and associated multimedia elements like images and videos.
To use the New York Times Real Time API, you need to authenticate via API keys and be aware of rate limiting to manage request volumes.
Yes, the New York Times Real Time API allows you to filter articles using tags for categorization, enabling you to retrieve content based on specific topics or categories.
You can integrate the New York Times Real Time API into your web application by making HTTP requests to the API endpoints, processing the returned JSON data, and displaying it in your application according to your design.
The POST News endpoint returns a collection of the most recent news articles, including article titles, publication dates, author names, and content summaries. This data provides a comprehensive overview of current events across various categories.
The POST Search Articles endpoint allows users to input specific keywords or phrases to search for articles. Users can customize their requests by specifying the search term to retrieve relevant articles that match their criteria.
The response data is organized in a structured JSON format. Each response includes an array of articles, with each article containing fields such as title, publication date, author, and summary, making it easy to parse and display.
The POST Search Articles endpoint provides access to articles related to specific keywords, including their publication dates, authors, and summaries. This allows users to find targeted information on various topics or events.
The key fields in the response data from the POST News endpoint include "title," "publication_date," "author," and "summary." These fields provide essential information about each article, facilitating easy integration into applications.
Users can utilize the returned data by parsing the JSON response to extract relevant fields such as article titles and summaries. This information can then be displayed in applications or websites to keep users informed about current events.
Typical use cases include integrating real-time news updates into applications, creating news aggregation platforms, and developing tools for research or analysis of current events across various topics and categories.
Data accuracy is maintained through rigorous editorial standards and fact-checking processes employed by the New York Times. This ensures that the news articles provided via the API are reliable and up-to-date.
To obtain your API key, you first need to sign in to your account and subscribe to the API you want to use. Once subscribed, go to your Profile, open the Subscription section, and select the specific API. Your API key will be available there and can be used to authenticate your requests.
You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.
If you don’t cancel before the 7th day, your free trial will end automatically and your subscription will switch to a paid plan under the same plan you originally subscribed to, meaning you will be charged and gain access to the API calls included in that plan.
The free trial ends when you reach 50 API requests or after 7 days, whichever comes first.
No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.
Yes, we offer a 7-day free trial that allows you to make up to 50 API calls at no cost, so you can test our APIs without any commitment.
Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.
Service Level:
100%
Response Time:
14,201ms
Service Level:
100%
Response Time:
284ms
Service Level:
100%
Response Time:
9,844ms
Service Level:
100%
Response Time:
61ms
Service Level:
100%
Response Time:
7,928ms
Service Level:
100%
Response Time:
55ms
Service Level:
86%
Response Time:
2,458ms
Service Level:
100%
Response Time:
1,397ms
Service Level:
100%
Response Time:
1,284ms
Service Level:
77%
Response Time:
315ms
Service Level:
100%
Response Time:
3,078ms
Service Level:
100%
Response Time:
1,578ms
Service Level:
100%
Response Time:
9,428ms
Service Level:
100%
Response Time:
330ms
Service Level:
100%
Response Time:
601ms
Service Level:
100%
Response Time:
723ms
Service Level:
100%
Response Time:
1,632ms
Service Level:
100%
Response Time:
54ms
Service Level:
100%
Response Time:
62ms
Service Level:
100%
Response Time:
55ms