---
title: "Get All Newsletters"
method: GET
path: "/newsletters/"
tags: ["Newsletters"]
---

# Get All Newsletters

`GET /newsletters/`

取得所有的電子報。
資料來源：[國立清華大學電子報系統](https://newsletter.cc.nthu.edu.tw/nthu-list/index.php/zh/)

## Response `200`

Successful Response

- NewsletterInfo[]
  - `name` string, required — 該電子報名稱
  - `link` string, uri, required — 該電子報網址
  - `details` object, required — 該電子報詳細資訊
  - `articles` NewsletterArticle[], required — 該電子報文章列表
    - `title` string, nullable, required — 電子報標題
    - `link` string, uri, nullable, required — 電子報網址
    - `date` string, nullable — 發布日期

---

[API](https://skmtc.dev/nthusa/apis/nthu-data-api.md) · [All operations](https://skmtc.dev/nthusa/apis/nthu-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/nthusa/nthu-data-api/revisions/a7a2f39dbc76/schema)
