Dreamer Data
Access 17 structured data sources through https://api.dr.eamer.dev.
Authentication
CODEBLOCK0
Endpoints
List Available Sources
CODEBLOCK1
Search Across Sources
CODEBLOCK2
Available Sources
| Source | ID | What it provides |
|---|
| arXiv | INLINECODE1 | Academic papers |
| Census Bureau |
census | US demographic data |
| GitHub |
github | Code repositories, issues, users |
| NASA |
nasa | Space data, images, astronomy |
| Wikipedia |
wikipedia | Encyclopedia articles |
| PubMed |
pubmed | Biomedical literature |
| News |
news | Current events from 80+ outlets |
| Weather |
weather | Current and forecast weather |
| Finance |
finance | Stock prices and market data |
| FEC |
fec | Federal campaign finance |
| OpenLibrary |
openlibrary | Books and library records |
| Semantic Scholar |
semantic_scholar | Academic citation graphs |
| YouTube |
youtube | Video metadata |
| Wolfram Alpha |
wolfram | Computational knowledge |
| Wayback Machine |
archive | Web archive snapshots |
| Judiciary |
judiciary | US court records |
| MAL |
mal | Anime and manga data |
When to Use
- - Research that needs verified, citable data
- Building data pipelines from authoritative sources
- Enriching existing datasets with external context
Don't Use When
- - The source you need isn't in the list (check
/v1/data first) - You have direct API access to the source with higher rate limits
Dreamer Data
通过 https://api.dr.eamer.dev 访问 17 个结构化数据源。
身份验证
bash
export DREAMERAPIKEY=yourkeyhere
接口端点
列出可用数据源
GET https://api.dr.eamer.dev/v1/data
跨数据源搜索
POST https://api.dr.eamer.dev/v1/data/search
请求体:
{
source: arxiv,
query: 机器学习可解释性,
limit: 10
}
可用数据源
| 数据源 | 标识符 | 提供内容 |
|---|
| arXiv | arxiv | 学术论文 |
| 人口普查局 |
census | 美国人口统计数据 |
| GitHub | github | 代码仓库、议题、用户 |
| NASA | nasa | 太空数据、图像、天文学 |
| 维基百科 | wikipedia | 百科全书条目 |
| PubMed | pubmed | 生物医学文献 |
| 新闻 | news | 来自 80+ 媒体的时事新闻 |
| 天气 | weather | 当前天气与预报 |
| 金融 | finance | 股票价格与市场数据 |
| FEC | fec | 联邦竞选财务数据 |
| OpenLibrary | openlibrary | 图书与图书馆记录 |
| Semantic Scholar | semantic_scholar | 学术引用图谱 |
| YouTube | youtube | 视频元数据 |
| Wolfram Alpha | wolfram | 计算知识引擎 |
| Wayback Machine | archive | 网页存档快照 |
| 司法系统 | judiciary | 美国法院记录 |
| MAL | mal | 动漫与漫画数据 |
适用场景
- - 需要经过验证、可引用数据的研究工作
- 从权威数据源构建数据管道
- 利用外部上下文丰富现有数据集
不适用场景
- - 所需数据源不在列表中(请先检查 /v1/data)
- 已拥有该数据源的直接 API 访问权限且速率限制更高