llms.txt@public · git:20260813.e50b595 · 2026-08-13 · sha256 830f8773eabcdc5a
llms.txt@public git:20260813.e50b595A
Immutable. This exact content is served forever at /api/v1/blob/830f8773eabcdc5a.
# x.md
> x.md is an agent-friendly, read-only browser for public X content. It returns compact Markdown by default, full Markdown with `?full=true`, and structured JSON with `?format=json` or `Accept: application/json`.
Canonical site: https://x.pcstyle.dev/
Documentation: https://x.pcstyle.dev/docs
Source: https://github.com/pc-style/x-md
## Read routes
- Post, video, thread, or conversation: `https://x.pcstyle.dev/{handle}/status/{id}`
- Profile and latest original posts: `https://x.pcstyle.dev/{handle}`
- Search public posts: `https://x.pcstyle.dev/search?q={query}`; optional `feed=latest|top|media`
- Followers: `https://x.pcstyle.dev/{handle}/followers`
- Following: `https://x.pcstyle.dev/{handle}/following`
Browse routes accept `cursor`, `page`, `limit`, `full=true`, and `format=json`. Post routes also support thread, conversation context, reply ordering, and Obsidian output; see the documentation for exact query parameters.
Discord, Telegram, Slack, and other preview bots receive Open Graph embed HTML on status URLs instead of Markdown. `GET /oembed` is the advertised oEmbed document. Explicit `?format=` or `Accept` still wins.
## Scope
x.md only reads public content and does not post, follow, like, or authenticate as an X user. X Lists are not supported.