# Ipotnews — Zapi reference > IPOT News headline timeline — minute-resolution WIB timestamps across a **Base URL:** `https://api.zpi.web.id` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zpi.web.id/dashboard/keys. **Response envelope:** `{ content, message, errors }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zpi.web.id/api/finance/ipotnews - Endpoint catalog: https://zpi.web.id/category/finance - Concise index: https://zpi.web.id/llms.txt - Full reference: https://zpi.web.id/llms-full.txt --- ## Ipotnews **Category:** finance · **Slug:** `ipotnews` **Detail page:** https://zpi.web.id/api/finance/ipotnews IPOT News headline timeline — minute-resolution WIB timestamps across a **Tags:** finance, ipotnews ### News IPOT News headline timeline — minute-resolution WIB timestamps across a - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/finance:ipotnews/news` - **Cache TTL:** 120s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `category` | enum(terbaru|topnews|international|economy|industries|ipsnews|komoditi|capitalmarketregulations|law|politics|bonds|funds|stocks|developed|emerging|jci) | query | no | Section: terbaru topnews international economy industries ipsnews komoditi capitalmarketregulations law politics bonds funds stocks developed emerging jci. Default terbaru | | `query` | string | query | no | Filter headlines by substring | | `page` | number | query | no | Page number. Default 1 | | `count` | number | query | no | Items per page. Default 25, max 100 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/finance:ipotnews/news?category=terbaru&query=dividen&page=1&count=25" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/finance:ipotnews/news?category=terbaru&query=dividen&page=1&count=25", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/finance:ipotnews/news?category=terbaru&query=dividen&page=1&count=25", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 25, "items": [ { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=Deretan_Sentimen_Ini_Diprediksi_Kurangi_Tekanan_pada_Nilai_Tukar_Rupiah_di_Akhir_2026&news_id=234780&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=BERITABARU&name=&search=y_general&q=berita%2C+berita+terbaru%2C+informasi+baru%2C+AI%2C+AI+News&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "Deretan Sentimen Ini Diprediksi Kurangi Tekanan pada Nilai Tukar Rupiah di Akhir 2026", "newsId": "234780", "subtype": "BERITABARU", "publishedAt": "2026-08-21T02:24:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=IHSG_Diprediksi_Semringah_Sambut_Akhir_Pekan__Cek_Analisa_Saham_ARCI_RMKE&news_id=234778&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=ARCI&name=&search=y_general&q=ARCI%2C+AI%2C+AI+News&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "IHSG Diprediksi Semringah Sambut Akhir Pekan, Cek Analisa Saham ARCI-RMKE", "newsId": "234778", "subtype": "ARCI", "publishedAt": "2026-08-21T02:24:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=Pemerintah_dan_DPR_Sepakati_RUU_P2_APBN_2025_Lanjut_ke_Tingkat_Selanjutnya&news_id=234772&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=BERITABARU&name=&search=y_general&q=berita%2C+berita+terbaru%2C+informasi+baru%2C+AI%2C+AI+News&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "Pemerintah dan DPR Sepakati RUU P2 APBN 2025 Lanjut ke Tingkat Selanjutnya", "newsId": "234772", "subtype": "BERITABARU", "publishedAt": "2026-08-21T02:24:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=Harga_Emas_Antam_Hari_Ini_Stagnan_di_Level_Rp2_725_000_per_Gram&news_id=234770&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=STOCK&name=&search=y_general&q=ANTM%2C+ANTAM+%28Persero%29+Tbk.%2C+AI%2C+AI+News&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "Harga Emas Antam Hari Ini Stagnan di Level Rp2.725.000 per Gram", "newsId": "234770", "subtype": "STOCK", "publishedAt": "2026-08-21T02:24:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=Coal___Thermal_coal__supply_side_constraints_set_to_keep_prices_elevated&news_id=234768&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=BATUBARA&name=&search=y_general&q=Sector+Update%2C+Coal%2C+HRUM%2C+AADI%2C+PTBA%2C+ITMG%2C+UNTR%2C&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "Coal - Thermal coal: supply-side constraints set to keep prices elevated", "newsId": "234768", "subtype": "BATUBARA", "publishedAt": "2026-08-21T02:22:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=JPFA___Soft_2Q26_profit_was_dragged_down_by_weak_DOC_broiler_prices&news_id=234767&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=INSTIRESEARCH&name=&search=y_general&q=Company+Update%2C+Poultry%2C+JPFA%2C&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "JPFA - Soft 2Q26 profit was dragged down by weak DOC/broiler prices", "newsId": "234767", "subtype": "INSTIRESEARCH", "publishedAt": "2026-08-21T02:13:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=Hang_Seng_Index_rises_for_fifth_consecutive_day_as_financial_stocks_support_market&news_id=234766&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=MARKETOVERVIEW&name=&search=y_general&q=HSI+Hong+Kong&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "Hang Seng Index rises for fifth consecutive day as financial stocks support market", "newsId": "234766", "subtype": "MARKETOVERVIEW", "publishedAt": "2026-08-21T01:56:00.000Z" }, { "url": "https://www.ipotnews.com/ipotnews/newsDetail.php?jdl=Jardine_C_C_Jual_Dealer_Otomotif_di_Singapura_dan_Malaysia_ke_Chandra_Asri_(TPIA)_Senilai_S$265_Juta&news_id=234763&group_news=IPOTNEWS&news_date=2026-08-21&taging_subtype=MARKETOVERVIEW&name=&search=y_general&q=TPIA&halaman=1", "date": "2026-08-21", "group": "IPOTNEWS", "title": "Jardine C&C Jual Dealer Otomotif di Singapura dan Malaysia ke Chandra Asri (TPIA) Senilai S$265 Juta", "newsId": "234763", "subtype": "MARKETOVERVIEW", "publishedAt": "2026-08-21T01:29:00.000Z" } ], "query": null, "total": 169, "dataset": "news", "hasMore": true, "category": "terbaru", "nextPage": 2, "provider": "ipotnews" } ``` --- _Generated: 2026-08-21T07:42:30.607Z_