Repository Navigator
Select a file
Choose a file from the navigator to preview its contents.
No file selected yet.
Raw download
Encoding: —
Browse the repository, preview files, and retrieve raw content programmatically.
Choose a file from the navigator to preview its contents.
No file selected yet.
Use the JSON API to integrate this repository into your tools or to power web scrapers. The service intentionally exposes predictable formats so automated consumers can avoid malformed payloads.
GET request to /api/files with an optional path query to drill into folders.&format=raw to download the file bytes directly. Text files are served as UTF-8, binaries as application/octet-stream.Accept: application/json header when requesting directory metadata for consistent scraping.curl "/api/files?path=AssemblyInfo.cs" -H "Accept: application/json"