Visit the live site

Overview

The DOGE API Download Tool is a small graphical interface for downloading DOGE data as CSV files. It queries the public DOGE (Department of Government Efficiency) APIs and exports the results, which makes the data much easier to grab and work with for research.

Frontend

The tool is a single-page web app that queries the public DOGE APIs and builds the CSV downloads right in the browser.

Backend

There isn’t one. The app talks to the public DOGE APIs directly from the client, so it needs no server of its own.

Infrastructure

It’s deployed on Cloudflare Pages and served at doge.severinbucher.com.