Data & API
Download presidential location data or use our API endpoints. Free for researchers, journalists, and developers.
Quick Download
Download the latest 1,000 location records. Use the API endpoints below for more options including filtering and custom limits.
API Endpoints
Export Locations
GET /api/export/locations?format=csv&limit=1000&state=Floridaformat - csv or json (default: csv)
limit - Number of records, max 5,000 (default: 1,000)
state - Filter by state name (e.g., Florida, Virginia)
RSS Feed
GET /feed.xmlRSS 2.0 feed of the latest 50 location updates. Subscribe in any feed reader.
Current Location
GET /api/current-locationReturns the current confirmed presidential location with coordinates.
Location History
GET /api/news?page=1&limit=15&state=Florida&type=golfPaginated location history with headlines and confidence scores. Supports state and event type filters.
Sample JSON Response
{
"data": [
{
"event_date": "2025-06-15",
"name": "Mar-a-Lago",
"city": "Palm Beach",
"state": "Florida",
"lat": 26.6776,
"lng": -80.0369,
"event_type": "residence",
"source": "Associated Press",
"confidence_score": 92
}
],
"count": 1,
"exported_at": "2025-06-15T12:00:00.000Z"
}Data Fields
| Field | Type | Description |
|---|---|---|
| event_date | string | Date of the event (YYYY-MM-DD) |
| name | string | Location name (e.g., Mar-a-Lago, The White House) |
| city | string | City name |
| state | string | US state name |
| lat | number | Latitude coordinate |
| lng | number | Longitude coordinate |
| event_type | string | Type of event (golf, rally, meeting, travel, etc.) |
| source | string | News source attribution |
| confidence_score | number | Verification confidence (0-100) |
Attribution & License
This data is provided under the Creative Commons Attribution 4.0 International (CC BY 4.0) license. You are free to share and adapt this data for any purpose, including commercial use, as long as you provide appropriate attribution.
Suggested attribution: "Data from LocateTrump.com - Presidential Location Tracker"