Tronald Dump logo

Tronald Dump

Tronald Dump is an open community REST API exposing a historical archive of Donald Trump quotes, with sources, authors, tags, and a search interface using HAL (Hypertext Application Language) JSON responses. The project was built by Marcel Wijnker (wickedest) and ran at tronalddump.io until the domain lapsed and the public service went offline; the data model, OpenAPI, and community SDKs survive in third-party repositories.

1 APIs 0 Features
CommunityGames And ComicsOpen SourcePoliticsPublic APIsQuotesTrump

APIs

Tronald Dump Quotes API

REST API returning Donald Trump quotes with metadata, tags, authors, and sources, using HAL JSON responses with _links and _embedded sections for hypermedia navigation. Includes...

Semantic Vocabularies

Tronald Dump Context

9 classes · 15 properties

JSON-LD

API Governance Rules

Tronald Dump API Rules

45 rules · 20 errors 16 warnings 9 info

SPECTRAL

JSON Structure

Tronald Dump Author List Response Structure

4 properties

JSON STRUCTURE

Tronald Dump Author Structure

5 properties

JSON STRUCTURE

Tronald Dump Quote Search Response Structure

4 properties

JSON STRUCTURE

Tronald Dump Quote Structure

8 properties

JSON STRUCTURE

Tronald Dump Source List Response Structure

4 properties

JSON STRUCTURE

Tronald Dump Source Structure

6 properties

JSON STRUCTURE

Tronald Dump Tag List Response Structure

4 properties

JSON STRUCTURE

Tronald Dump Tag Structure

2 properties

JSON STRUCTURE

Example Payloads

Tronald Dump Author Example

5 fields

EXAMPLE

Tronald Dump Quote Example

8 fields

EXAMPLE

Tronald Dump Source Example

6 fields

EXAMPLE

Tronald Dump Tag Example

2 fields

EXAMPLE

Resources

🔗
Website
Website
🔗
PublicAPIsListing
PublicAPIsListing
💻
Original Author (Marcel Wijnker)
SourceCode
💻
Original Node.js Client (tronalddump-io/client-nodejs)
SourceCode
📦
TypeScript SDK (voxgig)
SDK
📦
Python SDK (voxgig)
SDK
📦
Go SDK (voxgig)
SDK
📦
Ruby SDK (voxgig)
SDK
📦
PHP SDK (voxgig)
SDK
📦
Lua SDK (voxgig)
SDK
🔗
Go CLI (voxgig)
CLI
🔧
MCP Server (voxgig, Go)
Tools
💻
Flutter Sample (RicardoBelchior)
CodeExamples
💻
Android Sample (br00)
CodeExamples
💻
SwiftUI Sample (simonschuhmacher)
CodeExamples
💻
Mycroft Skill (krisgesling)
CodeExamples
💻
Alexa Skill (Tonkpils)
CodeExamples
🔗
SpectralRuleset
SpectralRuleset
🔗
Vocabulary
Vocabulary
🔗
JSONLDContext
JSONLDContext

Sources

Raw ↑
aid: tronald-dump
name: Tronald Dump
description: >-
  Tronald Dump is an open community REST API exposing a historical archive of Donald Trump quotes, with sources,
  authors, tags, and a search interface using HAL (Hypertext Application Language) JSON responses. The project was built
  by Marcel Wijnker (wickedest) and ran at tronalddump.io until the domain lapsed and the public service went offline;
  the data model, OpenAPI, and community SDKs survive in third-party repositories.
image: https://raw.githubusercontent.com/api-evangelist/tronald-dump/refs/heads/main/apis.yml
url: https://raw.githubusercontent.com/api-evangelist/tronald-dump/refs/heads/main/apis.yml
created: '2026-05-28'
modified: '2026-05-30'
specificationVersion: '0.20'
x-source: public-apis/public-apis
x-category: Games & Comics
x-type: opensource
x-tier: 3
x-tier-reason: bulk-registered-from-public-apis
x-status: offline
x-status-note: >-
  Original service at tronalddump.io and api.tronalddump.io is no longer resolvable (NXDOMAIN as of 2026-05-30). The
  www.tronalddump.io domain has been re-registered and now serves unrelated content. The OpenAPI surface documented here
  is reconstructed from the original HAL API contract and preserved community SDKs.
tags:
  - Community
  - Games And Comics
  - Open Source
  - Politics
  - Public APIs
  - Quotes
  - Trump
apis:
  - aid: tronald-dump:quotes-api
    name: Tronald Dump Quotes API
    description: >-
      REST API returning Donald Trump quotes with metadata, tags, authors, and sources, using HAL JSON responses with
      _links and _embedded sections for hypermedia navigation. Includes random quote retrieval, quote-by-id lookup, full
      text search with pagination, tag browsing, author lookup, and source lookup.
    humanURL: https://www.tronalddump.io/
    baseURL: https://api.tronalddump.io
    tags:
      - Authors
      - HAL
      - Hypermedia
      - Quotes
      - Search
      - Sources
      - Tags
    properties:
      - type: Documentation
        url: https://www.tronalddump.io/
      - type: OpenAPI
        url: openapi/tronald-dump-quotes-openapi.yml
    contact:
      - FN: Marcel Wijnker
        url: https://github.com/wickedest
common:
  - type: Website
    url: https://www.tronalddump.io/
  - type: PublicAPIsListing
    url: https://github.com/public-apis/public-apis
  - type: SourceCode
    title: Original Author (Marcel Wijnker)
    url: https://github.com/wickedest
  - type: SourceCode
    title: Original Node.js Client (tronalddump-io/client-nodejs)
    url: https://github.com/tronalddump-io/client-nodejs
  - type: SDK
    title: TypeScript SDK (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/ts
  - type: SDK
    title: Python SDK (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/py
  - type: SDK
    title: Go SDK (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/go
  - type: SDK
    title: Ruby SDK (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/rb
  - type: SDK
    title: PHP SDK (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/php
  - type: SDK
    title: Lua SDK (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/lua
  - type: CLI
    title: Go CLI (voxgig)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/go-cli
  - type: Tools
    title: MCP Server (voxgig, Go)
    url: https://github.com/voxgig-sdk/tronalddump-sdk/tree/main/go-mcp
  - type: CodeExamples
    title: Flutter Sample (RicardoBelchior)
    url: https://github.com/RicardoBelchior/TronaldDump
  - type: CodeExamples
    title: Android Sample (br00)
    url: https://github.com/br00/TronaldDump
  - type: CodeExamples
    title: SwiftUI Sample (simonschuhmacher)
    url: https://github.com/simonschuhmacher/tronald-swiftui
  - type: CodeExamples
    title: Mycroft Skill (krisgesling)
    url: https://github.com/krisgesling/tronald-dump-skill
  - type: CodeExamples
    title: Alexa Skill (Tonkpils)
    url: https://github.com/Tonkpils/tronalddump-alexa
  - type: SpectralRuleset
    url: rules/tronald-dump-spectral-rules.yml
  - type: Vocabulary
    url: vocabulary/tronald-dump-vocabulary.yaml
  - type: JSONLDContext
    url: json-ld/tronald-dump-context.jsonld
maintainers:
  - FN: Kin Lane
    email: kin@apievangelist.com