zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
zapi.
APIsPricingDocsMCP
APIsPricingDocsMCPSign in
On this page
  • Playground
  • Code examples
  • Full reference
  • Related APIs
News/The Verge
Logo The Verge

The Verge

Latest news feed from The Verge.

Endpoints
1
Requests
30
Updated
3 months ago
For LLMs
llms.txt
Endpoint health17 hours ago
  • feedpassing, 0.3s
1/1 passingdaily 01:00 WIB

Playground

1 endpoint
GET/v1/news:the-verge/feed5m cache1 paramchecking key…
Parameters
limitnumber

Max items, 1-50. Default 20

·
Response
EXAMPLE
{
  "ok": true,
  "count": 10,
  "items": [
    {
      "link": "https://www.theverge.com/report/980288/switched-on-pop-nate-sloan-charlie-harding-podcast-netflix-interview",
      "title": "Switched on Pop’s Nate Sloan and Charlie Harding love fresh vegetables and guitar pedals",
      "pubDate": "2026-08-14T13:01:42-04:00",
      "summary": "As if you needed more reason to love Carly Rae Jepsen's \"Call Me Maybe\" beyond its pop perfection, it is also, according to lore, the genesis for Switched on Pop, one of the best music podcasts out there. Cohosts Nate Sloan and Charlie Harding obsessively dissect pop songs, from the theory behind their musical choices […]"
    },
    {
      "link": "https://www.theverge.com/entertainment/980666/star-wars-ahsoka-season-2-and-starfighter-get-teased-at-d23",
      "title": "Star Wars: Ahsoka season 2 and Starfighter get teased at D23",
      "pubDate": "2026-08-15T10:58:27-04:00",
      "summary": "Season two of Star Wars: Ahsoka is still months away, but Lucasfilm still took the opportunity to tease it a bit at D23. The company dropped the first trailer for the new season ahead of its January 20th, 2027 debut. The clip shows a darker, witchcraft-filled take on the Star Wars universe, with Grand Admiral […]"
    },
    {
      "link": "https://www.theverge.com/streaming/980633/x-men-marvel-star-wars-pixar-disney-d23",
      "title": "Disney D23 2026: Everything announced for Star Wars, Marvel, and more",
      "pubDate": "2026-08-15T10:58:04-04:00",
      "summary": "The annual Disney fan event showed off the cast of Marvel’s X-Men movie, plus a new trailer for Avengers: Doomsday, and our first look at the VisionQuest TV show for Disney Plus. For Star Wars fans, there was a teaser trailer for season two of Ahsoka, plus a special look at Star Wars: Starfighter with […]"
    },
    {
      "link": "https://www.theverge.com/tech/979850/ohsnap-snap-grip-stand-review",
      "title": "I finally found a magnetic phone grip I never want to remove",
      "pubDate": "2026-08-15T10:16:30-04:00",
      "summary": "I told myself I wouldn't buy an OhSnap accessory for my phone. Every one I'd tested was nice, but felt overpriced and slightly flawed. After I weighed in on the $40 Snap Grip 5 last year, I wound up sticking with my $25 Syncwire instead. But OhSnap's $50 Snap Grip Stand finally got me. To […]"
    },
    {
      "link": "https://www.theverge.com/entertainment/980635/marvel-new-x-men-movie-cast",
      "title": "Marvel reveals the new X-Men cast, including Inde Navarrette and Adam Driver",
      "pubDate": "2026-08-15T10:03:14-04:00",
      "summary": "With Spider-Man: Brand New Day behind us, and its reveal of Sadie Sink as Jean Grey, Marvel is finally ready to officially welcome the X-Men into the MCU. At the D23 event in Anaheim yesterday, the company revealed the cast for its upcoming, untitled X-Men film, which is scheduled to hit theaters on May 5th […]"
    },
    {
      "link": "https://www.theverge.com/tech/976390/xteink-x3-x4-x4-pro-e-reader-libby-plug-ins-drm-crosspoint-reader",
      "title": "Xteink’s tiny e-readers are getting access to free books through Libby",
      "pubDate": "2026-08-13T11:19:27-04:00",
      "summary": "One of the big tradeoffs with Xteink's pocket-friendly e-readers is a lack of easy access to ebooks. On a Kindle or Kobo you can download tens of thousands of titles through each device's respective online bookstores, but with Xteink's devices you have to source DRM-free ebooks on your own. That's about to change, as the […]"
    },
    {
      "link": "https://www.theverge.com/gadgets/980064/sony-a7r-vi-6-hands-on-impressions-review",
      "title": "We’re reaching peak camera with the Sony A7R VI",
      "pubDate": "2026-08-14T17:38:48-04:00",
      "summary": "It wasn't long ago that shooting with a super high-resolution camera meant making serious sacrifices for the sake of all those megapixels. Enter the A7R VI. Sony's latest flagship high-res camera is a 66.8-megapixel spec monster. In addition to its modest bump in resolution from the last-gen A7R V, it uses a new sensor and […]"
    },
    {
      "link": "https://www.theverge.com/tech/980428/end-oak-street-pixel-11-lanterns-installer",
      "title": "The surprise must-see movie of the summer",
      "pubDate": "2026-08-14T22:30:00-04:00",
      "summary": "Hi, friends! Welcome to Installer No. 140, your guide to the best and Verge-iest stuff in the world. (If you're new here, welcome, don't forget to hydrate, and also you can read all the old editions at the Installer homepage.) This week, I've been reading about Will Ferrell and Fabrizio Romano and Heather Cox Richardson, […]"
    }
  ],
  "source": "theverge.com"
}

Code examples

Latest Feed
zpi-sdkrecommended
// npm i zpi-sdk
import { ZpiClient } from "zpi-sdk";

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

const data = await client.run("news:the-verge", "feed", {
  "limit": 20
});
console.log(data);
Full SDK reference →
request.sh
curl -X GET "https://api.zpi.web.id/v1/news:the-verge/feed?limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Full reference

1 endpoint · plain text
GETLatest Feed/v1/news:the-verge/feedFetch latest articles from the RSS feed.

Parameters

limitnumberoptional
Max items, 1-50. Default 20

Request

curl -X GET "https://api.zpi.web.id/v1/news:the-verge/feed?limit=20" \
  -H "x-api-key: zpi_xxxxxxxxxxxxxxxxxxxxxxxx"

Example response

{
  "ok": true,
  "count": 10,
  "items": [
    {
      "link": "https://www.theverge.com/report/980288/switched-on-pop-nate-sloan-charlie-harding-podcast-netflix-interview",
      "title": "Switched on Pop’s Nate Sloan and Charlie Harding love fresh vegetables and guitar pedals",
      "pubDate": "2026-08-14T13:01:42-04:00",
      "summary": "As if you needed more reason to love Carly Rae Jepsen's \"Call Me Maybe\" beyond its pop perfection, it is also, according to lore, the genesis for Switched on Pop, one of the best music podcasts out there. Cohosts Nate Sloan and Charlie Harding obsessively dissect pop songs, from the theory behind their musical choices […]"
    },
    {
      "link": "https://www.theverge.com/entertainment/980666/star-wars-ahsoka-season-2-and-starfighter-get-teased-at-d23",
      "title": "Star Wars: Ahsoka season 2 and Starfighter get teased at D23",
      "pubDate": "2026-08-15T10:58:27-04:00",
      "summary": "Season two of Star Wars: Ahsoka is still months away, but Lucasfilm still took the opportunity to tease it a bit at D23. The company dropped the first trailer for the new season ahead of its January 20th, 2027 debut. The clip shows a darker, witchcraft-filled take on the Star Wars universe, with Grand Admiral […]"
    },
    {
      "link": "https://www.theverge.com/streaming/980633/x-men-marvel-star-wars-pixar-disney-d23",
      "title": "Disney D23 2026: Everything announced for Star Wars, Marvel, and more",
      "pubDate": "2026-08-15T10:58:04-04:00",
      "summary": "The annual Disney fan event showed off the cast of Marvel’s X-Men movie, plus a new trailer for Avengers: Doomsday, and our first look at the VisionQuest TV show for Disney Plus. For Star Wars fans, there was a teaser trailer for season two of Ahsoka, plus a special look at Star Wars: Starfighter with […]"
    },
    {
      "link": "https://www.theverge.com/tech/979850/ohsnap-snap-grip-stand-review",
      "title": "I finally found a magnetic phone grip I never want to remove",
      "pubDate": "2026-08-15T10:16:30-04:00",
      "summary": "I told myself I wouldn't buy an OhSnap accessory for my phone. Every one I'd tested was nice, but felt overpriced and slightly flawed. After I weighed in on the $40 Snap Grip 5 last year, I wound up sticking with my $25 Syncwire instead. But OhSnap's $50 Snap Grip Stand finally got me. To […]"
    },
    {
      "link": "https://www.theverge.com/entertainment/980635/marvel-new-x-men-movie-cast",
      "title": "Marvel reveals the new X-Men cast, including Inde Navarrette and Adam Driver",
      "pubDate": "2026-08-15T10:03:14-04:00",
      "summary": "With Spider-Man: Brand New Day behind us, and its reveal of Sadie Sink as Jean Grey, Marvel is finally ready to officially welcome the X-Men into the MCU. At the D23 event in Anaheim yesterday, the company revealed the cast for its upcoming, untitled X-Men film, which is scheduled to hit theaters on May 5th […]"
    },
    {
      "link": "https://www.theverge.com/tech/976390/xteink-x3-x4-x4-pro-e-reader-libby-plug-ins-drm-crosspoint-reader",
      "title": "Xteink’s tiny e-readers are getting access to free books through Libby",
      "pubDate": "2026-08-13T11:19:27-04:00",
      "summary": "One of the big tradeoffs with Xteink's pocket-friendly e-readers is a lack of easy access to ebooks. On a Kindle or Kobo you can download tens of thousands of titles through each device's respective online bookstores, but with Xteink's devices you have to source DRM-free ebooks on your own. That's about to change, as the […]"
    },
    {
      "link": "https://www.theverge.com/gadgets/980064/sony-a7r-vi-6-hands-on-impressions-review",
      "title": "We’re reaching peak camera with the Sony A7R VI",
      "pubDate": "2026-08-14T17:38:48-04:00",
      "summary": "It wasn't long ago that shooting with a super high-resolution camera meant making serious sacrifices for the sake of all those megapixels. Enter the A7R VI. Sony's latest flagship high-res camera is a 66.8-megapixel spec monster. In addition to its modest bump in resolution from the last-gen A7R V, it uses a new sensor and […]"
    },
    {
      "link": "https://www.theverge.com/tech/980428/end-oak-street-pixel-11-lanterns-installer",
      "title": "The surprise must-see movie of the summer",
      "pubDate": "2026-08-14T22:30:00-04:00",
      "summary": "Hi, friends! Welcome to Installer No. 140, your guide to the best and Verge-iest stuff in the world. (If you're new here, welcome, don't forget to hydrate, and also you can read all the old editions at the Installer homepage.) This week, I've been reading about Will Ferrell and Fabrizio Romano and Heather Cox Richardson, […]"
    }
  ],
  "source": "theverge.com"
}

Related APIs

More in news

Ojk Siaran Pers

news/ojk-siaran-pers

Otoritas Jasa Keuangan — press releases (siaran pers)

645 calls·10m cache

Cnbc

news/cnbc

CNBC — RSS feed by section

588 calls·5m cache

Marketwatch

news/marketwatch

MarketWatch — RSS feed by section

657 calls·5m cache

Coindesk

news/coindesk

CoinDesk — RSS feed

565 calls·5m cache

Bi Siaran Pers

news/bi-siaran-pers

Bank Indonesia — press releases (siaran pers)

431 calls·10m cache

Cointelegraph

news/cointelegraph

Cointelegraph — RSS feed, main / tag / category

323 calls·5m cache
Browse APIsPricingDocsMCP serverGet an API key
zapi.One key, one response shape.
TermsPrivacyCookiesAUPRefunds© 2026