一個收集各種資料的 JSON API 專案,透過 GitHub Pages 提供免費的 RESTful API 服務。
基礎 URL:https://garylin0969.github.io/json-gather/data/
| 端點 | 描述 | 資料筆數 | 更新頻率 |
|---|---|---|---|
tw-calendar/processed/[year].json |
台灣 2017-2026 行事曆 (已轉換) | 365+ 筆 | 靜態檔案 |
tw-calendar/raw/[year].json |
台灣 2017-2026 行事曆 (原始) | 365+ 筆 | 靜態檔案 |
funny-copywriting.json |
搞笑文案 | 50 筆 | 每 6 小時 |
romantic-copywriting.json |
騷話文案 | 50 筆 | 每 6 小時 |
love-copywriting.json |
愛情文案 | 50 筆 | 每 6 小時 |
horoscope.json |
當日星座運勢 | 12 星座 | 每 1 小時 |
taipei-beef-noodles.json |
Google Maps 台北市牛肉麵店 | 不一定 | 每 5 天 |
images/gay/ |
同志相關圖片 | 35 張 | 靜態檔案 |
[
{
"date": "20260101",
"week": "四",
"isHoliday": true,
"description": "開國紀念日"
},
{
"date": "20260102",
"week": "五",
"isHoliday": false,
"description": ""
}
]
[
{
"西元日期": "20260101",
"星期": "四",
"是否放假": "2",
"備註": "開國紀念日"
},
{
"西元日期": "20260102",
"星期": "五",
"是否放假": "0",
"備註": ""
}
]
⚠️ 注意:原始資料中
是否放假欄位 “2” 代表放假,”0” 代表上班日。中華民國政府行政機關辦公日曆表更新日期約為每年 6 月份更新下一年度的資料。
🔗 資料來源:政府資料開放平台 - 中華民國政府行政機關辦公日曆表
{
"type": "搞笑文案",
"updated": "2025-07-24T00:35:32.665Z",
"updateTime": "2025/7/24 上午8:35:32",
"totalCount": 50,
"targetCount": 50,
"completionRate": "100.0%",
"convertedToTraditional": true,
"copywritings": [
{
"id": 1,
"content": "結束友情的方式有許多種,最徹底的一種是借錢不還。",
"length": 24,
"addedAt": "2025-07-24T00:35:32.665Z"
}
]
}
{
"updated": "2025-07-24T01:38:09.976Z",
"updateTime": "2025/7/24 上午9:38:09",
"totalConstellations": 12,
"successCount": 12,
"failureCount": 0,
"processingTimeMs": 25331,
"convertedToTraditional": true,
"errors": [],
"horoscopes": {
"aries": {
"constellation": "aries",
"chineseName": "白羊座",
"success": true,
"code": "200",
"msg": "獲取成功",
"data": {
"all": "72%",
"date": "2025-07-24",
"love": "68%",
"work": "65%",
"money": "70%",
"health": "82%",
"notice": "內心有不少想法",
"lucky_star": "獅子座",
"lucky_color": "青灰色",
"lucky_number": "2"
}
}
}
}
| 英文 | 中文 | 日期範圍 |
|---|---|---|
| aries | 白羊座 | 3/21 - 4/19 |
| taurus | 金牛座 | 4/20 - 5/20 |
| gemini | 雙子座 | 5/21 - 6/21 |
| cancer | 巨蟹座 | 6/22 - 7/22 |
| leo | 獅子座 | 7/23 - 8/22 |
| virgo | 處女座 | 8/23 - 9/22 |
| libra | 天秤座 | 9/23 - 10/23 |
| scorpio | 天蠍座 | 10/24 - 11/22 |
| sagittarius | 射手座 | 11/23 - 12/21 |
| capricorn | 摩羯座 | 12/22 - 1/19 |
| aquarius | 水瓶座 | 1/20 - 2/18 |
| pisces | 雙魚座 | 2/19 - 3/20 |
{
"updated": "2025-08-04T12:20:50.005Z",
"updateTime": "2025/8/4 下午8:20:50",
"totalShops": 484,
"processingTimeMs": 33799,
"searchArea": {
"northwest": { "lat": 25.15, "lng": 121.435 },
"southeast": { "lat": 24.95, "lng": 121.65 },
"gridSizeKm": 1.2
},
"districtStats": {
"大安區": 48,
"中山區": 44,
"內湖區": 44,
"信義區": 37,
"中正區": 35
},
"shops": [
{
"id": "ChIJC9bmhw6pQjQRMzLaT4VIVCo",
"name": "富宏牛肉麵",
"rating": 4.2,
"userRatingCount": 20179,
"formattedAddress": "108台灣台北市萬華區洛陽街67號",
"location": { "latitude": 25.0476197, "longitude": 121.50773579999998 },
"district": "萬華區"
}
]
}
https://garylin0969.github.io/json-gather/data/images/gay/https://garylin0969.github.io/json-gather/data/images/gay/gay1.jpg 到 gay20.jpg📸 您可以直接在網頁或應用程式中使用這些圖片 URL,無需額外授權。
# 安裝依賴
pnpm install
# 執行抓取腳本
pnpm run scrape:horoscope # 星座運勢
pnpm run scrape:copywriting # 文案
pnpm run scrape:taipei-beef-noodles # 牛肉麵店家(需設定 API Key)
pnpm run convert:tw-calendar # 台灣行事曆轉換
本專案使用 Google Places API 來抓取台北市牛肉麵店家資料。
Settings → Secrets and variables → ActionsNew repository secretGOOGLE_MAPS_API_KEY本地開發
GOOGLE_MAPS_API_KEY=your_api_key
如果這個專案對您有幫助,請給個 ⭐ Star!