Skip to content

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=Florida

format - 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.xml

RSS 2.0 feed of the latest 50 location updates. Subscribe in any feed reader.

Current Location

GET /api/current-location

Returns the current confirmed presidential location with coordinates.

Location History

GET /api/news?page=1&limit=15&state=Florida&type=golf

Paginated 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

FieldTypeDescription
event_datestringDate of the event (YYYY-MM-DD)
namestringLocation name (e.g., Mar-a-Lago, The White House)
citystringCity name
statestringUS state name
latnumberLatitude coordinate
lngnumberLongitude coordinate
event_typestringType of event (golf, rally, meeting, travel, etc.)
sourcestringNews source attribution
confidence_scorenumberVerification 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"