zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCP
Sign in
News/Ars Technica
Logo Ars Technica

Ars Technica

Latest news feed from Ars Technica.

1 endpoint1 endpoint on this scraper30 calls30 calls so farupdated 4 months agoLast updated 5/27/2026, 1:31:59 PMBusy: 10+ calls so farllms.txt
Endpoints1

1/1 passing
checked 20 hours ago · daily 01:00 WIB

Latest Feed

Fetch latest articles from the RSS feed.

GET/v1/news:ars-technica/feed5m cache1 paramchecking key…
Parameters
limitnumber

Max items, 1-50. Default 20

·
Response
EXAMPLE
{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://arstechnica.com/science/2026/08/so-much-solar-digging-into-the-list-of-every-us-power-plant-that-went-online-this-year/",
      "title": "So much solar: Digging into the list of every US power plant that went online this year",
      "pubDate": "Sat, 15 Aug 2026 11:09:57 +0000",
      "summary": "Utility-scale solar leads by a mile, followed by batteries. Fossil fuels, not so much."
    },
    {
      "link": "https://arstechnica.com/security/2026/08/vulnerability-giving-attackers-full-control-of-macs-is-under-active-exploitation/",
      "title": "Vulnerability giving attackers full control of Macs is under active exploitation",
      "pubDate": "Fri, 14 Aug 2026 18:32:14 +0000",
      "summary": "Screen-sharing bug lets remote hackers log in without a password."
    },
    {
      "link": "https://arstechnica.com/gadgets/2026/08/first-test-flight-of-largest-all-electric-aircraft-used-just-5-of-electricity/",
      "title": "First test flight of largest all-electric aircraft used just $5 of electricity",
      "pubDate": "Fri, 14 Aug 2026 18:00:23 +0000",
      "summary": "Airline-backed venture aims to develop a hybrid-electric commercial aircraft."
    },
    {
      "link": "https://arstechnica.com/tech-policy/2026/08/suspecting-court-of-using-ai-man-injected-prompts-in-filings-to-try-to-win-case/",
      "title": "Suspecting court of using AI, man injected prompts in filings to try to win case",
      "pubDate": "Fri, 14 Aug 2026 17:26:53 +0000",
      "summary": "Judge warns pro se litigants are using chatbots wrong and getting desperate."
    },
    {
      "link": "https://arstechnica.com/tech-policy/2026/08/state-judge-orders-kalshi-to-stop-offering-sports-bets-and-other-wagers/",
      "title": "State judge orders Kalshi to stop offering sports bets and other wagers",
      "pubDate": "Fri, 14 Aug 2026 17:13:14 +0000",
      "summary": "Kalshi ordered to stop offering bets in Washington, must implement geofencing."
    },
    {
      "link": "https://arstechnica.com/information-technology/2026/08/pbs-station-fears-losing-50tb-of-data-after-being-ghosted-by-cloud-storage-provider/",
      "title": "PBS station fears losing 50TB of data after being ghosted by cloud storage provider",
      "pubDate": "Fri, 14 Aug 2026 17:03:54 +0000",
      "summary": "\"We don't have access to the data on the hardware/servers,\" Iron Mountain told Ars."
    },
    {
      "link": "https://arstechnica.com/space/2026/08/policy-experts-europe-stuck-between-rock-and-a-hard-place-on-launch/",
      "title": "Policy experts: Europe stuck between \"rock and a hard place\" on launch",
      "pubDate": "Fri, 14 Aug 2026 16:29:21 +0000",
      "summary": "It turns out that the economics of rocket reuse are pretty, pretty good."
    },
    {
      "link": "https://arstechnica.com/gaming/2026/08/ars-live-recap-how-can-we-stop-publishers-from-killing-their-own-games/",
      "title": "Ars Live recap: How can we stop publishers from killing their own games?",
      "pubDate": "Fri, 14 Aug 2026 16:11:37 +0000",
      "summary": "The Stop Killing Games movement faces an uphill battle."
    }
  ],
  "source": "arstechnica.com"
}

Code

Latest Feed
index.ts
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

const client = new ZpiClient({ apiKey: "zpi_xxxxxxxxxxxxxxxxxxxxxxxx" });

const data = await client.run("news:ars-technica", "feed", {
  "limit": 20
});
console.log(data);
Recommended · typed errors, safe retries and bulk jobsSDK reference

Full reference

1 endpoint · plain text
GET
Latest Feed/v1/news:ars-technica/feed
1 param

Parameters

limitnumberoptional
Max items, 1-50. Default 20

Request

curl -X GET "https://api.zapi.ink/v1/news:ars-technica/feed?limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 20,
  "items": [
    {
      "link": "https://arstechnica.com/science/2026/08/so-much-solar-digging-into-the-list-of-every-us-power-plant-that-went-online-this-year/",
      "title": "So much solar: Digging into the list of every US power plant that went online this year",
      "pubDate": "Sat, 15 Aug 2026 11:09:57 +0000",
      "summary": "Utility-scale solar leads by a mile, followed by batteries. Fossil fuels, not so much."
    },
    {
      "link": "https://arstechnica.com/security/2026/08/vulnerability-giving-attackers-full-control-of-macs-is-under-active-exploitation/",
      "title": "Vulnerability giving attackers full control of Macs is under active exploitation",
      "pubDate": "Fri, 14 Aug 2026 18:32:14 +0000",
      "summary": "Screen-sharing bug lets remote hackers log in without a password."
    },
    {
      "link": "https://arstechnica.com/gadgets/2026/08/first-test-flight-of-largest-all-electric-aircraft-used-just-5-of-electricity/",
      "title": "First test flight of largest all-electric aircraft used just $5 of electricity",
      "pubDate": "Fri, 14 Aug 2026 18:00:23 +0000",
      "summary": "Airline-backed venture aims to develop a hybrid-electric commercial aircraft."
    },
    {
      "link": "https://arstechnica.com/tech-policy/2026/08/suspecting-court-of-using-ai-man-injected-prompts-in-filings-to-try-to-win-case/",
      "title": "Suspecting court of using AI, man injected prompts in filings to try to win case",
      "pubDate": "Fri, 14 Aug 2026 17:26:53 +0000",
      "summary": "Judge warns pro se litigants are using chatbots wrong and getting desperate."
    },
    {
      "link": "https://arstechnica.com/tech-policy/2026/08/state-judge-orders-kalshi-to-stop-offering-sports-bets-and-other-wagers/",
      "title": "State judge orders Kalshi to stop offering sports bets and other wagers",
      "pubDate": "Fri, 14 Aug 2026 17:13:14 +0000",
      "summary": "Kalshi ordered to stop offering bets in Washington, must implement geofencing."
    },
    {
      "link": "https://arstechnica.com/information-technology/2026/08/pbs-station-fears-losing-50tb-of-data-after-being-ghosted-by-cloud-storage-provider/",
      "title": "PBS station fears losing 50TB of data after being ghosted by cloud storage provider",
      "pubDate": "Fri, 14 Aug 2026 17:03:54 +0000",
      "summary": "\"We don't have access to the data on the hardware/servers,\" Iron Mountain told Ars."
    },
    {
      "link": "https://arstechnica.com/space/2026/08/policy-experts-europe-stuck-between-rock-and-a-hard-place-on-launch/",
      "title": "Policy experts: Europe stuck between \"rock and a hard place\" on launch",
      "pubDate": "Fri, 14 Aug 2026 16:29:21 +0000",
      "summary": "It turns out that the economics of rocket reuse are pretty, pretty good."
    },
    {
      "link": "https://arstechnica.com/gaming/2026/08/ars-live-recap-how-can-we-stop-publishers-from-killing-their-own-games/",
      "title": "Ars Live recap: How can we stop publishers from killing their own games?",
      "pubDate": "Fri, 14 Aug 2026 16:11:37 +0000",
      "summary": "The Stop Killing Games movement faces an uphill battle."
    }
  ],
  "source": "arstechnica.com"
}

Related APIs

More in news

Bi Siaran Pers

newsbi-siaran-pers

Bank Indonesia — press releases (siaran pers)

796796 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Cnbc

newscnbc

CNBC — RSS feed by section

635635 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Marketwatch

newsmarketwatch

MarketWatch — RSS feed by section

657657 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Ojk Siaran Pers

newsojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

645645 calls so far10mResponses cached for 10m
Busy: 10+ calls so far

Coindesk

newscoindesk

CoinDesk — RSS feed

565565 calls so far5mResponses cached for 5m
Busy: 10+ calls so far

Google News

newsgoogle-news

Latest news feed from Google News.

967967 calls so far5mResponses cached for 5m
Busy: 10+ calls so far
zapi.

One key, one response shape. We keep the scrapers working.

Get an API key
ProductBrowse APIsPricingDocsMCP server
DevelopersSDK on npmGitHubOpenAPI specllms.txt
SupportReport an issueDiscord
LegalTermsPrivacyCookiesAUPRefunds
© 2026 ZapiPublic web data, one API.
zapi.